Merge branch 'master' into gfio
[fio.git] / examples / disk-zone-profile.fio
1 ; Read disk in zones of 128m/2g, generating a plot of that afterwards
2 ; should give a nice picture of the zoning of this drive
3
4 [global]
5 bs=64k
6 direct=1
7 rw=read
8 ioengine=libaio
9 iodepth=2
10 zonesize=256m
11 zoneskip=2g
12 write_bw_log
13
14 [/dev/sdb]