engines: add engine for file delete
[fio.git] / examples / filedelete-ioengine.fio
CommitLineData
5561e9dd
FS
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]
8ioengine=filedelete
9filesize=4k
10nrfiles=200
11unlink=0
12
13[t0]
14[t1]
15[t2]
16[t3]
17[t4]
18[t5]