Displaying 4 results from an estimated 4 matches for "virdomainmemorystattags".
2014 Jul 03
3
memoryStats question
Hello,
I'm trying to get memory usage statistic inside a guest machine using
virDomainMemoryStats function at libvirt.
According to
http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the
structure could have a lot of useful memory statistic but the amount of
parameters depends on the hypervisor and the driver.
However using KVM I'm able to get VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON
and VIR_DOMAIN_MEMORY_STAT_RSS only.
Am I right it is not possible to get additional info...
2014 Jul 03
0
Re: memoryStats question
On Thu, Jul 03, 2014 at 04:31:46PM +0300, Gleb Voronich wrote:
>Hello,
>
>I'm trying to get memory usage statistic inside a guest machine using
>virDomainMemoryStats function at libvirt.
>According to
>http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the
>structure could have a lot of useful memory statistic but the amount of
>parameters depends on the hypervisor and the driver.
>However using KVM I'm able to get VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON
>and VIR_DOMAIN_MEMORY_STAT_RSS only.
>
QEMU/KVM only supports these two II...
2014 Jul 03
2
Re: memoryStats question
...On Thu, Jul 03, 2014 at 04:31:46PM +0300, Gleb Voronich wrote:
> >Hello,
> >
> >I'm trying to get memory usage statistic inside a guest machine using
> >virDomainMemoryStats function at libvirt.
> >According to
> >http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the
> >structure could have a lot of useful memory statistic but the amount of
> >parameters depends on the hypervisor and the driver.
> >However using KVM I'm able to get VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON
> >and VIR_DOMAIN_MEMORY_STAT_RSS only.
> >
>
>...
2014 Jul 03
2
Re: memoryStats question
...; On Thu, Jul 03, 2014 at 04:31:46PM +0300, Gleb Voronich wrote:
>> Hello,
>>
>> I'm trying to get memory usage statistic inside a guest machine using
>> virDomainMemoryStats function at libvirt.
>> According to
>> http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the
>> structure could have a lot of useful memory statistic but the amount of
>> parameters depends on the hypervisor and the driver.
>> However using KVM I'm able to get VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON
>> and VIR_DOMAIN_MEMORY_STAT_RSS only.
>>
>
> Q...