[PATCH] Add fio_assert()
[fio.git] / examples / disk-zone-profile
CommitLineData
9e4feae2
JA
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]
5bs=64k
6direct=1
7rw=read
8ioengine=libaio
9iodepth=2
9104f874 10zonesize=256m
9e4feae2 11zoneskip=2g
2e7964b8 12write_bw_log
9e4feae2
JA
13
14[/dev/sdb]