Merge branch 'nfs' of https://github.com/panxiao2014/fio
[fio.git] / t / jobs / t0012.fio
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.
5 #
6
7 [global]
8 bs=4k
9 ioengine=null
10 size=100g
11 runtime=12
12 flow_id=1
13 flow_sleep=100
14 thread
15 log_avg_msec=1000
16 write_iops_log=t0012.fio
17 time_based
18
19 [flow1]
20 flow=1
21
22 [flow2]
23 flow=5
24
25 [flow3]
26 flow=10