Lines Matching full:polling
6 properties via a polling mechanism.
8 Before querying the available stats, clients first have to enable polling.
10 guest-stats-polling-interval property. This value can be:
13 enables polling in the specified interval. If polling is already
14 enabled, the polling time interval is changed to the new value
17 disables polling. Previous polled statistics are still valid and
20 Once polling is enabled, the virtio-balloon device in QEMU will start
21 polling the guest's balloon driver for new stats in the specified time
49 - Previously polled statistics remain available even if the polling is
57 - Polling can be enabled even if the guest doesn't have stats support
61 - The polling timer is only re-armed when the guest responds to the
64 the same effect as disabling polling
70 Enable polling with 2 seconds interval::
74 "property": "guest-stats-polling-interval", "value": 2 } }
78 Change polling to 10 seconds::
82 "property": "guest-stats-polling-interval", "value": 10 } }
105 Disable polling::
109 "property": "stats-polling-interval", "value": 0 } }