From: Andrew Morton <akpm@osdl.org>
To: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Cc: "linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"Bill Rugolsky Jr." <brugolsky@telemetry-investments.com>
Subject: Re: Fw: Re: ICP, 3ware, Areca?
Date: Tue, 7 Nov 2006 13:45:13 -0800 [thread overview]
Message-ID: <20061107134513.fbd5f219.akpm@osdl.org> (raw)
In-Reply-To: <1162933193.8123.36.camel@kleikamp.austin.ibm.com>
On Tue, 07 Nov 2006 14:59:52 -0600
Dave Kleikamp <shaggy@linux.vnet.ibm.com> wrote:
> On Tue, 2006-11-07 at 11:47 -0800, Andrew Morton wrote:
> > Why is ext3 slow??
>
> Allocation? I don't see anything indicating that Bill is overwriting an
> existing file, so there is block allocation and journaling overhead. If
> that's the case, it would be interesting to see how fast ext3 is when
> overwriting a file. Extents and delayed allocation should improve on
> this a lot.
Maybe. or perhaps some funniness with RAID aligment.
Bill, if you have time it'd be interesting to repeat the comparative
benchmarking with:
ext3, data=ordered:
dd if=/dev/zero of=foo bs=1M count=1000 oflag=direct
time dd if=/dev/zero of=foo bs=1M count=1000 oflag=direct conv=notrunc
ext4dev:
dd if=/dev/zero of=foo bs=1M count=1000 oflag=direct
time dd if=/dev/zero of=foo bs=1M count=1000 oflag=direct conv=notrunc
ext4dev, -oextents
rm foo
dd if=/dev/zero of=foo bs=1M count=1000 oflag=direct
time dd if=/dev/zero of=foo bs=1M count=1000 oflag=direct conv=notrunc
> > Begin forwarded message:
> >
> > Date: Tue, 7 Nov 2006 09:47:17 -0500
> > From: "Bill Rugolsky Jr." <brugolsky@telemetry-investments.com>
> > To: Arne Schmitz <arne.schmitz@gmx.net>
> > Cc: linux-ide-arrays@lists.math.uh.edu
> > Subject: Re: ICP, 3ware, Areca?
> >
> >
> > On Tue, Nov 07, 2006 at 03:25:04PM +0100, Arne Schmitz wrote:
> > > Has anyone information about how current ICP and Areca hardware performs under
> > > Linux? We are currently running kernel 2.6.17 and have two offers, one with
> > > an Areca ARC-1220 8-port, and one with an ICP 9087MA 8-port. Does either of
> > > them make trouble running a (64 bit) Linux?
> > >
> > > At the moment we only have two 3ware controllers running on 32 bit Linux.
> >
> > On Fri, 18 Aug 2006, I wrote to the list:
> >
> > I've been doing sequential raw disk I/O testing with both Jens Axboe's
> > "fio" using libaio and iodepths up to 32, as well as a basic
> > "dd if=/dev/zero oflag=direct".
> >
> > Reads look fine; a zone read test shows 360 MiB/s at the start of the disk,
> > 190 MiB/s at the end. I see similarly high numbers doing direct reads via
> > ext3.
>
> This would indicate that indirect block lookups themselves aren't a
> problem.
>
> > Summary:
> >
> > Raw partition: 228 MiB/s
> > XFS: 228 MiB/s
> > Ext3: 139-151 MiB/s
It's hard to believe that the block allocator could do this to us. I'd be
suspecting that something is causing additional seeking.
Bill, when publishing figures like this it is useful (and somewhat
important) to also record the CPU consumption. So please publish the full
output of /usr/bin/time and not just the elapsed time, thanks.
next prev parent reply other threads:[~2006-11-07 21:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-07 19:47 Fw: Re: ICP, 3ware, Areca? Andrew Morton
2006-11-07 19:55 ` Alex Tomas
2006-11-07 20:59 ` Dave Kleikamp
2006-11-07 21:06 ` bzzz
2006-11-07 21:45 ` Andrew Morton [this message]
2006-11-07 22:07 ` Bill Rugolsky Jr.
2006-11-07 22:20 ` Bill Rugolsky Jr.
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=20061107134513.fbd5f219.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=brugolsky@telemetry-investments.com \
--cc=linux-ext4@vger.kernel.org \
--cc=shaggy@linux.vnet.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox