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