对某品牌的分布式存储进行了如下工具测试,对比普通FC存储的性能数据。
1、dd测试(一般用于本地硬盘的简单测试)
方法:测试块大小4k,8k,64k和1M,测试数据量为100G,执行dd if=/dev/zero of=/data/helloworld bs=1M count=102400
结果:平均速率约为750 MB/s
注:普通FC存储约为670 MB/s
2、hdparm测试(一般用于本地硬盘的简单测试)
方法:执行hdparm -Tt /dev/sdxxx
结果:平均速率为70-100 MB/s 左右浮动
注:普通FC存储约为360 MB/s
3、orion测试(用于测试存储的oltp性能,模拟oracle)
方法:同时测试5个块设备,执行./orion_linux_x86-64 -run simple -testname iotest123 -num_disks 5
结果:
Maximum Large MBPS=595.05 @ Small=0 and Large=10
Maximum Small IOPS=3099 @ Small=25 and Large=0
Minimum Small Latency=8.04 @ Small=24 and Large=0
详细数据: