snippetbashTip
speedtest-cli — Test internet bandwidth using <https://speedtest.net>. See also: `speedtest`. More information: <htt
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-cliRun a speed test and display values in bytes, instead of bits:
speedtest-cli --bytesRun a speed test using
HTTPS, instead of HTTP:speedtest-cli --secureRun a speed test without performing download tests:
speedtest-cli --no-downloadRun a speed test and generate an image of the results:
speedtest-cli --shareList all
speedtest.net servers, sorted by distance:speedtest-cli --listRun 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 --jsonCode Snippets
Run a speed test
speedtest-cliRun a speed test and display values in bytes, instead of bits
speedtest-cli --bytesRun a speed test using `HTTPS`, instead of `HTTP`
speedtest-cli --secureRun a speed test without performing download tests
speedtest-cli --no-downloadRun a speed test and generate an image of the results
speedtest-cli --shareContext
tldr-pages: common/speedtest-cli
Revisions (0)
No revisions yet.