On 5/12/24 05:15, Peter Quiring wrote: > Two stats that VMWare offers that I can't seem to find in libvirt is > "active" memory and disk latency. > > Any idea how I could extract these stats? > > libvirt offers memory stats such as maximum, current, unused, usable, > etc. but these are all 100% or 0% of what the VM has available. > Looking for an "active" value. /proc/memstat has similar stats within I believe you meant /proc/meminfo, right? > a Linux VM but need to get from libvirt. Yeah, it should be trivial to add. > > Disk latency is also sometimes critical information. I'm not sure where to get disk latency info from or whether it belongs under memory stats APIs at all. Michal