Re: [libvirt-users] free memory on hypervisor

2012-05-03 Thread Alex Jia
On 05/04/2012 02:28 PM, John Wayne wrote: i am trying to get the free memory on a hypervisor using libvert, with the python api bindings as per http://libvirt.org/python.html, it should be pretty easy, however the below is failing: #conn is a connection object freemem=libvirt.virNode.getFreeMe

[libvirt-users] free memory on hypervisor

2012-05-03 Thread John Wayne
i am trying to get the free memory on a hypervisor using libvert, with the python api bindings as per http://libvirt.org/python.html, it should be pretty easy, however the below is failing: #conn is a connection object freemem=libvirt.virNode.getFreeMemory(conn) although this works fine: softw