|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] get used guest memory
Hi guys:
I tried to get all used memory in guest CentOS using the api running
on top XCP 0.5 and the string returned null.
<code>
vm = conn.VM.get_by_uuid(vm_uuid)
vmgm = conn.VM.get_guest_metrics(vm)
memory_used = conn.VM_guest_metrics.get_memory(vmgm)
print memory_used
</code>
<output>
{}
</output>
Some idea?
Cheers!
--
Marco Sinhoreli
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |