search for: virdomainmemorystatptr

Displaying 2 results from an estimated 2 matches for "virdomainmemorystatptr".

2014 Mar 12
4
Problem in getting memory statistics
...me monitoring function which tells me if the system is overstressed. I am currently using java apis and the binding which was suggested to me was Domain.memoryStats(); This is a binding to int virDomainMemoryStats (virDomainPtr<http://libvirt.org/html/libvirt-libvirt.html#virDomainPtr>dom, virDomainMemoryStatPtr<http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatPtr>stats, unsigned int nr_stats, unsigned int flags). Problem is that it returns me just tags 0,6 and 7. Looking at the documentation I see they are not what I am looking for...I would rather need 4 (VIR_DOMAIN_MEMORY_STAT_UNU...
2014 Mar 15
0
Re: Problem in getting memory statistics
...if the system is > overstressed. > > I am currently using java apis and the binding which was suggested to me > was > Domain.memoryStats(); > > This is a binding to int virDomainMemoryStats (virDomainPtr<http://libvirt.org/html/libvirt-libvirt.html#virDomainPtr>dom, > virDomainMemoryStatPtr<http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatPtr>stats, > unsigned int nr_stats, unsigned int flags). > > Problem is that it returns me just tags 0,6 and 7. > Looking at the documentation I see they are not what I am looking for...I > would rather need 4 (VI...