[libvirt] [PATCH v4] python: add virDomainGetCPUStats python binding API

Guannan Ren gren at redhat.com
Tue Mar 20 16:04:44 UTC 2012


On 03/20/2012 11:42 PM, Eric Blake wrote:
> On 03/19/2012 10:34 PM, Guannan Ren wrote:
>>      dom.getCPUStats(True, 0)
>>        [{'cpu_time': 24699446159L, 'system_time': 10870000000L, 'user_time': 950000000L}]
>>      dom.getCPUStats(False, 0)
>>        [{'cpu_time': 8535292289L}, {'cpu_time': 1005395355L}, {'cpu_time': 9351766377L}, {'cpu_time': 5813545649L}]
>>
>>      *generator.py Add a new naming rule
>>      *libvirt-override-api.xml The API function description
>>      *libvirt-override.c Implement it.
>> ---
>>   python/generator.py             |    5 +-
>>   python/libvirt-override-api.xml |   13 ++++
>>   python/libvirt-override.c       |  147 +++++++++++++++++++++++++++++++++++++++
>>   3 files changed, 164 insertions(+), 1 deletions(-)
> ACK.
>

    Thanks.

    Guannan Ren




More information about the libvir-list mailing list