macos安装iper3

复制代码
brew install iperf3

Running `brew update --auto-update`...

安装homebrew,长久没用使用更新失效了。只好重新安装

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

破案了

原来是需要海外网了。。。。

复制代码
brew install iperf3

liangyuyue@YuyueMacBook-Air ~ % brew install iperf3
==> Downloading https://formulae.brew.sh/api/formula.jws.json
==> Downloading https://ghcr.io/v2/homebrew/core/iperf3/manifests/3.19
######################################################################### 100.0%
==> Fetching dependencies for iperf3: ca-certificates and openssl@3
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-
######################################################################### 100.0%
==> Fetching ca-certificates
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:dd
######################################################################### 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.1
######################################################################### 100.0%
==> Fetching openssl@3
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:fadc8218
######################################################################### 100.0%
==> Fetching iperf3
==> Downloading https://ghcr.io/v2/homebrew/core/iperf3/blobs/sha256:e2ca4956b12
######################################################################### 100.0%
==> Installing dependencies for iperf3: ca-certificates and openssl@3
==> Installing iperf3 dependency: ca-certificates
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-
Already downloaded: /Users/liangyuyue/Library/Caches/Homebrew/downloads/bc18acc15e0abddc102f828b57a29cfdbec1b6b002db37ad12bad9dbf0e9d12f--ca-certificates-2025-05-20.bottle_manifest.json
==> Pouring ca-certificates--2025-05-20.all.bottle.tar.gz
==> Regenerating CA certificate bundle from keychain, this may take a while...
🍺  /opt/homebrew/Cellar/ca-certificates/2025-05-20: 4 files, 225.8KB
==> Installing iperf3 dependency: openssl@3
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.1
Already downloaded: /Users/liangyuyue/Library/Caches/Homebrew/downloads/9d8c8da104539ae29f198f366fe5794ac377d96a92458ae62557e3f83b03a351--openssl@3-3.5.1.bottle_manifest.json
==> Pouring openssl@3--3.5.1.arm64_ventura.bottle.tar.gz
🍺  /opt/homebrew/Cellar/openssl@3/3.5.1: 7,563 files, 35.4MB
==> Installing iperf3
==> Pouring iperf3--3.19.arm64_ventura.bottle.tar.gz
🍺  /opt/homebrew/Cellar/iperf3/3.19: 12 files, 555.5KB
==> Running `brew cleanup iperf3`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.

 iperf3 -c 192.168.1.99 -p 5001 -t 10 -i 1

-c 192.168.1.10:服务器 IP

-p 5001:服务器端口

-t 10:持续 10 秒。

-i 1:每一秒✋一次

相关推荐
Jewel Q1 天前
OSPF 组播地址
网络·智能路由器
haierccc1 天前
从IP地址和子网掩码判断该地址属于哪个网段
网络
星哥说事1 天前
网络监控工具:ping、traceroute、nmap、Wireshark 网络探测与分析
网络·测试工具·wireshark
RTC老炮1 天前
webrtc弱网-AcknowledgedBitrateEstimatorInterface类源码分析与算法原理
网络·算法·webrtc
任性不起来了1 天前
宝塔面板点击ssl证书报错:出错了,面板运行时发生错误!ModuleNotFoundError: No module named ‘OpenSSL‘
网络·网络协议·ssl
xingxing_F1 天前
Swift Publisher for Mac 版面设计和编辑工具
开发语言·macos·swift
CHH32131 天前
在 Mac/linux 的 VSCode 中使用Remote-SSH远程连接 Windows
linux·windows·vscode·macos
楚韵天工1 天前
宠物服务平台(程序+文档)
java·网络·数据库·spring cloud·编辑器·intellij-idea·宠物
心灵宝贝1 天前
Mac 桌面动态壁纸软件|Live Wallpaper 4K Pro v19.7 安装包使用教程(附安装包)
macos
疯狂吧小飞牛1 天前
ip rule 策略路由
linux·网络·tcp/ip·运维开发