t/nvmept_trim: increase transfer size for some tests
[fio.git] / examples / zbd-rand-write.fio
1 ; Using the libaio 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]
6 name=zbd-rand-write
7 group_reporting
8 rw=randwrite
9 zonemode=zbd
10 zonesize=256M
11 max_open_zones=32
12 bs=512K
13 direct=1
14 numjobs=16
15 time_based=1
16 runtime=180
17
18 [dev1]
19 filename=/dev/sdj
20 ioengine=psync