tldr/pages/common/speedtest-cli.md

33 lines
801 B
Markdown
Raw Normal View History

2017-12-13 00:42:45 +00:00
# speedtest-cli
2017-12-13 00:48:18 +00:00
> Command line interface for testing internet bandwidth using speedtest.net.
> 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 without performing download tests:
`speedtest-cli --no-download`
2018-06-09 04:42:21 +01:00
- Run a speed test and generate a shareable result picture:
2017-12-13 00:42:45 +00:00
`speedtest-cli --share`
2017-12-13 00:48:18 +00:00
- Print a list of all speedtest.net servers, sorted by distance, to file:
2017-12-13 00:42:45 +00:00
`speedtest-cli --list > speedtest_servers.txt`
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}}`
- Display results in CSV format, suppressing the progress information:
`speedtest-cli --csv --csv-delimiter {{delimiter_char}}`
- Display results in JSON format, suppressing the progress information:
`speedtest-cli --json`