Speedtest.net 命令行工具开源平替 —— iNetSpeed-CLI(Go 版本)

【已更新 v1.1.2】

支持:
• 单线程下载测速
• 多线程下载测速
• 单线程上传测速
• 多线程上传测速
• 延迟测试(空载 / 负载)


# macOS / Linux 一键安装
curl -fsSL https://raw.githubusercontent.com/tsosunchia/iNetSpeed-CLI/main/scripts/install.sh | bash


# Windows 一键安装
irm https://raw.githubusercontent.com/tsosunchia/iNetSpeed-CLI/main/scripts/install.ps1 | iex


也可直接下载预编译包:
https://github.com/tsosunchia/iNetSpeed-CLI/releases/latest

Github 仓库:
https://github.com/tsosunchia/iNetSpeed-CLI
 
 
Back to Top