mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-13 06:34:42 -05:00
sysinfo: implement virsh support
* tools/virsh.c (cmdSysinfo): New function. (hostAndHypervisorCmds): Add it. * tools/virsh.pod: Document it.
This commit is contained in:
@@ -132,6 +132,7 @@ group as an option. For example:
|
||||
freecell NUMA free memory
|
||||
hostname print the hypervisor hostname
|
||||
qemu-monitor-command Qemu Monitor Command
|
||||
sysinfo print the hypervisor sysinfo
|
||||
uri print the hypervisor canonical URI
|
||||
|
||||
To display detailed information for a specific command, give its name as the
|
||||
@@ -227,6 +228,10 @@ Prints the hypervisor canonical URI, can be useful in shell mode.
|
||||
|
||||
Print the hypervisor hostname.
|
||||
|
||||
=item B<sysinfo>
|
||||
|
||||
Print the XML representation of the hypervisor sysinfo, if available.
|
||||
|
||||
=item B<nodeinfo>
|
||||
|
||||
Returns basic information about the node, like number and type of CPU,
|
||||
|
||||
Reference in New Issue
Block a user