2017-12-13 00:42:45 +00:00
|
|
|
# speedtest-cli
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Test internet bandwidth using <https://speedtest.net>.
|
2021-05-10 10:04:20 +01:00
|
|
|
> See also `speedtest` for the official CLI.
|
2019-05-23 11:56:50 +01:00
|
|
|
> More information: <https://github.com/sivel/speedtest-cli>.
|
2017-12-13 00:42:45 +00:00
|
|
|
|
2017-12-13 00:48:18 +00:00
|
|
|
- Run a speed test:
|
2017-12-13 00:42:45 +00:00
|
|
|
|
|
|
|
`speedtest-cli`
|
|
|
|
|
2021-05-10 10:04:20 +01:00
|
|
|
- Run a speed test and display values in bytes, instead of bits:
|
|
|
|
|
|
|
|
`speedtest-cli --bytes`
|
|
|
|
|
|
|
|
- Run a speed test using `HTTPS`, instead of `HTTP`:
|
|
|
|
|
|
|
|
`speedtest-cli --secure`
|
|
|
|
|
2021-02-26 10:39:06 +00:00
|
|
|
- Run a speed test without performing download tests:
|
2020-10-05 03:10:29 +01:00
|
|
|
|
|
|
|
`speedtest-cli --no-download`
|
|
|
|
|
2021-05-10 10:04:20 +01:00
|
|
|
- Run a speed test and generate an image of the results:
|
2017-12-13 00:42:45 +00:00
|
|
|
|
|
|
|
`speedtest-cli --share`
|
|
|
|
|
2021-05-10 10:04:20 +01:00
|
|
|
- List all `speedtest.net` servers, sorted by distance:
|
2017-12-13 00:42:45 +00:00
|
|
|
|
2021-05-10 10:04:20 +01:00
|
|
|
`speedtest-cli --list`
|
2021-02-26 10:39:06 +00:00
|
|
|
|
2021-05-10 10:04:20 +01:00
|
|
|
- Run a speed test to a specific speedtest.net server:
|
2021-02-26 10:39:06 +00:00
|
|
|
|
2021-05-10 10:04:20 +01:00
|
|
|
`speedtest-cli --server {{server_id}}`
|
2020-10-05 03:10:29 +01:00
|
|
|
|
2021-05-10 10:04:20 +01:00
|
|
|
- Run a speed test and display the results as JSON (suppresses progress information):
|
2020-10-05 03:10:29 +01:00
|
|
|
|
|
|
|
`speedtest-cli --json`
|