>>>安超OS测试用例(功能/性能/故障)bash
功能登录云管平台(VIP)进行操做便可tcp
性能测试:使用fio和iperf工具进行测试工具
故障:在虚拟机上测试性能
nova reset-statu VM_ID --active 改变虚拟机状态测试
iperf工具-吞吐量测试工具.net
须要服务端和客户端rest
服务端:server
关闭防火墙 service firewall stop setenforce 0 /etc/init.d/iptables stop
或者 iptables -I INPUT -p tcp --dport 5201 -j ACCEPT
service network restart
开启服务 iperf3 -s
客户端blog
iperf3 -c iperf-server-ip -n 10G 指定传输的字节数
https://blog.csdn.net/hanlunko2016/article/details/82947565ip