[PATCH] fio: add tiobench example file
authorJens Axboe <axboe@suse.de>
Tue, 8 Nov 2005 14:30:40 +0000 (15:30 +0100)
committerJens Axboe <axboe@suse.de>
Tue, 8 Nov 2005 14:30:40 +0000 (15:30 +0100)
examples/tiobench-example [new file with mode: 0644]

diff --git a/examples/tiobench-example b/examples/tiobench-example
new file mode 100644 (file)
index 0000000..e9caf28
--- /dev/null
@@ -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