fast-cli
使用 fast.com 测试您的下载和上传速度
安装
确保您已安装 Node.js 18+ 版本。然后运行以下命令:
npm install --global fast-cli
此项目底层使用 Puppeteer。大多数安装问题都与之相关。
使用方法
$ fast --help
用法
$ fast
$ fast > file
选项
--upload, -u 除下载速度外还测量上传速度
--single-line 减少间距并输出到单行
--json JSON 输出
示例
$ fast --upload > file && cat file
17 Mbps
4.4 Mbps
$ fast --upload --json
上传速度
JSON 输出
速度单位为 Mbps。
fast --upload --json
{
"downloadSpeed": 52,
"uploadSpeed": 64,
"downloaded": 270,
"uploaded": 290,
"latency": 9,
"bufferBloat": 46,
"userLocation": "Somewhere, NO",
"userIp": "49.222.206.21"
}
相关项目
- speed-test - 使用 speedtest.net 测试您的网络连接速度和延迟