[pve-devel] balloon stats on win2008r2 working

Alexandre DERUMIER aderumier at odiso.com
Wed Dec 19 12:05:06 CET 2012


- I have just installed a win2008R2 (X64)

install ballon driver

-go to hardware devices management, find pci device without driver.
 -> update driver->choose disk

  then using 0.48 virtio driver, choose the whl directory



then install service (I put files in c:\program files\balloon)

#cd c:\program files\balloon
#blnsrv --install

#reboot

then stats works

(QEMU) qom-get path=/machine/peripheral/balloon0 property=stats-polling-interval
{u'return': 0}
(QEMU) qom-set path=/machine/peripheral/balloon0 property=stats-polling-interval value=10
{u'return': 10}
(QEMU) qom-get path=/machine/peripheral/balloon0 property=stats-polling-interval
{u'return': 10}
(QEMU) qom-get path=/machine/peripheral/balloon0 property=stats-last-update
{u'return': 1355914831}
(QEMU) qom-get path=/machine/peripheral/balloon0 property=stats-last-update
{u'return': 1355914841}
(QEMU) qom-get path=/machine/peripheral/balloon0 property=stat-free-memory
{u'return': 1765306368}
(QEMU) qom-get path=/machine/peripheral/balloon0 property=stat-total-memory
{u'return': 2147074048}
(QEMU) qom-get path=/machine/peripheral/balloon0 property=stat-swap-in
{u'return': 2440}
(QEMU) qom-get path=/machine/peripheral/balloon0 property=stat-swap-out
{u'return': 0}
(QEMU) 


I didn't have tested it with setting polling interval at start,
I'll try with your last qemu-serve today




More information about the pve-devel mailing list