mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* speedtest: refresh * update pages * Remove additional whitespace Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * speedtest-cli: add --json example * Apply suggestions from code review Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> * Apply suggestion from code review Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Axel Navarro <navarroaxel@gmail.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
886 B
886 B
speedtest-cli
Unofficial command line interface for testing internet bandwidth using https://speedtest.net. See also
speedtest
for the official CLI. More information: https://github.com/sivel/speedtest-cli.
- Run a speed test:
speedtest-cli
- Run a speed test and display values in bytes, instead of bits:
speedtest-cli --bytes
- Run a speed test using
HTTPS
, instead ofHTTP
:
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:
speedtest-cli --share
- List all
speedtest.net
servers, sorted by distance:
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