Ookla Speed Test for Ubuntu Terminal Instructions: --------------------------------------------------- To Install: sudo apt install speedtest-cli (Can also work through python pip) To find servers (closest first) speedtest-cli --list | less Start Test based on specific server (In this case one in Port Perry (Compton.net, 22.03km from home): speedtest-cli --server 16048 To test with measurements in bytes rather then the normal bits (This is based on the one in Port Perry) speedtest-cli --server 16048 --bytes From: https://fossbytes.com/test-internet-speed-linux-command-line/ Date added: August 19th, 2020 @ 22:38