diff options
author | Victor Kareh <[email protected]> | 2019-07-10 14:22:51 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-12 15:52:11 +0200 |
commit | 045585c722dad76d76a48365ba21c531b419d86a (patch) | |
tree | 19e8357727e73d0b57ebc8da1d737d4d45cd37af /multiload/org.mate.panel.applet.multiload.gschema.xml.in | |
parent | 89b3e063eb5c1693f4e0ba4bababb3e05a448354 (diff) | |
download | mate-applets-045585c722dad76d76a48365ba21c531b419d86a.tar.bz2 mate-applets-045585c722dad76d76a48365ba21c531b419d86a.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.in | 4 |
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> |