public inbox for fio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for specifying ramp up period by amount of IO
@ 2025-12-17 16:17 Jan Kara
  2025-12-17 16:17 ` [PATCH 1/5] time: rename in_ramp_time() and ramp_time_over() Jan Kara
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Jan Kara @ 2025-12-17 16:17 UTC (permalink / raw)
  To: fio; +Cc: Jens Axboe, Vincent Fu, Jan Kara

Hello!

In some cases the ramp up period is not easy to define by amount of time. This
is for example a case of buffered writes measurement where we want to start
measuring only once dirty throttling kicks in. The time until dirty throttling
kicks in depends on dirty limit (easy to figure out) and speed of writes to the
page cache (difficult to know in advance). This patch series adds to fio an
option to specify ramp up period in terms of amount to IO - i.e., the ramp up
period finishes once given amount of IO is done.

Please consider including this feature in fio, it would help us make some
testing we do more reliable. Thanks!

								Honza

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

end of thread, other threads:[~2025-12-19 13:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-17 16:17 [PATCH 0/5] Add support for specifying ramp up period by amount of IO Jan Kara
2025-12-17 16:17 ` [PATCH 1/5] time: rename in_ramp_time() and ramp_time_over() Jan Kara
2025-12-17 22:52   ` Damien Le Moal
2025-12-19  3:53   ` fiotestbot
2025-12-17 16:17 ` [PATCH 2/5] td: Initialize ramp_period_over based on options Jan Kara
2025-12-17 22:53   ` Damien Le Moal
2025-12-17 16:17 ` [PATCH 3/5] eta: Use in_ramp_period() instead of opencoding it Jan Kara
2025-12-17 22:55   ` Damien Le Moal
2025-12-17 16:17 ` [PATCH 4/5] time: Evaluate ramp up condition once per second Jan Kara
2025-12-17 22:58   ` Damien Le Moal
2025-12-17 16:17 ` [PATCH 5/5] Add option to specify ramp period by amount of IO Jan Kara
2025-12-17 22:56   ` Jens Axboe
2025-12-18 17:18     ` Jan Kara
2025-12-17 23:03   ` Damien Le Moal
2025-12-18 16:31     ` Jan Kara
2025-12-19  8:12       ` Damien Le Moal
2025-12-19 13:10         ` Jan Kara
2025-12-18 15:19   ` Vincent Fu
2025-12-18 17:18     ` Jan Kara
2025-12-18 21:42       ` Vincent Fu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox