flow: add ability for weight-based flow control on multiple jobs
[fio.git] / t / jobs / t0014.fio
CommitLineData
d4e74fda
DB
1# Expected results: no parse warnings, runs and with roughly 1:2:3 iops
2# between the three jobs for the first 5 seconds, then
3# runs with roughly 1:2 iops between the two jobs for
4# the remaining 5 seconds.
5#
6# Buggy result: parse warning on flow value overflow, no 1:2:3 division between
7# the three jobs for the first 5 seconds or no 1:2 division between
8# the first two jobs for the remaining 5 seconds.
9#
10
11[global]
12bs=4k
13ioengine=null
14size=100g
15runtime=12
16flow_id=1
17thread
18log_avg_msec=1000
19write_iops_log=t0014.fio
20
21[flow1]
22flow=1
23
24[flow2]
25flow=2
26
27[flow3]
28flow=3
29runtime=5