prefs: Allow disabling all memorystats polling

Similar to how we allow disabling disk/net polling, not sure yet what
effect it might have on remote connections, so best to add this option
just to be safe.

Unlike disk/net stats, we enable this checking by default.
This commit is contained in:
Cole Robinson
2014-01-12 17:39:21 -05:00
parent 2dffdff328
commit 55d6b7f377
6 changed files with 102 additions and 37 deletions

View File

@@ -121,6 +121,11 @@
<summary>Poll net i/o stats</summary>
<description>Whether or not the app will poll VM network i/o statistics</description>
</key>
<key name="enable-memory-poll" type="b">
<default>true</default>
<summary>Poll memory stats</summary>
<description>Whether or not the app will poll VM memory statistics</description>
</key>
</schema>