1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-25 01:34:11 +03:00

virConnectGetAllDomainStats: Document two vcpu stats

When introducing vcpu.<num>.wait (v1.3.2-rc1~301) and
vcpu.<num>.halted (v2.4.0-rc1~36) the documentation was
not written.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Michal Privoznik 2020-06-29 14:55:54 +02:00
parent c203b8fee1
commit 201f8d1876

View File

@ -11493,6 +11493,11 @@ virConnectGetDomainCapabilities(virConnectPtr conn,
* from virVcpuState enum.
* "vcpu.<num>.time" - virtual cpu time spent by virtual CPU <num>
* as unsigned long long.
* "vcpu.<num>.wait" - time the vCPU <num> wants to run, but the host
* scheduler has something else running ahead of it.
* "vcpu.<num>.halted" - virtual CPU <num> is halted, may indicate the
* processor is idle or even disabled, depending
* on the architecture)
*
* VIR_DOMAIN_STATS_INTERFACE:
* Return network interface statistics (from domain point of view).