Merge branch 'master' of https://github.com/celestinechen/fio
[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
7aeb4989 20time_based
d4e74fda
DB
21
22[flow1]
23flow=1
24
25[flow2]
26flow=2
27
28[flow3]
29flow=3
30runtime=5