[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090902001730.GF7885@think>
Date: Tue, 1 Sep 2009 20:17:30 -0400
From: Chris Mason <chris.mason@...cle.com>
To: Christoph Hellwig <hch@...radead.org>
Cc: Theodore Tso <tytso@....edu>, linux-ext4@...r.kernel.org,
linux-fsdevel@...r.kernel.org
Subject: Re: ext4 writepages is making tiny bios?
On Tue, Sep 01, 2009 at 05:27:40PM -0400, Christoph Hellwig wrote:
> On Tue, Sep 01, 2009 at 04:57:44PM -0400, Theodore Tso wrote:
> > > This graph shows the difference:
> > >
> > > http://oss.oracle.com/~mason/seekwatcher/trace-buffered.png
> >
> > Wow, I'm surprised how seeky XFS was in these graphs compared to ext4
> > and btrfs. I wonder what was going on.
>
> XFS did the mistake of trusting the VM, while everyone more or less
> overrode it. Removing all those checks and writing out much larger
> data fixes it with a relatively small patch:
>
> http://verein.lst.de/~hch/xfs/xfs-writeback-scaling
>
> when that code was last benchamrked extensively (on SLES9) it
> worked nicely to saturate extremly large machines using buffered
> I/O, since then VM tuning basically destroyed it.
>
I sent Christoph other versions of the graphs and tried a few fixes.
With patches they are down to almost 0 seeks/sec.
For the Ext4 bio size, this array is just a few sata drives and is
very tolerant. Real raid or cciss controllers will benefit much more
from bigger bios.
And most importantly, seekwatcher wouldn't take as long to make the
graphs ;)
-chris
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists