x86: don't need 'level' passed to amd/intel init functions
[fio.git] / examples / backwards-read.fio
CommitLineData
fa3cdbb7
JA
1# Demonstrates how to read backwards in a file.
2
3[backwards-read]
4bs=4k
5# seek -8k back for every IO
6rw=read:-8k
7filename=128m
c915aa3b 8size=128m