examples: Clarify time_based usage
[fio.git] / examples / libzbc-rand-write.fio
CommitLineData
0a4d78a1
DLM
1; Using the libzbc ioengine, random write to a (zoned) block device,
2; writing at most 32 zones at a time. Target zones are chosen randomly
3; and writes directed at the write pointer of the chosen zones
4
5[global]
6name=libzbc-rand-write
7group_reporting
8rw=randwrite
9zonemode=zbd
10zonesize=256M
11max_open_zones=32
12bs=512K
13direct=1
14numjobs=16
cd041bf4 15time_based
0a4d78a1
DLM
16runtime=300
17
18[dev1]
19filename=/dev/sdj
20ioengine=libzbc