Merge branch 'genfio-tempfile' of https://github.com/scop/fio
[fio.git] / examples / dfs.fio
CommitLineData
c363fdd7
JL
1[global]
2ioengine=dfs
3pool=${POOL}
4cont=${CONT}
5filename_format=fio-test.$jobnum
6
7cpus_allowed_policy=split
8group_reporting=1
9time_based=0
10percentile_list=99.0:99.9:99.99:99.999:99.9999:100
11disable_slat=1
12disable_clat=1
13
14bs=1M
15size=100G
16iodepth=16
17numjobs=16
18
19[daos-seqwrite]
20rw=write
21stonewall
22
23[daos-seqread]
24rw=read
25stonewall
26
27[daos-randwrite]
28rw=randwrite
29stonewall
30
31[daos-randread]
32rw=randread
33stonewall