Signed-off-by: Wenchao Hao <haowenchao22@gmail.com>
This commit is contained in:
Wenchao Hao 2024-06-17 16:57:40 +08:00
parent fbb7b9083d
commit f218237feb
2 changed files with 27 additions and 17 deletions

32
all.fio
View File

@ -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

12
null.fio Normal file
View File

@ -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