Neil Aggarwal
2009-Nov-25 06:48 UTC
[CentOS-virt] Shell command to list cpu usage for KVM guests?
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. Thanks, Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host Joomla!, Wordpress, phpBB, or vBulletin for $25/mo Unmetered bandwidth = no overage charges, 7 day free trial
S.Tindall
2009-Nov-25 07:16 UTC
[CentOS-virt] Shell command to list cpu usage for KVM guests?
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