[CentOS-virt] Shell command to list cpu usage for KVM guests?

Wed Nov 25 07:16:58 UTC 2009
S.Tindall <tindall.satwth at brandxmail.com>

On Wed, 2009-11-25 at 00:48 -0600, Neil Aggarwal wrote:
> Hello:
> 
> I am looking for a way to check CPU usage for
> KVM guests.
> 
> I see that capability in virt-manager, but that would
> require me to install a GUI on the host.
> 
> Is there a simple report from a command line tool?
> 
> Something like the three load average numbers per
> guest in a list?
> 
> I took a look at virsh but could not find anything.

Look at virt-top from epel.

Works something like top and shows all guests.

# rpm -q virt-top
virt-top-1.0.1-7.el5


Steve