This page (revision-3) was last changed on 22-Aug-2011 15:22 by Peter Hormanns 

This page was created on 22-Aug-2011 15:00 by Peter Hormanns

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 22-Aug-2011 15:22 789 bytes Peter Hormanns to previous
2 22-Aug-2011 15:09 985 bytes Peter Hormanns to previous | to last neu
1 22-Aug-2011 15:00 558 bytes Peter Hormanns to last neu

Page References

Incoming links Outgoing links
ControlGroups...nobody

Version management

Difference between version and

!!!Linux Control Groups

Linux Control Groups sind ein relativ neues Feature im Linux Kernel. Sie ermöglichen es, Prozesse zu gruppieren und den einzelnen Prozessgruppen eingeschränkte Ressourcen zuzuordnen.

Die Control Groups sind als virtuelles Filesystem __cgroup__ implementiert. Dieses Filesystem wird zunächstin>> <<der Regel nach /proc/fs/cgroup >>gemounted.

{{{
   <<mkdir /dev/cgroup
   
>>mount -t cgroup nodev <</dev/cgroup/proc/fs/cgroup>>
}}}

<<Für die Verwaltung gibt es in Debian Squeeze die folgenden Pakete:
;cgroup-bin:Tools to control and monitor control groups                                    
;libcgroup1:A library to control and monitor control groups                                
;libpam-cgroup:A PAM module to move a user session into a cgroup                              


>>!!Links

*[Pro-Linux Artikel|http://www.pro-linux.de/artikel/2/1464/ressourcen-verwaltung-mit-control-groups-cgroups.html]
<<*[Kernel-Doku|http://www.kernel.org/doc/Documentation/cgroups/cgroups.txt]
<<
[{Tag Linux}]