Linux command
speedtest-rs 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run speed test
speedtest-rs
List servers
speedtest-rs --list
Use specific server
speedtest-rs --server [server-id]
Simple output
speedtest-rs --simple
No download test
speedtest-rs --no-download
No upload test
speedtest-rs --no-upload
说明
speedtest-rs is a Rust implementation of an internet speed test client compatible with Speedtest.net servers. It measures download speed, upload speed, and ping latency using the same server infrastructure as the original speedtest-cli. As a compiled Rust binary, it offers fast startup and low resource usage compared to Python-based alternatives. The tool provides the same core functionality including server listing, server selection by ID, simple output mode, and the ability to skip download or upload tests independently.
参数
- --list
- List servers.
- --server _ID_
- Server ID.
- --simple
- Minimal output.
- --no-download
- Skip download test.
- --no-upload
- Skip upload test.
- --bytes
- Show bytes/sec.
FAQ
What is the speedtest-rs command used for?
speedtest-rs is a Rust implementation of an internet speed test client compatible with Speedtest.net servers. It measures download speed, upload speed, and ping latency using the same server infrastructure as the original speedtest-cli. As a compiled Rust binary, it offers fast startup and low resource usage compared to Python-based alternatives. The tool provides the same core functionality including server listing, server selection by ID, simple output mode, and the ability to skip download or upload tests independently.
How do I run a basic speedtest-rs example?
Run `speedtest-rs` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --list do in speedtest-rs?
List servers.