AMP AMP
AMP
0
AMP

How to check the details of VM in KVM

I need to check the details of the VM while running itself. Am using KVM hypervisor. What command should i use ?

KVM Virtualization Add a comment
a sample image
oliver
asked May 09 2017

Answer

AMP
0
AMP

What products of Business IT Infrastructure Virtualization do you use? May we have your overview, please?

Add a comment
a sample image
godrik
asked Dec 30 2022
Post your Answer
AMP
0
AMP

There is a virsh command to check the details of VM either running or shutoff.

# virsh dominfo (VM-name)

This will display the ID, UUID, type, CPUs used, Memory used etc.

Add a comment
a sample image
jagannatharumugam
asked May 09 2017
edited Oct 05 2018
Post your Answer