[PATCH] Add sample fsx job file

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>
diff --git a/examples/fsx b/examples/fsx
new file mode 100644
index 0000000..c238ba2
--- /dev/null
+++ b/examples/fsx
@@ -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