All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Scott Emery <emery@sgi.com>
Cc: fio@vger.kernel.org
Subject: Re: All clients impatient
Date: Wed, 14 Nov 2012 11:10:26 -0700	[thread overview]
Message-ID: <50A3DE92.3020509@kernel.dk> (raw)
In-Reply-To: <50A3DABD.3020807@kernel.dk>

On 2012-11-14 10:54, Jens Axboe wrote:
> On 2012-11-14 10:42, Jens Axboe wrote:
>>> 	For a while it was totting things up after four clients,
>>> which kind of made sense... now it's stuck on three.  Back when
>>> it made more sense I thought that maybe handle_ts only dealt with
>>> the information from a single thread for each client rather than
>>> the aggregate of multiple thread jobs.  That part seems to hold
>>> true even when it doesn't have the info for all the clients.
>>>
>>> 	Is this reporting the aggregate as expected?
>>> 	Is there a parameter change that I need to make to get
>>> the output I expect?
>>
>> As the job file is written, it will not aggregate results from a single
>> "instance" of the server. You would want group_reporting=1 to do that.
>> However, that will still give you one set of outputs per connection, not
>> one for all of them. Right now fio does not support collecting outputs
>> from all connections, a higher level group reporting if you will.
> 
> Actually, I misremembered that and didn't check before replying. It
> _will_ sum all clients, if it has more than one connection. But there's
> a bug where we race on client exit and dec the expected client count.
> Does it work better with the below patch?

Note that you still need group_reporting=1 in your job file, the all
clients report depend on getting only one set of stats from each client.
I'll look into fixing that up, too.

-- 
Jens Axboe


  reply	other threads:[~2012-11-14 18:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13 23:23 All clients impatient Scott Emery
2012-11-14 17:42 ` Jens Axboe
2012-11-14 17:54   ` Jens Axboe
2012-11-14 18:10     ` Jens Axboe [this message]
2012-11-14 19:09       ` emery
2012-11-14 19:29         ` emery
2012-11-14 19:58           ` Jens Axboe
2012-11-14 20:57             ` Jens Axboe
2012-11-14 21:30               ` emery
2012-11-14 21:31                 ` Jens Axboe
2012-11-14 21:26             ` emery

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=50A3DE92.3020509@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=emery@sgi.com \
    --cc=fio@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.