Re: [libvirt] [PATCH] qemu: add reporting of vCPU wait time

2016-01-05 Thread Ján Tomko
On Thu, Dec 10, 2015 at 02:41:56PM +, Daniel P. Berrange wrote: > diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c > index 783a7cd..5293294 100644 > --- a/src/qemu/qemu_driver.c > +++ b/src/qemu/qemu_driver.c > @@ -1361,6 +1361,80 @@ static char

Re: [libvirt] [PATCH] qemu: add reporting of vCPU wait time

2015-12-16 Thread John Ferlan
On 12/10/2015 09:41 AM, Daniel P. Berrange wrote: > The VIR_DOMAIN_STATS_VCPU flag to virDomainListGetStats > enables reporting of stats about vCPUs. Currently we > only report the cumulative CPU running time and the > execution state. > > This adds reporting of the wait time - time the vCPU >

[libvirt] [PATCH] qemu: add reporting of vCPU wait time

2015-12-13 Thread Daniel P. Berrange
The VIR_DOMAIN_STATS_VCPU flag to virDomainListGetStats enables reporting of stats about vCPUs. Currently we only report the cumulative CPU running time and the execution state. This adds reporting of the wait time - time the vCPU wants to run, but the host schedular has something else running

Re: [libvirt] [PATCH] qemu: add reporting of vCPU wait time

2015-12-13 Thread Vasiliy Tolstov
13 дек. 2015 г. 12:53 пользователь "Daniel P. Berrange" написал: > > The VIR_DOMAIN_STATS_VCPU flag to virDomainListGetStats > enables reporting of stats about vCPUs. Currently we > only report the cumulative CPU running time and the > execution state. > > This adds reporting