]> git.ipfire.org Git - thirdparty/libvirt.git/commit
BSD: implement nodeGetCPUStats
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 28 Jan 2014 17:49:24 +0000 (21:49 +0400)
committerJán Tomko <jtomko@redhat.com>
Thu, 6 Feb 2014 13:09:15 +0000 (14:09 +0100)
commit3b00df01fbc5acbfa49055167b85d51f1a288aff
tree95fd432431f40bc42cc53299c777ad44ae203680
parent05bf937572ca6ffec213a045dda171d7543e7efd
BSD: implement nodeGetCPUStats

Implementation obtains CPU usage information using
kern.cp_time and kern.cp_times sysctl(8)s and reports
CPU utilization.
include/libvirt/libvirt.h.in
src/nodeinfo.c
tools/virsh-host.c