All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Edoardo Comar <ECOMAR@uk.ibm.com>
Cc: fio@vger.kernel.org
Subject: Re: output - aggregate read bandwitdh
Date: Wed, 22 May 2013 14:25:25 +0200	[thread overview]
Message-ID: <20130522122525.GK9714@kernel.dk> (raw)
In-Reply-To: <OFABB32A79.2C0C3A51-ON80257B73.00423F23-80257B73.0043C1F5@uk.ibm.com>

On Wed, May 22 2013, Edoardo Comar wrote:
> > > So 67bf982340d95ca98098ea050b54b4c7adb116c0 is the first bad commit,
> > > funky. Ah I think I see what it is, hang on.
> > 
> > http://git.kernel.dk/?
> > p=fio.git;a=commit;h=4b20c6814d4742e27a68f8a740a955283869fbcd
> > 
> > If you git pull, you'll get that. Please see if that makes it behave
> > like 2.0.13 for you.
> > 
> 
> Thanks,
> this has fixed the read aggrb reported value to be unreasonably high
> however the value is now significantly lower than 2.0.13  it's about 1/2
> while the write value is very comparable.
> Please find the outputs below.

This is due to the change in thinktime, fixing the unreasonable
latencies. Effectively it reduces your queue depth to what
thinktime_blocks is set to, which is 1 by default. Even if set to the
queue depth, you will still be completely draining the software queue
for every N thinktime_blocks. I'm guessing your device has write caching
enabled, hence the change is basically only apparent on reads. The
writes queue up nicely on the hw side still.

-- 
Jens Axboe


  reply	other threads:[~2013-05-22 12:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-18  1:28 output - aggregate read bandwitdh Edoardo Comar
2013-05-18  6:53 ` Jens Axboe
2013-05-18  7:01   ` Jens Axboe
2013-05-18 10:52     ` Edoardo Comar
2013-05-18 11:02       ` Edoardo Comar
     [not found]       ` <OFEF259463.FACECBD6-ON80257B6F.003C54FB-80257B6F.003CA237@LocalDomain>
2013-05-18 11:18         ` Edoardo Comar
2013-05-18 12:22           ` Jens Axboe
2013-05-18 17:03             ` Edoardo Comar
2013-05-18 23:15               ` Edoardo Comar
2013-05-22  8:28                 ` Edoardo Comar
2013-05-22  8:57                   ` Jens Axboe
2013-05-22 10:03                     ` Edoardo Comar
2013-05-22 10:15                       ` Jens Axboe
2013-05-22 10:18                         ` Jens Axboe
2013-05-22 12:19                           ` Edoardo Comar
2013-05-22 12:25                             ` Jens Axboe [this message]
2013-05-22 13:15                               ` Edoardo Comar

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=20130522122525.GK9714@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=ECOMAR@uk.ibm.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.