Merge branch 'master' of https://github.com/celestinechen/fio
[fio.git] / examples / dirstat-ioengine.fio
1 # Example dirstat job
2
3 # 'dirstat' engine only do 'stat(dirname)', file will not be open().
4 # 'filesize' must be set, then files will be created at setup stage.
5
6 [global]
7 ioengine=dirstat
8 numjobs=10
9 filesize=4k
10 nrfiles=5
11 thread
12
13 [t0]
14 [t1]
15 [t2]
16 [t3]
17 [t4]
18 [t5]