Displaying 2 results from an estimated 2 matches for "dockerregistry01".
2019 Jul 29
2
virsh command to list CPU,Memory and Storage
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
2019 Jul 30
0
Re: virsh command to list CPU,Memory and Storage
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...