qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 05/22] block: Add idle_time_ns to BlockDevice


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 05/22] block: Add idle_time_ns to BlockDeviceStats
Date: Tue, 13 Oct 2015 16:35:54 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

On Fri, Oct 02, 2015 at 05:26:15PM +0300, Alberto Garcia wrote:
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 5f12af7..a529e2f 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -448,6 +448,10 @@
>  # @wr_merged: Number of write requests that have been merged into another
>  #             request (Since 2.3).
>  #
> +# @idle_time_ns: #optional Time since the last I/O operation, in
> +#                miliseconds. If the field is absent it means that

s/miliseconds/nanoseconds/ ?

> diff --git a/qmp-commands.hx b/qmp-commands.hx
> index 4f03d11..13c1bdc 100644
> --- a/qmp-commands.hx
> +++ b/qmp-commands.hx
> @@ -2511,6 +2511,10 @@ Each json-object contain the following:
>                     another request (json-int)
>      - "wr_merged": number of write requests that have been merged into
>                     another request (json-int)
> +    - "idle_time_ns": time since the last I/O operation, in
> +                      miliseconds. If the field is absent it means

s/miliseconds/nanoseconds/ ?



reply via email to

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