How to check Internet Speed via Terminal?

Execute the below command in shell prompt.

curl -s  https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
OR
curl -s http://www.systempandit.com/speedtest.py | python -


Download the File below and execute the command 

wget http://www.systempandit.com/speedtest.py 

Once the download complete execute the command below…

python speedtest.py

 

Comments are closed.