环境
------IPC硬件环境
DISK ATA WDC WD10JPVX-22J 1A01 /dev/sda 1.00TB HDD
Mem 16G
CPU 8 Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
-----CEPH部署情况
1MON 3OSD,均是虚拟机
命令
-----dd测吞吐量
dd if=/dev/zero of=test2g bs=4k count=524288
-----fio测IOPS
fio -direct=1 -filename=test2g -iodepth 1 -thread -rw=randrw -rwmixread=70 -ioengine=libaio -bs=4k -size=2G -numjobs=1 -lockmem=1G -runtime=150 -group_reporting -name=randrw_70read_4k
----CPU型号
cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
----队列深度查看
lsscsi -l
IPC磁盘性能
---- 2G 文件吞吐量
2147483648字节(2.1 GB)已复制,32.7148 秒,65.6 MB/秒
-----IOPS
read: IOPS=105, BW=420KiB/s (430kB/s)(73.9MiB/180001msec)
write: IOPS=44, BW=179KiB/s (183kB/s)(31.4MiB/180001msec)
----- 重复三次结果
吞吐量/读IOPS/写IOPS
65.6/83/35
83.2/87/37
85/84/35
虚拟机磁盘性能
---- 2G 文件吞吐量
2147483648字节(2.1 GB)已复制,11.5773 秒,185 MB/秒
-----IOPS
read: IOPS=708, BW=2834KiB/s (2902kB/s)(498MiB/180001msec)
write: IOPS=302, BW=1212KiB/s (1241kB/s)(213MiB/180001msec)
----- 重复一次结果
169/840/359
CEPH磁盘性能
---- 2G 文件吞吐量
2147483648字节(2.1 GB)已复制,83.1182 秒,25.8 MB/秒
-----IOPS
read: IOPS=9, BW=39.6KiB/s (40.5kB/s)(7132KiB/180167msec)
write: IOPS=4, BW=17.5KiB/s (17.9kB/s)(3144KiB/180167msec)
----- 重复量次结果
18.7/10/4
25.5/11/7