[libvirt] [PATCHv2 06/11] qemu: bulk stats: implement CPU stats group

Eric Blake eblake at redhat.com
Tue Sep 2 22:50:51 UTC 2014


On 09/02/2014 06:31 AM, Francesco Romani wrote:
> This patch implements the VIR_DOMAIN_STATS_CPU_TOTAL
> group of statistics.
> 
> Signed-off-by: Francesco Romani <fromani at redhat.com>
> ---
>  include/libvirt/libvirt.h.in |  1 +
>  src/libvirt.c                |  8 +++++++
>  src/qemu/qemu_driver.c       | 56 ++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 65 insertions(+)
> 

> +++ b/src/libvirt.c
> @@ -21546,6 +21546,14 @@ virConnectGetDomainCapabilities(virConnectPtr conn,
>   * "state.reason" - reason for entering given state, returned as int from
>   *                  virDomain*Reason enum corresponding to given state.
>   *
> + * VIR_DOMAIN_STATS_CPU_TOTAL: Return CPU statistics and usage informations.
> + * The typed parameter keys are in this format:
> + * "cpu.count" - number of physical cpu available to this domain.

s/cpu/cpus/

Missing what type to expect.  Mention that this one is returned as an
int (unsigned int would actually be better, but that means using
AddUInt() down below).

> + * "cpu.time" - total cpu time spent for this domain
> + * "cpu.user" - user cpu time spent
> + * "cpu.system" - system cpu time spent

Mention that these three are typed as unsigned long long.

rest of the patch looks okay, modulo the typing of cpu.count.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 539 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140902/da5e8ce6/attachment-0001.sig>


More information about the libvir-list mailing list