>>>安超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