From: Jens Axboe <axboe@kernel.dk>
To: Matthew Eaton <m.eaton82@gmail.com>
Cc: "fio@vger.kernel.org" <fio@vger.kernel.org>
Subject: Re: Fio 2.1.14 released
Date: Wed, 12 Nov 2014 14:37:48 -0700 [thread overview]
Message-ID: <5463D32C.9070804@kernel.dk> (raw)
In-Reply-To: <CAF+0mvmhzfzvbp_OnXUQ8eEUCuf+_wh5xuOROe=xFXqzuKytaw@mail.gmail.com>
On 11/12/2014 02:36 PM, Matthew Eaton wrote:
>> It should all be as fast as it could be before. The issue fixed above is
>> when we wanted the disk util thread to exit, we set a done flag and just
>> waited for it to wakeup as, which it did a few times per second. Now we use
>> regular condvars, so it'll wake and exit immediately. So disk_util=0 should
>> not change more than a msec or so :-)
>>
>> That said, if you do find things where it seems to start or stop slower than
>> it should, let me know. But as far as I know, it's all properly driven now.
>>
>> --
>> Jens Axboe
>>
>
> Thanks! Just to follow up, I wrote a test script looping 20
> iterations of fio and tested 2.1.12 vs 2.1.14.
>
> 2.1.14 consistently finished ~2.7 seconds faster than 2.1.12, which I
> think is great for only 20 iterations.
That sounds reasonable. That's 135msec per iteration, which is roughly
what we'd expect the average wait time to be (250msec / 2).
--
Jens Axboe
prev parent reply other threads:[~2014-11-12 21:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-11 21:14 Fio 2.1.14 released Jens Axboe
2014-11-11 21:52 ` Stephen Cameron
2014-11-11 21:54 ` Jens Axboe
2014-11-12 1:11 ` Matthew Eaton
2014-11-12 1:24 ` Jens Axboe
2014-11-12 21:36 ` Matthew Eaton
2014-11-12 21:37 ` Jens Axboe [this message]
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=5463D32C.9070804@kernel.dk \
--to=axboe@kernel.dk \
--cc=fio@vger.kernel.org \
--cc=m.eaton82@gmail.com \
/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.