网络测试
1.服务端
qperf
2.客户端
[root@s3 ~]# qperf 192.168.1.62 tcp_bw tcp_lat conf
tcp_bw:B与A节点建立tcp连接能够跑的带宽(B服务器带宽为10M)。
tcp_lat: B与A节点的延时。
conf:显示双方的配置,包括cpu型号及系统版本
硬盘测试
1.读测试
time dd if=/dev/sdf of=/dev/null bs=8k count=100000
清楚数据
rados -p test cleanup
删除池
ceph osd pool delete test test --yes-i-really-really-mean-it