search for: virdomainblockstatsflag

Displaying 5 results from an estimated 5 matches for "virdomainblockstatsflag".

2016 Jan 04
2
API for retrieving resource metrics from VMs?
Hello. I'm a new getting started to learn the libvirt API. I've tried to find APIs which retrieve resource metrics such as cpu, disk, memory, and network I/O usages, but I could find few related thing; I was intended to use libvirt-Java binding first, it seems I'd be better to use the others like Python binding or C API though. The Java binding API is likely to provide very limited
2016 Jan 04
0
Re: API for retrieving resource metrics from VMs?
...bytes are used/free on a disk'? If so, I'm not sure libvirt can help. I mean it's dependent on guest configuration and you should use 'df' ran from within guest to retrieve that info. It falls out of libvirt's scope. If you, however, mean disk I/O - this can be obtained via virDomainBlockStatsFlags() API. Michal
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
2016 Jan 04
4
Re: API for retrieving resource metrics from VMs?
...disk'? If so, I'm not sure libvirt can help. I > mean it's dependent on guest configuration and you should use 'df' ran > from within guest to retrieve that info. It falls out of libvirt's scope. > > If you, however, mean disk I/O - this can be obtained via > virDomainBlockStatsFlags() API. > > Michal >