File: filedelete-ioengine.fio

package info (click to toggle)
fio 3.41-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,012 kB
  • sloc: ansic: 82,290; python: 9,862; sh: 6,067; makefile: 813; yacc: 204; lex: 184
file content (18 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Example filedelete job

# 'filedelete' engine only do 'unlink(filename)', file will not be open().
# 'filesize' must be set, then files will be created at setup stage.
# 'unlink' is better set to 0, since the file is deleted in measurement.
# the options disabled completion latency output such as 'disable_clat' and 'gtod_reduce' must not set.
[global]
ioengine=filedelete
filesize=4k
nrfiles=200
unlink=0

[t0]
[t1]
[t2]
[t3]
[t4]
[t5]