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