Files
tldr/pages.zh/common/speedtest-rs.md

28 lines
598 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# speedtest-rs
> 一个基于Rust的非官方工具用于使用speedtest.net测试网络速度限制为HTTP传统回退。
> 更多信息:<https://github.com/nelsonjchen/speedtest-rs>。
- 运行完整的速度测试(下载和上传):
`speedtest-rs`
- 显示按距离排序的 `speedtest.net` 服务器列表:
`speedtest-rs --list`
- 仅运行下载测试:
`speedtest-rs --no-upload`
- 仅运行上传测试:
`speedtest-rs --no-download`
- 生成可分享的测试结果图像链接:
`speedtest-rs --share`
- 仅显示基本输出信息:
`speedtest-rs --simple`