summaryrefslogtreecommitdiff
path: root/src/cgroups.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-02clean up some includes, remove some dead codemonsta1-4/+2
2014-12-18Add cgroup support in the process viewinfirit1-0/+14
Add a new 'Control Group' column to the process view tab. The format for the column is: <path name> (controller name), <path name> (controller name)... Processes that share the same path name across controllers are colesced. For example if a process is in the /foo cgroup for both the memory and cpu controllers, it would display as: /foo (memory,cpu), ... Taken from GSM commits: 2d33adcbc4347c112d57082956b4e199ff7132db Add cgroup support in the process view 645d38a218fedcbf9c7b674740bf213e02933820 Optimize cgroup updating From: Jason Baron <[email protected]>