examples/rand-zones.fio: add zoned_abs example
[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
6bc5cf9c
JB
15ioengine=filecreate
16fallocate=none
17filesize=4k
18openfiles=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]