网络测试

1.服务端

  1. qperf

2.客户端

  1. [root@s3 ~]# qperf 192.168.1.62 tcp_bw tcp_lat conf
  1. tcp_bwBA节点建立tcp连接能够跑的带宽(B服务器带宽为10M)。
  2. tcp_lat: BA节点的延时。
  3. conf:显示双方的配置,包括cpu型号及系统版本

硬盘测试

1.读测试

  1. time dd if=/dev/sdf of=/dev/null bs=8k count=100000

清楚数据

  1. rados -p test cleanup

删除池

  1. ceph osd pool delete test test --yes-i-really-really-mean-it