From: Jens Axboe Date: Tue, 26 Jul 2016 20:50:02 +0000 (-0600) Subject: Add sample job file showing how to read backwards X-Git-Tag: fio-2.14~94 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fa3cdbb7a46e42186e8fa62d33b82b92c7c0e310;p=fio.git Add sample job file showing how to read backwards Signed-off-by: Jens Axboe --- diff --git a/examples/backwards-read.fio b/examples/backwards-read.fio new file mode 100644 index 00000000..ddd47e4a --- /dev/null +++ b/examples/backwards-read.fio @@ -0,0 +1,7 @@ +# Demonstrates how to read backwards in a file. + +[backwards-read] +bs=4k +# seek -8k back for every IO +rw=read:-8k +filename=128m