From f218237febc64987c4de85348bd0dd2d776b9163 Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Mon, 17 Jun 2024 16:57:40 +0800 Subject: [PATCH] update Signed-off-by: Wenchao Hao --- all.fio | 32 +++++++++++++++----------------- null.fio | 12 ++++++++++++ 2 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 null.fio diff --git a/all.fio b/all.fio index f31a671..d6111d3 100644 --- a/all.fio +++ b/all.fio @@ -1,20 +1,18 @@ -[libiscsi] -ioengine=libiscsi -filename=iscsi\://192.168.3.7\:3260/iqn.2003-01.org.linux-iscsi.localhost.test\:sn.12345678abcd/0 -initiator=iqn.2012-01.com.euleros:node -size=5G -runtime=30s - -[open_iscsi_cached] -stonewall -filename=/dev/sdc -size=5G -runtime=30s -direct=0 - -[open_iscsi] -filename=/dev/sdc -size=5G +[global] +size=100G runtime=30s direct=1 +rw=randread +numjobs=8 +bs=4k +ioengine=libaio +iodepth=128 + +[sda] +filename=/dev/sda +group_reporting + +[sdb] +filename=/dev/sdb +group_reporting diff --git a/null.fio b/null.fio new file mode 100644 index 0000000..f98e857 --- /dev/null +++ b/null.fio @@ -0,0 +1,12 @@ +[read_vda] +filename=/dev/nullb0 +size=100G +runtime=100s +direct=1 +rw=randread +numjobs=8 +group_reporting +bs=4k +ioengine=libaio +iodepth=256 +