summaryrefslogtreecommitdiff
path: root/data/org.virt-manager.virt-manager.gschema.xml
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-02-11 15:29:30 -0500
committerCole Robinson <crobinso@redhat.com>2014-02-11 15:45:05 -0500
commitd220cc5d524eb34e8b32a8143c849d08a72ef731 (patch)
tree60d3bb64509eabfc8919018d1f8d759667b7786d /data/org.virt-manager.virt-manager.gschema.xml
parenta70b836b2d6bdd92bf50143e045c120b918919f2 (diff)
downloadvirt-manager-d220cc5d524eb34e8b32a8143c849d08a72ef731.tar.gz
preferences: Allow disabling VM CPU poll
With this, the only libvirt API call we hit on each tick is the connection nodeinfo.
Diffstat (limited to 'data/org.virt-manager.virt-manager.gschema.xml')
-rw-r--r--data/org.virt-manager.virt-manager.gschema.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/org.virt-manager.virt-manager.gschema.xml b/data/org.virt-manager.virt-manager.gschema.xml
index 493b5baf..f9a7934c 100644
--- a/data/org.virt-manager.virt-manager.gschema.xml
+++ b/data/org.virt-manager.virt-manager.gschema.xml
@@ -116,11 +116,15 @@
<description>The statistics update interval in seconds</description>
</key>
+ <key name="enable-cpu-poll" type="b">
+ <default>true</default>
+ <summary>Poll VM CPU stats</summary>
+ <description>Whether or not the app will poll VM CPU statistics</description>
+ </key>
<key name="enable-disk-poll" type="b">
<default>false</default>
<summary>Poll disk i/o stats</summary>
<description>Whether or not the app will poll VM disk i/o statistics</description>
-
</key>
<key name="enable-net-poll" type="b">
<default>false</default>