[PATCH] Don't hardcode ioengine path
[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
JA
11zoneskip=2g
12
13[/dev/sdb]