Qemu: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source" to "</syntaxhighlight") |
||
Line 8: | Line 8: | ||
---------------------------------------------------- | ---------------------------------------------------- | ||
1 domain_v1 running | 1 domain_v1 running | ||
</ | </syntaxhighlight> | ||
==Display domain information== | ==Display domain information== | ||
Line 27: | Line 27: | ||
Security model: none | Security model: none | ||
Security DOI: 0 | Security DOI: 0 | ||
</ | </syntaxhighlight> |
Revision as of 15:39, 25 November 2021
virsh - management user interface
Display running domains
# virsh list
Id Name State
----------------------------------------------------
1 domain_v1 running
Display domain information
# virsh dominfo domain_v1
Id: 1
Name: domain_v1
UUID: b80fe77e-5bdd-29a9-d4c4-84482ace50ff
OS Type: hvm
State: running
CPU(s): 4
CPU time: 674481.3s
Max memory: 15605760 KiB
Used memory: 15605760 KiB
Persistent: yes
Autostart: disable
Managed save: no
Security model: none
Security DOI: 0