Add Intel IOMeter file access server example job file
authorJens Axboe <jens.axboe@oracle.com>
Fri, 14 Dec 2007 11:41:04 +0000 (12:41 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 14 Dec 2007 11:41:04 +0000 (12:41 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
examples/iometer-file-access-server [new file with mode: 0644]

diff --git a/examples/iometer-file-access-server b/examples/iometer-file-access-server
new file mode 100644 (file)
index 0000000..291bace
--- /dev/null
@@ -0,0 +1,18 @@
+# This job file tries to mimic the Intel IOMeter File Server Access Pattern
+[global]
+description=Emulation of Intel IOmeter File Server Access Pattern
+
+[iometer]
+bssplit=512/10:1k/5:2k/5:4k/60:8k/2:16k/4:32k/4:64k/10
+rw=randrw
+rwmixread=80
+direct=1
+size=4g
+ioengine=libaio
+# IOMeter defines the server loads as the following:
+# iodepth=1    Linear
+# iodepth=4    Very Light
+# iodepth=8    Light
+# iodepth=64   Moderate
+# iodepth=256  Heavy
+iodepth=64