Displaying 2 results from an estimated 2 matches for "ifair".
Did you mean:
fair
2014 Jul 03
2
Re: memoryStats question
...T 2 /* Number of major faults */
MINFLT 3 /* Number of minor faults */
MEMFREE 4 /* Total amount of free memory */
MEMTOT 5 /* Total amount of memory */
See
https://github.com/YanVugenfirer/kvm-guest-drivers-windows/blob/9a5cb6749d68bad8c346d31b811c854ab078652e/Balloon/sys/public.h
IFAIR, these should be queried by the virDomainMemoryStats function.
Claudio
--
BSc (Comp) Claudio Bley - Principal Software Engineer
AV-TEST GmbH, Klewitzstr. 7, 39112 Magdeburg, Germany
Phone: +49 391 6075460, Fax: +49 391 6075469
Web: <http://www.av-test.org>
* https://twitter.com/avtestorg *...
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