I have vps guests that are managed by KVM and libvirt. Using virt-df, I am able to check the real disk usage of each vps guest.
#virt-df [--options] -d domname
Is there a similar utility tool to check memory usage and cpu usage?
I tried virt-top, but the cpu% and mem% it returned were mostly less than 1%, which was less accurate.