使用 IPerf 进行网络带宽测试

default

使用说明

下载

IPerf - Centos7 下载

1
2
3
4
5
6
wget https://github.com/esnet/iperf/releases/download/3.18/iperf-3.18.tar.gz
tar -zxvf iperf-3.18.tar.gz
cd iperf-3.18
./configure
make
make install

IPerf - Windows10 下载

解压 iperf-3.18-win64.zip

运行

1
2
3
4
5
# 服务端
iperf -s

# 客户端 -i为时间间隔,-t为持续时间
iperf -c 服务端ip -i 1 -t 60
Gear(夕照)的博客。记录开发、生活,以及一些不足为道的思考……