1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/common/speedtest-cli.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

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 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:

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