qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH v3 08/21] block: Compute minimum, maximum and av


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [PATCH v3 08/21] block: Compute minimum, maximum and average I/O latencies
Date: Fri, 23 Oct 2015 14:23:51 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Oct 22, 2015 at 11:11:18AM +0300, Alberto Garcia wrote:
> +struct BlockAcctTimedStats {
> +    TimedAverage latency[BLOCK_MAX_IOTYPE];
> +    unsigned interval_length;

/* in seconds */ would be nice here so the units are clear.  Or even
interval_length_secs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]