projects
/
disktools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6f96a
)
[PATCH] fio: add tiobench example file
author
Jens Axboe
<axboe@suse.de>
Tue, 8 Nov 2005 14:30:40 +0000
(15:30 +0100)
committer
Jens Axboe
<axboe@suse.de>
Tue, 8 Nov 2005 14:30:40 +0000
(15:30 +0100)
examples/tiobench-example
[new file with mode: 0644]
patch
|
blob
diff --git a/examples/tiobench-example
b/examples/tiobench-example
new file mode 100644
(file)
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