From: Luiz Capitulino <lcapitulino@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: dlaor@redhat.com, qemu-devel@nongnu.org, avi@redhat.com,
danken@redhat.com
Subject: [Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat
Date: Thu, 29 Apr 2010 14:32:29 -0300 [thread overview]
Message-ID: <20100429143229.6675528b@redhat.com> (raw)
In-Reply-To: <4BD958CD.9080609@redhat.com>
On Thu, 29 Apr 2010 12:00:45 +0200
Kevin Wolf <kwolf@redhat.com> wrote:
> >> /**
> >> * bdrv_info_stats(): show block device statistics
> >> *
> >> @@ -1544,19 +1580,34 @@ void bdrv_stats_print(Monitor *mon, const QObject *data)
> >> * - "wr_bytes": bytes written
> >> * - "rd_operations": read operations
> >> * - "wr_operations": write operations
> >> - *
> >> + * - "wr_highest_offset": Highest offset of a sector written since the
> >> + * BlockDriverState has been opened
> >> + * - "parent": Contains recursively the statistics of the underlying
> >> + * protocol (e.g. the host file for a qcow2 image). If there is no
> >> + * underlying protocol, this field is omitted.
> >
> > Looks like you are not pushing 'protocol', we already have 'format'
> > though (not sure if they overlap).
>
> You're talking about a new key 'protocol'? I'm not sure what it should
> describe, to be honest.
I thought I read somewhere you were going to have a 'protocol' key as well
(in addition to 'wr_highest_offset' and 'parent') but looks like I was just
confused.
Sorry for the noise.
next prev parent reply other threads:[~2010-04-29 17:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-28 15:56 [Qemu-devel] [PATCH 0/2] block: wr_highest_sector blockstat Kevin Wolf
2010-04-28 15:56 ` [Qemu-devel] [PATCH 1/2] block: Add " Kevin Wolf
2010-04-28 15:59 ` [Qemu-devel] " Anthony Liguori
2010-04-28 16:01 ` Anthony Liguori
2010-04-28 17:04 ` Luiz Capitulino
2010-04-28 17:47 ` Anthony Liguori
2010-04-28 20:31 ` Luiz Capitulino
2010-04-29 16:03 ` Daniel P. Berrange
2010-04-29 9:48 ` Kevin Wolf
2010-04-28 17:31 ` Luiz Capitulino
2010-04-29 10:00 ` Kevin Wolf
2010-04-29 17:32 ` Luiz Capitulino [this message]
2010-04-28 15:56 ` [Qemu-devel] [PATCH 2/2] block: Extend info blockstats monitor command Kevin Wolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100429143229.6675528b@redhat.com \
--to=lcapitulino@redhat.com \
--cc=avi@redhat.com \
--cc=danken@redhat.com \
--cc=dlaor@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).