From 8d432b944b3cb5b7cb12327f4e5565e2f6c27803 Mon Sep 17 00:00:00 2001 From: Jeff Curless Date: Sun, 12 Oct 2025 23:21:59 -0400 Subject: [PATCH] Add more fio scripts --- fioscript/fio-ran-rw64k-80.job | 44 ++++++++++++++++++++++++++++++++++ fioscript/fio-seq-r64k.job | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 fioscript/fio-ran-rw64k-80.job create mode 100644 fioscript/fio-seq-r64k.job diff --git a/fioscript/fio-ran-rw64k-80.job b/fioscript/fio-ran-rw64k-80.job new file mode 100644 index 0000000..9364ee0 --- /dev/null +++ b/fioscript/fio-ran-rw64k-80.job @@ -0,0 +1,44 @@ +[global] +name=fio-ran-rw +filename=writedatafile +rw=randrw +rwmixread=80 +bs=64K +direct=1 +time_based=1 +runtime=300 +group_reporting=1 +ioengine=libaio + +[job1] +size=10g +iodepth=64 + +[job2] +size=10g +iodepth=64 + +[job3] +size=10g +iodepth=64 + +[job4] +size=10g +iodepth=64 + +[job5] +size=10g +iodepth=64 + +[job6] +size=10g +iodepth=64 + +[job7] +size=10g +iodepth=64 + +[job8] +size=10g +iodepth=64 + diff --git a/fioscript/fio-seq-r64k.job b/fioscript/fio-seq-r64k.job new file mode 100644 index 0000000..73da229 --- /dev/null +++ b/fioscript/fio-seq-r64k.job @@ -0,0 +1,42 @@ +[global] +name=fio-seq-r +filename=readdatafile +rw=read +bs=64K +direct=1 +time_based=1 +runtime=120 +group_reporting=1 +ioengine=libaio + +[job1] +size=10g +iodepth=64 + +[job2] +size=10g +iodepth=64 + +[job3] +size=10g +iodepth=64 + +[job4] +size=10g +iodepth=64 + +[job5] +size=10g +iodepth=64 + +[job6] +size=10g +iodepth=64 + +[job7] +size=10g +iodepth=64 + +[job8] +size=10g +iodepth=64