From: Jens Axboe <axboe@kernel.dk>
To: "Yuyang (Alex) Wang" <yyalex.wang@gmail.com>, fio@vger.kernel.org
Subject: Re: multiple block devices question
Date: Wed, 02 Jul 2014 13:50:59 -0600 [thread overview]
Message-ID: <53B462A3.8050402@kernel.dk> (raw)
In-Reply-To: <CANyhEAuqB4Q2XphsGpn3FcGFhr02D2etUZBaD7j9w20Y44JXVg@mail.gmail.com>
On 07/02/2014 01:42 PM, Yuyang (Alex) Wang wrote:
> hi all,
>
> I am using FIO (2.1.7) to profile block level performance of multiple
> RAID devices. (see config file below). The test is done on a capable
> 16-core server. With a sigle raid device, I am getting roughly
> 1.4GB/s, with two devices in place, I am still getting around 1.4GB/s,
> which is weird. Another in-house developed benchmark tool, running
> SINGLE-thread suggested we can almost double. I could get double the
> performance through FIO by configuring two jobs, with each job
> handling one device only. However, it still puzzles me as to why a
> single process FIO can't drive the performance of two devices. Did I
> do anything wrong as to the configure file?
>
> Thanks
>
> Alex.
>
>
> [globals]
>
> rw=write
> ioengine=libaio
> iodepth=16
> direct=1
> blocksize=1m
> runtime=30
>
> [devices]
> filename=/dev/mapper/raid-0
> filename=/dev/mapper/raid-1
You are overwriting filename here, hence running with just one device.
--
Jens Axboe
next prev parent reply other threads:[~2014-07-02 19:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-02 19:42 multiple block devices question Yuyang (Alex) Wang
2014-07-02 19:50 ` Jens Axboe [this message]
2014-07-02 20:36 ` Yuyang (Alex) Wang
2014-07-02 23:38 ` Carl Zwanzig
2014-07-03 17:28 ` Yuyang (Alex) Wang
2014-07-03 17:45 ` David Nellans
2014-07-03 17:52 ` Yuyang (Alex) Wang
2014-07-03 18:12 ` Jeff Moyer
2014-07-03 18:21 ` Hinson, Roger
2014-07-03 18:31 ` Yuyang (Alex) Wang
2014-07-03 18:22 ` Yuyang (Alex) Wang
2014-07-03 18:39 ` Jens Axboe
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=53B462A3.8050402@kernel.dk \
--to=axboe@kernel.dk \
--cc=fio@vger.kernel.org \
--cc=yyalex.wang@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.