使用iperf3在macOS上进行网络性能测试

iperf3是一个用于测量网络性能的工具,它可以帮助你了解两台服务器之间的带宽和延迟。本博客将指导你在macOS上安装iperf3,并展示如何连接服务器进行网络性能测试。

步骤1:安装Homebrew

如果你尚未安装Homebrew,可以通过以下步骤安装:

bash 复制代码
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

验证Homebrew是否正确安装:

bash 复制代码
brew --version

步骤2:安装iperf3

使用Homebrew安装iperf3:

bash 复制代码
brew install iperf3

验证iperf3是否正确安装:

bash 复制代码
iperf3 --version

步骤3:连接服务器进行测试

在终端中运行以下命令,将 <server_ip_address> 替换为你的远程服务器的IP地址:

bash 复制代码
iperf3 -c <server_ip_address>

例如:

bash 复制代码
iperf3 -c 109.107.140.45

连接建立后,你将看到类似以下的测试结果:

plaintext 复制代码
terence@terencedeMacBook-Pro ~ % iperf3 -c 109.107.140.45

Connecting to host 109.107.140.45, port 5201
[  5] local 192.168.20.5 port 55097 connected to 109.107.140.45 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  2.05 MBytes  17.1 Mbits/sec                  
[  5]   1.00-2.00   sec  20.5 MBytes   172 Mbits/sec                  
[  5]   2.00-3.00   sec  6.87 MBytes  57.4 Mbits/sec                  
[  5]   3.00-4.00   sec  6.45 MBytes  54.3 Mbits/sec                  
[  5]   4.00-5.00   sec  18.3 MBytes   153 Mbits/sec                  
[  5]   5.00-6.00   sec  16.3 MBytes   137 Mbits/sec                  
[  5]   6.00-7.00   sec  7.22 MBytes  60.5 Mbits/sec                  
[  5]   7.00-8.00   sec  9.99 MBytes  83.9 Mbits/sec                  
[  5]   8.00-9.00   sec  10.4 MBytes  87.5 Mbits/sec                  
[  5]   9.00-10.00  sec  10.9 MBytes  91.6 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-10.00  sec   109 MBytes  91.4 Mbits/sec                  sender
[  5]   0.00-10.15  sec   107 MBytes  88.7 Mbits/sec                  receiver

iperf Done.

如果一切正常,你应该看到类似的结果。在结果中,"Bitrate"表示平均比特率,而"发送和接受分别是多少"部分则显示了发送和接收的速度。

发送速度(从本地到远程服务器):91.4 Mbits/sec,

接收速度(从远程服务器到本地):88.7 Mbits/sec。

现在,你已经成功在macOS上安装了iperf3,并且知道如何连接服务器进行网络性能测试。通过这些测试结果,你可以更好地了解两台服务器之间的网络性能。

相关推荐
tonngw30 分钟前
【Mac 从 0 到 1 保姆级配置教程 16】- Docker 快速安装配置、常用命令以及实际项目演示
macos·docker·容器·开源·github·docker desktop·orbstack
是小满满满满吗5 小时前
传输层:udp与tcp协议
linux·服务器·网络
小刘同学++5 小时前
ECB(电子密码本,Electronic Codebook) 和 CBC(密码分组链接,Cipher Block Chaining)区分于用途
网络·ssl
gadiaola5 小时前
【计算机网络】第3章:传输层—TCP 拥塞控制
网络·网络协议·tcp/ip·计算机网络
猎板PCB厚铜专家大族6 小时前
多层PCB技术解析:从材料选型到制造工艺的深度实践
网络·制造
FakeOccupational7 小时前
【碎碎念】宝可梦 Mesh GO : 基于MESH网络的口袋妖怪 宝可梦GO游戏自组网系统
网络·游戏
ItisNagatoYuki9 小时前
Mac M芯片 RAG 极简流程 安装 ragflow + LM studio
macos
fei_sun9 小时前
【计算机网络】三报文握手建立TCP连接
网络·tcp/ip·计算机网络
Johny_Zhao10 小时前
2025年6月Docker镜像加速失效终极解决方案
linux·网络·网络安全·docker·信息安全·kubernetes·云计算·containerd·yum源·系统运维
PypYCCcccCc10 小时前
支付系统架构图
java·网络·金融·系统架构