diff --git a/tools/virsh.pod b/tools/virsh.pod index a18eaf4c2860ee6673174e00e9b8b938a7856e66..62c592cf621b3f903d02c020870ff91be6b28e93 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -887,6 +887,9 @@ default all supported statistics groups are returned. Supported statistics groups flags are: I<--state>, I<--cpu-total>, I<--balloon>, I<--vcpu>, I<--interface>, I<--block>, I<--perf>. +Note that - depending on the hypervisor type and version or the domain state +- not all of the following statistics may be returned. + When selecting the I<--state> group the following fields are returned: "state.state" - state of the VM, returned as number from virDomainState enum, "state.reason" - reason for entering given state, returned as int from @@ -917,6 +920,11 @@ I<--vcpu> returns: "vcpu..state" - state of the virtual CPU , as number from virVcpuState enum, "vcpu..time" - virtual cpu time spent by virtual CPU + (in microseconds), +"vcpu..wait" - virtual cpu time spent by virtual CPU +waiting on I/O (in microseconds), +"vcpu..halted" - virtual CPU is halted: yes or no (may indicate +the processor is idle or even disabled, depending on the architecture) I<--interface> returns: "net.count" - number of network interfaces on this domain,