Flexible I/O Tester development
 help / color / mirror / Atom feed
From: David Nellans <david@nellans.org>
To: John OCallaghan <john.ocallaghan@s3group.com>, fio@vger.kernel.org
Subject: Re: fio usage question
Date: Mon, 18 Aug 2014 10:38:11 -0500	[thread overview]
Message-ID: <53F21DE3.9030402@nellans.org> (raw)
In-Reply-To: <53F215C5.5050207@s3group.com>

On 08/18/2014 10:03 AM, John OCallaghan wrote:
>
> Hi All
>
> A question on usage of fio. I would like to be able to spin up more than
> one fio instance running on the same platform concurrently.
>
> For example, I would like to run one fio instance in time_based mode
> doing some stuff. And after a fixed period of time then start a non-time
> based fio instance doing some other stuff.
>
> I have tried it out and to my untrained eyes it looks like its going OK.
> But I'd love to hear from others with more experience in this area. Is
> this something that is recommended?
>
> Will my data skew in some way because fio expects there to be only one
> instance of itself playing at any one time?
>
> Any advice would be much appreciated!
>
Different processes shouldn't run into any issues unless you're doing a 
job with
verification in which case you'll end up with verify errors due to jobs 
overwriting each
other's data.

Unless you want to use multiple processes for some reason versus jobs 
inside a single
process - you can delay one of your multiple jobs starting using the 
startdelay=N
parameter in the jobfile.

  reply	other threads:[~2014-08-18 15:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-18 15:03 fio usage question John OCallaghan
2014-08-18 15:38 ` David Nellans [this message]
2014-08-18 15:46   ` John OCallaghan
2014-08-18 16:03     ` David Nellans

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=53F21DE3.9030402@nellans.org \
    --to=david@nellans.org \
    --cc=fio@vger.kernel.org \
    --cc=john.ocallaghan@s3group.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