On Mon, Jul 29, 2019 at 11:08:57PM +0530, Kaushal Shriyan wrote:
Hi,
Is there a way to find out total CPU's, Memory and Storage using virsh
command? For example virsh list --all list out all VM's
11 dockerregistry01 running
12 gitlab running
Any help will be highly appreciated. Thanks in Advance.
Best Regards,
Kaushal
Hi,
have a look at dominfo command, that will give you basic information about the
guest, that however, doesn't include storage. For storage, you'd want to use a
sequence of commands: domblklist <domain>;domblkinfo <domain> <disk>
--human.
Regards,
Erik