allwinner_a64/android/external/fio/examples/disk-zone-profile.fio
2018-08-08 16:14:42 +08:00

14 lines
238 B
Text

; Read disk in zones of 128m/2g, generating a plot of that afterwards
; should give a nice picture of the zoning of this drive
[global]
bs=64k
direct=1
rw=read
ioengine=libaio
iodepth=2
zonesize=256m
zoneskip=2g
write_bw_log
[/dev/sdb]