add an filecreate example file to examples/
[fio.git] / examples / filecreate-ioengine.fio
CommitLineData
6bc5cf9c
JB
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]
13create_on_open=1
14nrfiles=31250
15readwrite=write
16ioengine=filecreate
17fallocate=none
18filesize=4k
19openfiles=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]