linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "bart@ardistech.com" <bart@ardistech.com>
To: "linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>
Subject: Setting NR_STRIPES high increases RAID5 performance
Date: Wed, 21 Sep 2005 11:33:46 +0200	[thread overview]
Message-ID: <433128FA.200E7018@ardistech.com> (raw)

Hi,

When testing a soft RAID5 (8 SATA drives, Marvell chip) with iometer I noticed
that the read performance did drop much less when adding randomness to the drive
access as the write performance (read 80MB/s->40MB/s, write 70MB/s->9MB/s). Such a
difference I can't explain by the read-compute-write of the parity stripe.
I found that increasing NR_STRIPES from 256 to (8*1024) did increase the throughput
for write from 9MB/s to 35 MB/s. This is still less as I would expect from 8
SATA disks in parallel. Could it be the raid5d thread is not waken up enough
or has not enough priority? Anybody knows any other #defines that could help
here?

	Bart

                 reply	other threads:[~2005-09-21  9:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=433128FA.200E7018@ardistech.com \
    --to=bart@ardistech.com \
    --cc=linux-raid@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).