Learn how to use speedtest CLI tool to test internet speed in the Linux terminal. It also includes a one-liner python command to get speed details right away. Internet speed check in Linux Most of us check the internet bandwidth speed whenever we connect to a new network or wifi. So why...
speedtest.pyis a simple python script which help us to test internet bandwidth (Upload & Download) speed in Linux command line using speedtest.net. It’s using pure socket tests instead of HTTP based tests. Users can install speedtest-cli in six simple ways. Install prerequisites Make sure yo...