Virsh command that displays the cpu and memory consumption

kvm-virtualizationvirshvirtual-machinesvirtualhostvirtualization

I want to know if there is a command virsh to display the cpu and memory consumption of each machine virtual. I created the virtual machine using KVM in ubuntu system.

Best Answer

The command dommemstat can give you memory stats for a specific domain and with domstats you can get plenty of stats for all domains or just the specified. You can pass the parameter --cpu-total to see the total in the moment.

First get a virsh interactive console by typing virsh on your command line and then, once inside virsh's console, issue the following command:

virsh # domstats --cpu-total

The previous command will give you the CPU stats for all domains. If you have virt-manager you can see live some graphs and other nice stats, and if you want to collect them for a time you would need some other tool, I would recommend collectd and its 'virt' plugin