All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Erwan Velu <erwan@enovance.com>
Cc: "fio@vger.kernel.org" <fio@vger.kernel.org>
Subject: Re: How to loop a timebased job
Date: Wed, 04 Sep 2013 14:11:19 -0600	[thread overview]
Message-ID: <522793E7.9000505@kernel.dk> (raw)
In-Reply-To: <522791D4.3060201@enovance.com>

On 09/04/2013 02:02 PM, Erwan Velu wrote:
> On 04/09/2013 19:52, Jens Axboe wrote:
>> Good point, yes, that is a problem. Adding a loopbased option would
>> seem to be the best way to solve the dependency issue. 
> Ok, I'm working on this option.
> 
> Here come the kind of usage I'm thinking about :
> 
> [general]
> ....
> loop_based
> loops=5
> 
> [job_1]
> ....
> runtime=10
> 
> [job_2]
> ....
> runtime=20
> 
> 
> That lever the question on where we shall "loop" the jobs ?
> What's the preferred option regarding your experience on fio ?
> The main problem I'm facing is to reinit properly jobs between loops
> (like td->terminate or doing the start_delay,...)
> 
> Shall it be better to manage it inside thread_main() or get it outside ?

I think you want to do it inside thread_main(), similarly to how it's
done for just plain loops or timed based running. The clearing of state
between runs should take care of it.

-- 
Jens Axboe


      reply	other threads:[~2013-09-04 20:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-03 19:34 How to loop a timebased job Erwan Velu
2013-09-03 22:37 ` Jens Axboe
2013-09-04 13:56   ` Erwan Velu
2013-09-04 17:52     ` Jens Axboe
2013-09-04 20:02       ` Erwan Velu
2013-09-04 20:11         ` Jens Axboe [this message]

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=522793E7.9000505@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=erwan@enovance.com \
    --cc=fio@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 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.