linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Schwarz <eas@sw-optimization.com>
To: Coly Li <colyli@suse.de>
Cc: linux-raid@vger.kernel.org
Subject: Re: Soft-Raid 0 Performance | Transfer two Data-Streams (CPU+FPGA) to the same Soft-Raid
Date: Wed, 25 Jan 2017 17:49:09 +0100	[thread overview]
Message-ID: <082d8b01add3650584dd44a13ca9b78b@sw-optimization.com> (raw)
In-Reply-To: <f2c7fa6f-3061-9baa-d2dd-1abbe7e22cfe@suse.de>

Hi Coly,

>> 1.) I have set-up a softraid (raid level 0) with mdadm using two M.2
>> modules. For one module the throughput is ~350MB/s (no mdadm) for two
>> modules the throughput is ~500MB/s which is less than factor 1,5 of 
>> the
>> throughput of a single drive. The filesystem used is ext4. Is there
>> someone having some values for comparison? For me the throughput gain
>> seems to be too little. The test was done using a HP Z840 workstation.
> 
> Hi Eric,
> 
> Could you attach your testing script as well, than we can have a look.

Create RAID0:
$ mdadm --create /dev/md0 --auto md --level=0 --raid-devices=2 /dev/sdb1 
/dev/sdc1

Write to bare RAID0:
$ dd if=/dev/zero of=/dev/md0 bs=1G count=1 oflag=dsync

dd will show the throughput

Cheers
Eric

  reply	other threads:[~2017-01-25 16:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <21298bd64ef0dc83b29bd45362ead46c@sw-optimization.com>
2017-01-17 15:00 ` Soft-Raid 0 Performance | Transfer two Data-Streams (CPU+FPGA) to the same Soft-Raid Eric Schwarz
2017-01-23  8:40   ` Coly Li
2017-01-25 16:49     ` Eric Schwarz [this message]
2017-01-23  9:56   ` NeilBrown

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=082d8b01add3650584dd44a13ca9b78b@sw-optimization.com \
    --to=eas@sw-optimization.com \
    --cc=colyli@suse.de \
    --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).