Merge branch 'msys2' of https://github.com/sitsofe/fio into master
[fio.git] / examples / libzbc-seq-read.fio
1 ; Using the libzbc ioengine, sequentially read 40 zones of a (zoned)
2 ; block device, reading only written data from the 524th zone
3 ; (524 * 256M = 140660178944)
4
5 [global]
6 name=libzbc-seq-read
7 rw=read
8 bs=1M
9 direct=1
10 numjobs=1
11 zonemode=zbd
12 zonesize=256M
13 read_beyond_wp=0
14
15 [dev1]
16 filename=/dev/sdd
17 offset=140660178944
18 size=10G
19 ioengine=libzbc