Displaying 4 results from an estimated 4 matches for "virnodegetmemorystats".
2012 Jul 10
1
Issue with getCPUStats and getMemoryStats
...bute 'virNodeGetCPUStats'*
>>> print con.getMemoryStats(2, None, 0, 0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.6/site-packages/libvirt.py", line 2245, in
getMemoryStats
ret = libvirtmod.virNodeGetMemoryStats(self._o, cellNum, params,
nparams, flags)
*AttributeError: 'module' object has no attribute 'virNodeGetMemoryStats'*
Kind let me know if this is a known issue. I came to know that this issue
was fixed in 0.9.8 version of libvirt. I am executing these calls on
libvirt-0.9.8 compile...
2013 Feb 13
1
Host information from libvirt KVM/Xen
Hi,
I'm able to get the CPU utilization metrics from libvirt for the guests (VM's) remotely . Is it possible to get the Host Cpu stat's through libvirt ?
I didn't find any information regarding the host cpu cycles and memory utilization to collect them remotely. Libvirt is installed on all the hosts.
Regards,
Navin
-------------- next part --------------
An HTML attachment
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL,
I just look for the class and method to use blockcopy in libvirt-java on
this page:
http://libvirt.org/sources/java/javadoc/
However, I can not find out. Libvirt-java Support blockcopy ? Thanks.
Best Regards,
Star Guo
2012 Jan 12
1
Libvirt API for C/C++ : Monitoring Support
Greetings,
I am a developer, trying to develop a system for monitoring Servers and Virtual Machines using Libvirt API for C/C++. I am facing an issue that there are no functions for monitoring some parameters which I have listed below. I would like to know if there is any there way I can retrieve these parameters since they are critical to my Monitoring Application. Also I am using CentOS 5.6 as