From: Jens Axboe <axboe@fb.com>
To: lkp@lists.01.org
Subject: Re: [block] 34b48db66e0: +3291.6% iostat.sde.wrqm/s
Date: Thu, 22 Jan 2015 14:12:49 -0700 [thread overview]
Message-ID: <54C167D1.8080502@fb.com> (raw)
In-Reply-To: <x497fwe8qwo.fsf@segfault.boston.devel.redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2262 bytes --]
On 01/22/2015 02:08 PM, Jeff Moyer wrote:
> Jens Axboe <axboe@fb.com> writes:
>
>> On 01/22/2015 01:49 PM, Jeff Moyer wrote:
>>> Jens Axboe <axboe@fb.com> writes:
>>>
>>>>> Agreed on all above, but are the actual benchmark numbers included
>>>>> somewhere in all this mess? I'd like to see if the benchmark numbers
>>>>> improved first, before digging into the guts of which functions are
>>>>> called more or which stats changed.
>>>>
>>>> I deleted the original email, but the latter tables had drive throughput
>>>> rates and it looked higher for the ones I checked on the newer kernel.
>>>> Which the above math would indicate as well, multiplying reqs-per-sec
>>>> and req-size.
>>>
>>> Looking back at the original[1], I think I see the throughput numbers for
>>> iozone. The part that confused me was that each table mixes different
>>> types of data. I'd much prefer if different data were put in different
>>> tables, along with column headers that stated what was being reported
>>> and the units for the measurements.
>>>
>>> Anyway, I find the increased service time troubling, especially this
>>> one:
>>>
>>> testbox/testcase/testparams: ivb44/fsmark/performance-1x-1t-1HDD-xfs-4M-60G-NoSync
>>>
>>> 544 ? 0% +1268.9% 7460 ? 0% iostat.sda.w_await
>>> 544 ? 0% +1268.5% 7457 ? 0% iostat.sda.await
>>>
>>> I'll add this to my queue of things to look into.
>>
>> From that same table:
>>
>> 1009 ± 0% +1255.7% 13682 ± 0% iostat.sda.avgrq-sz
>>
>> the average request size has gone up equally. This is clearly a streamed
>> oriented benchmark, if the IOs get that big.
>
> Hmm, ok, I'll buy that. However, I am surprised that the relationship
> between i/o size and service time is 1:1 here...
Should be pretty close to 1:1, given that the smaller requests are still
sequential. And we're obviously doing a well enough job not to service
them out of sequence.
My original worry on bumping max_sectors was that we'd introduce slower
bubbles in the pipeline, for eg interleaved IO patterns where one does
large streamed IO and the other small non sequential. So it'd be
interesting to see a test for something like that.
--
Jens Axboe
WARNING: multiple messages have this Message-ID (diff)
From: Jens Axboe <axboe@fb.com>
To: Jeff Moyer <jmoyer@redhat.com>
Cc: Huang Ying <ying.huang@intel.com>, Christoph Hellwig <hch@lst.de>,
LKML <linux-kernel@vger.kernel.org>, LKP ML <lkp@01.org>
Subject: Re: [LKP] [block] 34b48db66e0: +3291.6% iostat.sde.wrqm/s
Date: Thu, 22 Jan 2015 14:12:49 -0700 [thread overview]
Message-ID: <54C167D1.8080502@fb.com> (raw)
In-Reply-To: <x497fwe8qwo.fsf@segfault.boston.devel.redhat.com>
On 01/22/2015 02:08 PM, Jeff Moyer wrote:
> Jens Axboe <axboe@fb.com> writes:
>
>> On 01/22/2015 01:49 PM, Jeff Moyer wrote:
>>> Jens Axboe <axboe@fb.com> writes:
>>>
>>>>> Agreed on all above, but are the actual benchmark numbers included
>>>>> somewhere in all this mess? I'd like to see if the benchmark numbers
>>>>> improved first, before digging into the guts of which functions are
>>>>> called more or which stats changed.
>>>>
>>>> I deleted the original email, but the latter tables had drive throughput
>>>> rates and it looked higher for the ones I checked on the newer kernel.
>>>> Which the above math would indicate as well, multiplying reqs-per-sec
>>>> and req-size.
>>>
>>> Looking back at the original[1], I think I see the throughput numbers for
>>> iozone. The part that confused me was that each table mixes different
>>> types of data. I'd much prefer if different data were put in different
>>> tables, along with column headers that stated what was being reported
>>> and the units for the measurements.
>>>
>>> Anyway, I find the increased service time troubling, especially this
>>> one:
>>>
>>> testbox/testcase/testparams: ivb44/fsmark/performance-1x-1t-1HDD-xfs-4M-60G-NoSync
>>>
>>> 544 ? 0% +1268.9% 7460 ? 0% iostat.sda.w_await
>>> 544 ? 0% +1268.5% 7457 ? 0% iostat.sda.await
>>>
>>> I'll add this to my queue of things to look into.
>>
>> From that same table:
>>
>> 1009 ± 0% +1255.7% 13682 ± 0% iostat.sda.avgrq-sz
>>
>> the average request size has gone up equally. This is clearly a streamed
>> oriented benchmark, if the IOs get that big.
>
> Hmm, ok, I'll buy that. However, I am surprised that the relationship
> between i/o size and service time is 1:1 here...
Should be pretty close to 1:1, given that the smaller requests are still
sequential. And we're obviously doing a well enough job not to service
them out of sequence.
My original worry on bumping max_sectors was that we'd introduce slower
bubbles in the pipeline, for eg interleaved IO patterns where one does
large streamed IO and the other small non sequential. So it'd be
interesting to see a test for something like that.
--
Jens Axboe
next prev parent reply other threads:[~2015-01-22 21:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-22 1:21 [block] 34b48db66e0: +3291.6% iostat.sde.wrqm/s Huang Ying
2015-01-22 1:21 ` [LKP] " Huang Ying
2015-01-22 5:37 ` Jens Axboe
2015-01-22 5:37 ` [LKP] " Jens Axboe
2015-01-22 17:47 ` Jeff Moyer
2015-01-22 17:47 ` [LKP] " Jeff Moyer
2015-01-22 19:02 ` Jens Axboe
2015-01-22 19:02 ` [LKP] " Jens Axboe
2015-01-22 20:49 ` Jeff Moyer
2015-01-22 20:49 ` [LKP] " Jeff Moyer
2015-01-22 20:58 ` Jens Axboe
2015-01-22 20:58 ` [LKP] " Jens Axboe
2015-01-22 21:08 ` Jeff Moyer
2015-01-22 21:08 ` [LKP] " Jeff Moyer
2015-01-22 21:12 ` Jens Axboe [this message]
2015-01-22 21:12 ` Jens Axboe
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=54C167D1.8080502@fb.com \
--to=axboe@fb.com \
--cc=lkp@lists.01.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.