LinuxCommandLibrary

speed-test

Test your internet connection speed and ping using speedtest.net from the CLI.

TLDR

Test your internet connection and ping speed

$ speed-test
copy


Output the results as JSON
$ speed-test --json
copy


Output the results in megabytes per second (MBps)
$ speed-test --bytes
copy


Output more detailed information
$ speed-test --verbose
copy

Copied to clipboard