Linux网络性能测试工具——Iperf

安装

# mac
brew install iperf

# ubuntu
apt install iperf

测试

# server01
iperf -s

# server02
iperf -c server01