From: Jens Axboe Date: Tue, 8 Nov 2005 14:30:40 +0000 (+0100) Subject: [PATCH] fio: add tiobench example file X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9e81949dacd2def741adf86bf2eb81b1ffd7c46d;p=disktools.git [PATCH] fio: add tiobench example file --- diff --git a/examples/tiobench-example b/examples/tiobench-example new file mode 100644 index 0000000..e9caf28 --- /dev/null +++ b/examples/tiobench-example @@ -0,0 +1,43 @@ +; tiobench like setup, add more fX files between the stonewalls to +; create more threads + +[global] +direct=1 +size=512m +bsrange=4k-4k +timeout=60 + +[f1] +sequential +rw=1 + +[f2] +sequential +rw=1 + +[f1] +stonewall +random +rw=1 + +[f2] +random +rw=1 + +[f1] +stonewall +sequential +rw=0 + +[f2] +sequential +rw=0 + +[f1] +stonewall +random +rw=0 + +[f2] +random +rw=0