[Qemu-block] [PATCH v4 10/21] block: New option to define the intervals for collecting I/O statistics

2015-10-28 Thread Alberto Garcia
The BlockAcctStats structure contains a list of BlockAcctTimedStats. Each one of these collects statistics about the minimum, maximum and average latencies of all I/O operations in a certain interval of time. This patch adds a new "stats-intervals" option that allows defining these intervals. Sig

Re: [Qemu-block] [PATCH v4 10/21] block: New option to define the intervals for collecting I/O statistics

2015-11-10 Thread Eric Blake
On 10/28/2015 09:33 AM, Alberto Garcia wrote: > The BlockAcctStats structure contains a list of BlockAcctTimedStats. > Each one of these collects statistics about the minimum, maximum and > average latencies of all I/O operations in a certain interval of time. > > This patch adds a new "stats-inte