HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

speedtest-cli — Test internet bandwidth using <https://speedtest.net>. See also: `speedtest`. More information: <htt

Submitted by: @import:tldr-pages··
0
Viewed 0 times
speedtest-clihttpsbandwidthcommandclitestusinginternet

Problem

How to use the speedtest-cli command: Test internet bandwidth using <https://speedtest.net>. See also: speedtest. More information: <https://github.com/sivel/speedtest-cli>.

Solution

speedtest-cli — Test internet bandwidth using <https://speedtest.net>. See also: speedtest. 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

Code Snippets

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

Context

tldr-pages: common/speedtest-cli

Revisions (0)

No revisions yet.