Re: [libvirt] [PATCH v2 0/8] Add support for fetching statistics of completed jobs

2014-09-10 Thread Jiri Denemark
On Tue, Sep 09, 2014 at 19:36:52 -0400, John Ferlan wrote: On 09/09/2014 05:54 AM, Jiri Denemark wrote: Using virDomainGetJobStats, we can monitor running jobs but sometimes it may be useful to get statistics about a job that already finished, for example, to get the final amount of

[libvirt] [PATCH v2 0/8] Add support for fetching statistics of completed jobs

2014-09-09 Thread Jiri Denemark
Using virDomainGetJobStats, we can monitor running jobs but sometimes it may be useful to get statistics about a job that already finished, for example, to get the final amount of data transferred during migration or to get an idea about total downtime. This is what the following patches are

Re: [libvirt] [PATCH v2 0/8] Add support for fetching statistics of completed jobs

2014-09-09 Thread John Ferlan
On 09/09/2014 05:54 AM, Jiri Denemark wrote: Using virDomainGetJobStats, we can monitor running jobs but sometimes it may be useful to get statistics about a job that already finished, for example, to get the final amount of data transferred during migration or to get an idea about total