add an filecreate example file to examples/
[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 readwrite=write
16 ioengine=filecreate
17 fallocate=none
18 filesize=4k
19 openfiles=1
20
21 [t0]
22 [t1]
23 [t2]
24 [t3]
25 [t4]
26 [t5]
27 [t6]
28 [t7]
29 [t8]
30 [t9]
31 [t10]
32 [t11]
33 [t12]
34 [t13]
35 [t14]
36 [t15]