Fio 3.37
[fio.git] / examples / dircreate-ioengine.fio
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]
13 create_on_open=1
14 nrfiles=30
15 ioengine=dircreate
16 fallocate=none
17 filesize=4k
18 openfiles=1
19
20 [t0]
21 [t1]
22 [t2]
23 [t3]
24 [t4]
25 [t5]