tldr/pages/common/speedtest-cli.md

38 lines
847 B
Markdown
Raw Normal View History

2017-12-13 00:42:45 +00:00
# speedtest-cli
> Test internet bandwidth using <https://speedtest.net>.
> See also `speedtest` for the official CLI.
> 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`
- 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`
- Run a speed test without performing download tests:
`speedtest-cli --no-download`
- Run a speed test and generate an image of the results:
2017-12-13 00:42:45 +00:00
`speedtest-cli --share`
- List all `speedtest.net` servers, sorted by distance:
2017-12-13 00:42:45 +00:00
`speedtest-cli --list`
- Run a speed test to a specific speedtest.net server:
`speedtest-cli --server {{server_id}}`
- Run a speed test and display the results as JSON (suppresses progress information):
`speedtest-cli --json`