All of lore.kernel.org
 help / color / mirror / Atom feed
* Sequential workload with fio
@ 2016-10-18 20:07 Andrzej Jakowski
  2016-10-18 20:31 ` Ben England
  0 siblings, 1 reply; 3+ messages in thread
From: Andrzej Jakowski @ 2016-10-18 20:07 UTC (permalink / raw)
  To: fio

Question on fio configuration.
I would like to run seq write workload on raw block device.
Fio finishes when it reaches end-of-device. Is there a way to force it
to continue in a circular way till "size" or "runtime" parameter is satisfied?

Thx,
Andrzej

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

* Re: Sequential workload with fio
  2016-10-18 20:07 Sequential workload with fio Andrzej Jakowski
@ 2016-10-18 20:31 ` Ben England
  2016-10-18 21:09   ` Sitsofe Wheeler
  0 siblings, 1 reply; 3+ messages in thread
From: Ben England @ 2016-10-18 20:31 UTC (permalink / raw)
  To: Andrzej Jakowski; +Cc: fio

there is an option "--time_based" that does this, I think. 

fio --runtime=10 --filesize=25M --filename=/tmp/yyy.fio --bs=4k --name=x --rw=write --time_based

----- Original Message -----
> From: "Andrzej Jakowski" <andrzej.jakowski@gmail.com>
> To: fio@vger.kernel.org
> Sent: Tuesday, October 18, 2016 4:07:18 PM
> Subject: Sequential workload with fio
> 
> Question on fio configuration.
> I would like to run seq write workload on raw block device.
> Fio finishes when it reaches end-of-device. Is there a way to force it
> to continue in a circular way till "size" or "runtime" parameter is
> satisfied?
> 
> Thx,
> Andrzej
> --
> To unsubscribe from this list: send the line "unsubscribe fio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: Sequential workload with fio
  2016-10-18 20:31 ` Ben England
@ 2016-10-18 21:09   ` Sitsofe Wheeler
  0 siblings, 0 replies; 3+ messages in thread
From: Sitsofe Wheeler @ 2016-10-18 21:09 UTC (permalink / raw)
  To: Ben England; +Cc: Andrzej Jakowski, fio

On 18 October 2016 at 21:31, Ben England <bengland@redhat.com> wrote:
> there is an option "--time_based" that does this, I think.
>
> fio --runtime=10 --filesize=25M --filename=/tmp/yyy.fio --bs=4k --name=x --rw=write --time_based

--loops or --io_limit
(https://github.com/axboe/fio/blob/fio-2.14/HOWTO#L498 ) are other
methods method to force wraparound.

-- 
Sitsofe | http://sucs.org/~sits/

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

end of thread, other threads:[~2016-10-18 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-18 20:07 Sequential workload with fio Andrzej Jakowski
2016-10-18 20:31 ` Ben England
2016-10-18 21:09   ` Sitsofe Wheeler

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.