2017-12-13 00:42:45 +00:00
|
|
|
# speedtest-cli
|
|
|
|
|
2021-02-26 10:39:06 +00:00
|
|
|
> Command line interface for testing internet bandwidth using https://speedtest.net.
|
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-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-02-26 10:39:06 +00:00
|
|
|
- Run a speed test and generate an image of the results (useful for sharing):
|
2017-12-13 00:42:45 +00:00
|
|
|
|
|
|
|
`speedtest-cli --share`
|
|
|
|
|
2017-12-13 04:01:22 +00:00
|
|
|
- Run a speed test to the given speedtest.net server id:
|
2017-12-13 00:42:45 +00:00
|
|
|
|
|
|
|
`speedtest-cli --server {{server_id}}`
|
2020-10-05 03:10:29 +01:00
|
|
|
|
2021-02-26 10:39:06 +00:00
|
|
|
- Save a list of all speedtest.net servers, sorted by distance:
|
|
|
|
|
|
|
|
`speedtest-cli --list > {{speedtest_servers.txt}}`
|
|
|
|
|
|
|
|
- Display results as CSV (suppressing progress information):
|
2020-10-05 03:10:29 +01:00
|
|
|
|
|
|
|
`speedtest-cli --csv --csv-delimiter {{delimiter_char}}`
|
|
|
|
|
2021-02-26 10:39:06 +00:00
|
|
|
- Display results as JSON (suppressing progress information):
|
2020-10-05 03:10:29 +01:00
|
|
|
|
|
|
|
`speedtest-cli --json`
|