flow: add ability for weight-based flow control on multiple jobs
[fio.git] / examples / flow.fio
CommitLineData
9e684a49
DE
1# Example usage of flows. The below will have roughly a 1:8 difference
2# between job2 and job1.
3[global]
4norandommap
5thread
6time_based
7runtime=30
8direct=1
9ioengine=libaio
10iodepth=256
11size=100g
12bs=8k
13filename=/tmp/testfile
9e684a49
DE
14flow_sleep=1000
15
16[job2]
17numjobs=1
18rw=write
d4e74fda 19flow=1
9e684a49
DE
20
21[job1]
22numjobs=1
23rw=randread
d4e74fda 24flow=8