SFS Turbo时延测试
本文以SFS Turbo性能增强型,云服务器规格如下为例说明。
规格:通用计算增强型 | c6.4xlarge.4 | 16vCPUs | 64GB
镜像:EulerOS 2.5
单队列随机读
- fio命令:
fio -direct=1 -iodepth=1 -rw=randread -ioengine=libaio -bs=4k -size=10G -numjobs=1 -runtime=60 -group_reporting -filename=/mnt/sfsturbo/fio_test_01 -name=randread_test
其中,“/mnt/sfsturbo/fio_test_01 -name”为待测试的目标文件的挂载路径,需具体到文件名,即这里要测试的是“/mnt/sfsturbo”目录下的“fio_test_01 -name”文件,请根据实际填写。
- fio结果:
单队列随机写
- fio命令:
fio -direct=1 -iodepth=1 -rw=randwrite -ioengine=libaio -bs=4k -size=10G -numjobs=1 -runtime=60 -group_reporting -filename=/mnt/sfsturbo/fio_test_02 -name=randwrite_test
其中,“/mnt/sfsturbo/fio_test_02 -name”为待测试的目标文件的挂载路径,需具体到文件名,即这里要测试的是“/mnt/sfsturbo”目录下的“fio_test_02 -name”文件,请根据实际填写。
- fio结果:
单队列顺序读
- fio命令:
fio -direct=1 -iodepth=1 -rw=read -ioengine=libaio -bs=4k -size=10G -numjobs=1 -runtime=60 -group_reporting -filename=/mnt/sfsturbo/fio_test_03 -name=read_test
其中,“/mnt/sfsturbo/fio_test_03 -name”为待测试的目标文件的挂载路径,需具体到文件名,即这里要测试的是“/mnt/sfsturbo/”目录下的“fio_test_03 -name”文件,请根据实际填写。
- fio结果:
单队列顺序写