1、下载iperf
https://iperf.fr/iperf-download.php#fedora
2、centos安装
rpm -i iperf3-3.1.3-1.fc24.x86_64.rpm
3、性能测试
3.1 server监听:
iperf -s
3.2 client发送数据:
iperf3 -c 192.168.1.7 -d -t 60
【截图】
client结果:
server结果:
1、下载iperf
https://iperf.fr/iperf-download.php#fedora
2、centos安装
rpm -i iperf3-3.1.3-1.fc24.x86_64.rpm
3、性能测试
3.1 server监听:
iperf -s
3.2 client发送数据:
iperf3 -c 192.168.1.7 -d -t 60
client结果:
server结果: