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