Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speedtest-rs: add page #15193

Merged
merged 10 commits into from
Dec 21, 2024
28 changes: 28 additions & 0 deletions pages/common/speedtest-rs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# speedtest-rs

> A Speedtest.net testing utility and crate for checking network download and upload speeds.
Abhishek-1804 marked this conversation as resolved.
Show resolved Hide resolved
> 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:
Abhishek-1804 marked this conversation as resolved.
Show resolved Hide resolved

`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