lkml.org 
[lkml]   [2008]   [May]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: performance "regression" in cfq compared to anticipatory, deadline and noop
On Tue, May 13 2008, Matthew wrote:
> On Tue, May 13, 2008 at 3:05 PM, Jens Axboe <jens.axboe@oracle.com> wrote:
> >
> > On Tue, May 13 2008, Matthew wrote:
> > > On Tue, May 13, 2008 at 2:20 PM, Jens Axboe <jens.axboe@oracle.com> wrote:
> > > >
> > > > On Sun, May 11 2008, Kasper Sandberg wrote:
> > > > > On Sun, 2008-05-11 at 14:14 +0100, Daniel J Blueman wrote:
> > > > > > I've been experiencing this for a while also; an almost 50% regression
> > > > > > is seen for single-process reads (ie sync) if slice_idle is 1ms or
> > > > > > more (eg default of 8) [1], which seems phenomenal.
> > > > > >
> > > > > > Jens, is this the expected price to pay for optimal busy-spindle
> > > > > > scheduling, a design issue, bug or am I missing something totally?
> > > > > >
> > > > > > Thanks,
> > > > > > Daniel
> > > [snip]
> > > ...
> > > [snip]
> > > > >
> [snip]
>
> ...
>
> [snip]
> > > well - back to topic:
> > >
> > > for a blktrace one need to enable CONFIG_BLK_DEV_IO_TRACE , right ?
> > > blktrace can be obtained from your git-repo ?
> >
> > Yes on both accounts, or just grab a blktrace snapshot from:
> >
> > http://brick.kernel.dk/snaps/blktrace-git-latest.tar.gz
> >
> > if you don't use git.
> >
> > --
> > Jens Axboe
> >
> >
>
> unfortunately that snapshot wouldn't compile for me because of an error,
> I used the in-tree provided snapshot from portage: 0.0.20071210202527
> I hope that's ok, too;

That's fine, it doesn't really matter. But I'd appreciate if you sent me
the compile error in private, so that I can fix it :-)

> attached you'll fine the btrace (2 files) as a tar.bz2 package
>
> from cfq
>
> here the corresponding hdparm-output:
> hdparm -t /dev/sdd
>
> /dev/sdd:
> Timing buffered disk reads: 152 MB in 3.02 seconds = 50.38 MB/sec
>
> blktrace /dev/sdd
> Device: /dev/sdd
> CPU 0: 0 events, 4136 KiB data
> CPU 1: 0 events, 11 KiB data
> Total: 0 events (dropped 0), 4146 KiB data
>
> and the corresponding output of anticipatory and attached the btrace of it:
>
> hdparm -t /dev/sdd
>
> /dev/sdd:
> Timing buffered disk reads: 310 MB in 3.02 seconds = 102.76 MB/sec
>
> blktrace /dev/sdd
> Device: /dev/sdd
> CPU 0: 0 events, 7831 KiB data
> CPU 1: 0 events, 132 KiB data
> Total: 0 events (dropped 0), 7962 KiB data

They seem to start out the same, but then CFQ gets interrupted by a
timer unplug (which is also odd) and after that the request size drops.
On most devices you don't notice, but some are fairly picky about
request sizes. The end result is that CFQ has an average dispatch
request size of 142kb, where AS is more than double that at 306kb. I'll
need to analyze the data and look at the code a bit more to see WHY this
happens.

--
Jens Axboe



\
 
 \ /
  Last update: 2008-05-13 20:07    [W:0.086 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site