summaryrefslogtreecommitdiff
path: root/multiload/org.mate.panel.applet.multiload.gschema.xml.in
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-07-10 14:22:51 -0400
committerraveit65 <[email protected]>2019-07-13 15:55:47 +0200
commitac49426ee506384ee66b3ba1ef4349216aad82ea (patch)
treea7cfcc90c2cbc3483a2f256184fe38cf39576367 /multiload/org.mate.panel.applet.multiload.gschema.xml.in
parent69127b30999b223773f29458ecf2e12239eca95e (diff)
downloadmate-applets-ac49426ee506384ee66b3ba1ef4349216aad82ea.tar.bz2
mate-applets-ac49426ee506384ee66b3ba1ef4349216aad82ea.tar.xz
multiload: Use /proc/diskstats for NVMe drives
Since glibtop does not support NVMe drives, we rely on /proc/diskstats to tell use load information for NVMe drives. If diskstats is not present it returns to glibtop as a fallback.
Diffstat (limited to 'multiload/org.mate.panel.applet.multiload.gschema.xml.in')
-rw-r--r--multiload/org.mate.panel.applet.multiload.gschema.xml.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/multiload/org.mate.panel.applet.multiload.gschema.xml.in b/multiload/org.mate.panel.applet.multiload.gschema.xml.in
index d0d27a32..53bf8c76 100644
--- a/multiload/org.mate.panel.applet.multiload.gschema.xml.in
+++ b/multiload/org.mate.panel.applet.multiload.gschema.xml.in
@@ -141,6 +141,10 @@
<default>'#000000'</default>
<summary>Background color for disk load graph</summary>
</key>
+ <key name="diskload-nvme-diskstats" type="b">
+ <default>false</default>
+ <summary>Uses /proc/diskstats to determine NVMe disk load</summary>
+ </key>
<key name="system-monitor" type="s">
<default>'mate-system-monitor.desktop'</default>
<summary>The desktop description file to execute as the system monitor</summary>