blob: c89d9e4d00545166fd0d9e2b08d4e821abc18ce6 [file] [log] [blame]
# Example dircreate job
#
# create_on_open is needed so that the open happens during the run and not the
# setup.
#
# openfiles needs to be set so that you do not exceed the maximum allowed open
# files.
#
# filesize needs to be set to a non zero value so fio will actually run, but the
# IO will not really be done and the write latency numbers will only reflect the
# open times.
[global]
create_on_open=1
nrfiles=30
ioengine=dircreate
fallocate=none
filesize=4k
openfiles=1
[t0]
[t1]
[t2]
[t3]
[t4]
[t5]