summaryrefslogtreecommitdiff
path: root/examples/flow.fio
blob: 4b078cf8d52a1ff6e5220690a3e583f08e43a439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Example usage of flows. The below will have roughly a 1:8 difference
# between job2 and job1.
[global]
norandommap
thread
time_based
runtime=30
direct=1
ioengine=libaio
iodepth=256
size=100g
bs=8k
filename=/tmp/testfile
flow_watermark=100
flow_sleep=1000

[job2]
numjobs=1
rw=write
flow=-8

[job1]
numjobs=1
rw=randread
flow=1