summaryrefslogtreecommitdiff
path: root/src/org.mate.system-monitor.gschema.xml.in.in
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-18 20:58:16 +0100
committerinfirit <[email protected]>2014-12-18 21:04:53 +0100
commit76eff089e1ba541cece59f6d2f5847f349448f89 (patch)
treea45acda13ac9ff08b898a9f98638a1ee4edcaf45 /src/org.mate.system-monitor.gschema.xml.in.in
parent396b01dc3e3a704c0015874002b76a5ccda0678a (diff)
downloadmate-system-monitor-76eff089e1ba541cece59f6d2f5847f349448f89.tar.bz2
mate-system-monitor-76eff089e1ba541cece59f6d2f5847f349448f89.tar.xz
Add cgroup support in the process view
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]>
Diffstat (limited to 'src/org.mate.system-monitor.gschema.xml.in.in')
-rw-r--r--src/org.mate.system-monitor.gschema.xml.in.in8
1 files changed, 8 insertions, 0 deletions
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 @@
<default>true</default>
<_summary>Show process 'Waiting Channel' column on startup</_summary>
</key>
+ <key name="col-17-width" type="i">
+ <default>48</default>
+ <_summary>Width of process 'Control Group' column</_summary>
+ </key>
+ <key name="col-17-visible" type="b">
+ <default>false</default>
+ <_summary>Show process 'Control Group' column on startup</_summary>
+ </key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.system-monitor.disktreenew" path="/org/mate/system-monitor/disktreenew/">
<key name="sort-col" type="i">