From 76eff089e1ba541cece59f6d2f5847f349448f89 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 18 Dec 2014 20:58:16 +0100 Subject: Add cgroup support in the process view Add a new 'Control Group' column to the process view tab. The format for the column is: (controller 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 --- src/org.mate.system-monitor.gschema.xml.in.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/org.mate.system-monitor.gschema.xml.in.in') diff --git a/src/org.mate.system-monitor.gschema.xml.in.in b/src/org.mate.system-monitor.gschema.xml.in.in index 7abcd11..39f4f09 100644 --- a/src/org.mate.system-monitor.gschema.xml.in.in +++ b/src/org.mate.system-monitor.gschema.xml.in.in @@ -287,6 +287,14 @@ true <_summary>Show process 'Waiting Channel' column on startup + + 48 + <_summary>Width of process 'Control Group' column + + + false + <_summary>Show process 'Control Group' column on startup + -- cgit v1.2.1