Merge branch 'master' of https://github.com/celestinechen/fio
[fio.git] / examples / filedelete-ioengine.fio
1 # Example filedelete job
2
3 # 'filedelete' engine only do 'unlink(filename)', file will not be open().
4 # 'filesize' must be set, then files will be created at setup stage.
5 # 'unlink' is better set to 0, since the file is deleted in measurement.
6 # the options disabled completion latency output such as 'disable_clat' and 'gtod_reduce' must not set.
7 [global]
8 ioengine=filedelete
9 filesize=4k
10 nrfiles=200
11 unlink=0
12
13 [t0]
14 [t1]
15 [t2]
16 [t3]
17 [t4]
18 [t5]