search for: nodecpustats

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

2013 Feb 13
1
Host information from libvirt KVM/Xen
Hi, I'm able to get the CPU utilization metrics from libvirt for the guests (VM's) remotely . Is it possible to get the Host Cpu stat's through libvirt ? I didn't find any information regarding the host cpu cycles and memory utilization to collect them remotely. Libvirt is installed on all the hosts. Regards, Navin -------------- next part -------------- An HTML attachment
2014 May 14
0
Is there a way to get host uptime in remote libvirt
...o but it doesn't include the system uptime. The virNodeGetCPUStats() can returns CPU usage in nanosecond, can we add the user + system + idle + iowait to calculate the system uptime? Looks like the sum value has a huge gap with the real uptime value returned by "uptime" CLI. virsh # nodecpustats user: 2985046540000000 system: 1368209710000000 idle: 388018933920000000 iowait: 43371960000000