From: Andrew Morton <akpm@digeo.com>
To: Patrick Mansfield <patmans@us.ibm.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.62-mm2 slow file system writes across multiple disks
Date: Mon, 24 Feb 2003 13:53:23 -0800 [thread overview]
Message-ID: <20030224135323.28bb2018.akpm@digeo.com> (raw)
In-Reply-To: <20030224120304.A29472@beaverton.ibm.com>
Patrick Mansfield <patmans@us.ibm.com> wrote:
>
> Hi -
>
> Running 2.5.62-mm2, I was trying to get multiple commands queued to
> different scsi disks via writes to multiple file systems (each fs
> on its own disk), but got rather low performance.
>
> Are there any config options or settings I should change to improve the
> performance?
>
> Is this expected behaviour for now?
>
> I'm mounting 10 disks using ext2 with noatime, starting 10 dd's in
> parallel, with if=/dev/zero bs=128k count=1000, then umount-ing after each
> dd completes.
Could be that concurrent umount isn't a good way of getting scalable
writeout; I can't say that I've ever looked...
Could you try putting a `sync' in there somewhere?
Or even better, throw away dd and use write-and-fsync from ext3 CVS. Give it
the -f flag to force an fsync against each file as it is closed.
http://www.zip.com.au/~akpm/linux/ext3/
next prev parent reply other threads:[~2003-02-24 21:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-24 20:03 Patrick Mansfield
2003-02-24 21:53 ` Andrew Morton [this message]
2003-02-25 1:47 ` Patrick Mansfield
2003-02-25 4:43 ` Andrew Morton
2003-02-25 19:24 ` Patrick Mansfield
2003-02-26 8:44 ` Andrew Morton
2003-02-26 12:17 ` Helge Hafting
2003-02-26 17:18 ` Mike Anderson
2003-02-28 1:57 ` Patrick Mansfield
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=20030224135323.28bb2018.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=patmans@us.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
all inboxes | Powered by JetHome®