From: Jens Axboe Date: Thu, 2 Nov 2006 07:51:52 +0000 (+0100) Subject: [PATCH] Add sample fsx job file X-Git-Tag: fio-1.8~15 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=7c7118c7ade7b63d9107ecd5c7168391ce4aaf1a;hp=5f599d8eae80112b585aabb63b595965689ae4b8 [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 --- diff --git a/examples/fsx b/examples/fsx new file mode 100644 index 00000000..c238ba2d --- /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