System Grab Bag

View all TLDR pages from common (or from all pages)

speedtest-cli

Test 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.