Skip to content

Commit

Permalink
speedtest-rs: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1804 committed Dec 18, 2024
1 parent 805c357 commit 36489b5
Showing 1 changed file with 28 additions and 0 deletions.
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.
> 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`

0 comments on commit 36489b5

Please sign in to comment.