GitHub - esnet/iperf: iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool (opens new window)
sudo apt install iperf3 # Debian/Ubuntu sudo yum install iperf3 # CentOS brew install iperf3 # macOS(需要 Homebrew)
iperf3 -s
iperf3 -c <服务器IP地址> # 使用指定本地ip来指定网卡 iperf3 -c <服务器IP地址> -B <本地IP地址>
← 安全隧道 - gost 生成GPG密钥→