Kill fusion atomic write engine
[fio.git] / examples / filecreate-ioengine.fio
1 # Example filecreate 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=31250
15 ioengine=filecreate
16 fallocate=none
17 filesize=4k
18 openfiles=1
19
20 [t0]
21 [t1]
22 [t2]
23 [t3]
24 [t4]
25 [t5]
26 [t6]
27 [t7]
28 [t8]
29 [t9]
30 [t10]
31 [t11]
32 [t12]
33 [t13]
34 [t14]
35 [t15]