0

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
oliver
asked May 09 2017

Answer

0

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

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

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
jagannatharumugam
asked May 09 2017
edited Oct 05 2018
Post your Answer