The following changes since commit c4704c081a54160621227b42238f6e439c28fba3: test: add test for experimental verify with loops and time_based options (2022-10-24 10:34:57 -0400) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 73f168ea2c9a66145559c2217fc5a70c992cb80e: HOWTO: update description for flow option (2022-11-01 17:24:34 -0400) ---------------------------------------------------------------- Vincent Fu (1): HOWTO: update description for flow option HOWTO.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- Diff of recent changes: diff --git a/HOWTO.rst b/HOWTO.rst index e89d05f0..53ae8c17 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -3329,13 +3329,13 @@ Threads, processes and job synchronization .. option:: flow=int - Weight in token-based flow control. If this value is used, then there is a - 'flow counter' which is used to regulate the proportion of activity between - two or more jobs. Fio attempts to keep this flow counter near zero. The - ``flow`` parameter stands for how much should be added or subtracted to the - flow counter on each iteration of the main I/O loop. That is, if one job has - ``flow=8`` and another job has ``flow=-1``, then there will be a roughly 1:8 - ratio in how much one runs vs the other. + Weight in token-based flow control. If this value is used, then fio + regulates the activity between two or more jobs sharing the same + flow_id. Fio attempts to keep each job activity proportional to other + jobs' activities in the same flow_id group, with respect to requested + weight per job. That is, if one job has `flow=3', another job has + `flow=2' and another with `flow=1`, then there will be a roughly 3:2:1 + ratio in how much one runs vs the others. .. option:: flow_sleep=int