qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH V2 1/4] block: add accounting for merged req


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC PATCH V2 1/4] block: add accounting for merged requests
Date: Fri, 05 Dec 2014 07:58:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

On 12/05/2014 04:50 AM, Peter Lieven wrote:
> Signed-off-by: Peter Lieven <address@hidden>
> ---
>  block.c                    |    2 ++
>  block/accounting.c         |    7 +++++++
>  block/qapi.c               |    2 ++
>  hmp.c                      |    6 +++++-
>  include/block/accounting.h |    3 +++
>  qapi/block-core.json       |    9 ++++++++-
>  qmp-commands.hx            |   22 ++++++++++++++++++----
>  7 files changed, 45 insertions(+), 6 deletions(-)

> @@ -2284,6 +2288,8 @@ Example:
>                    "rd_total_times_ns":3465673657
>                    "flush_total_times_ns":49653
>                    "flush_operations":61,
> +                  "rd_merged":0,
> +                  "wr_merged":0

Oh my - we previously had invalid JSON in our example.  Yay that this
fixes it :)

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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