ioengines: implement dircreate, dirstat, dirdelete engines to fileoperations.c
[fio.git] / examples / dircreate-ioengine.fio
CommitLineData
a7a817a2 1# Example dircreate job
2#
3# create_on_open is needed so that the open happens during the run and not the
4# setup.
5#
6# openfiles needs to be set so that you do not exceed the maximum allowed open
7# files.
8#
9# filesize needs to be set to a non zero value so fio will actually run, but the
10# IO will not really be done and the write latency numbers will only reflect the
11# open times.
12[global]
13create_on_open=1
14nrfiles=30
15ioengine=dircreate
16fallocate=none
17filesize=4k
18openfiles=1
19
20[t0]
21[t1]
22[t2]
23[t3]
24[t4]
25[t5]