-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
805c357
commit 36489b5
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |