mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 01:55:42 +02:00
speedtest-rs: add page (#15193)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
b3397ada2b
commit
215ae8fba6
1 changed files with 28 additions and 0 deletions
28
pages/common/speedtest-rs.md
Normal file
28
pages/common/speedtest-rs.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# speedtest-rs
|
||||
|
||||
> An unofficial Rust-based tool for testing network speeds using speedtest.net, limited to HTTP Legacy Fallback.
|
||||
> More information: <https://github.com/nelsonjchen/speedtest-rs>.
|
||||
|
||||
- Run a full speed test (download and upload):
|
||||
|
||||
`speedtest-rs`
|
||||
|
||||
- Display a list of `speedtest.net` servers sorted by distance:
|
||||
|
||||
`speedtest-rs --list`
|
||||
|
||||
- Run a download test only:
|
||||
|
||||
`speedtest-rs --no-upload`
|
||||
|
||||
- Run an upload test only:
|
||||
|
||||
`speedtest-rs --no-download`
|
||||
|
||||
- Generate a shareable link to the test results image:
|
||||
|
||||
`speedtest-rs --share`
|
||||
|
||||
- Display basic output information only:
|
||||
|
||||
`speedtest-rs --simple`
|
Loading…
Add table
Reference in a new issue