All of lore.kernel.org
 help / color / mirror / Atom feed
* A fio job that just waits?
@ 2022-01-26 23:08 Nick Neumann
  2022-01-26 23:41 ` Damien Le Moal
  2022-01-27 14:03 ` Erwan Velu
  0 siblings, 2 replies; 9+ messages in thread
From: Nick Neumann @ 2022-01-26 23:08 UTC (permalink / raw)
  To: fio

Is there a clean way to create a fio job that just waits for a fixed
time period? I'm fairly new to fio, and want a delay between two
consecutive jobs. I use "wait_for" to serialize as needed, and
expected "startdelay" to allow me to put the desired delay between the
two. But it looks like the startdelay for a job begins when fio starts
and not when the job referenced in a "wait_for" finishes.

I can play games with a job with a very low bandwidth limit (e.g.
1B/s) and "runtime" and "time_based", but it feels hacky.

Am I thinking about how to get a delay between two jobs wrong? Is
there a better way? I realize I could just run fio multiple times with
command line delays between the runs, but I'd like the results of the
runs to share the same time basis and output/log files.

Thanks,
Nick

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-01-31 18:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 23:08 A fio job that just waits? Nick Neumann
2022-01-26 23:41 ` Damien Le Moal
2022-01-28 17:02   ` Nick Neumann
2022-01-29  0:16     ` Damien Le Moal
2022-01-29  6:52       ` Nick Neumann
2022-01-31 18:18         ` Nick Neumann
2022-01-27 14:03 ` Erwan Velu
2022-01-28 17:11   ` Nick Neumann
2022-01-28 23:09     ` Nick Neumann

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.