[PATCH] Add sample fsx job file
authorJens Axboe <jens.axboe@oracle.com>
Thu, 2 Nov 2006 07:51:52 +0000 (08:51 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 2 Nov 2006 07:51:52 +0000 (08:51 +0100)
It simulates what a "normal" fsx run does. fsx-linux can also do read/write
or mmap io, change ioengine= to mimic that instead.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
examples/fsx [new file with mode: 0644]

diff --git a/examples/fsx b/examples/fsx
new file mode 100644 (file)
index 0000000..c238ba2
--- /dev/null
@@ -0,0 +1,13 @@
+; This job file works pretty works similarly to running fsx-linux
+; with -r 4096 -w 4096 -Z -N 500000
+[file]
+ioengine=libaio
+iodepth=1
+rw=randrw
+size=256k
+bs=4k
+norandommap
+direct=1
+loops=500000
+write_iolog=iolog
+rwmixcycle=40