HOW TO: Linux Command For Testing Internet Speed
As Linuxer, it should get used to using the cli (command-line-interface) for daily activities. Because linux users not only used GUI, but also CLI must accustomed to using.
For testing internet speed, required some support tools. First must installed python, pip (optionally) and speedtest-cli (compulsory).
Installing Furthermore Tools
Before run testing internet connection speed, install speedtest-cli via github.
pip install git+https://github.com/sivel/speedtest-cli.git
or
git clone https://github.com/sivel/speedtest-cli.git
python speedtest-cli/setup.py install
Install speedtest-cli, with pip / easy_install :
pip install speedtest-cli (on slackware available via SBo)
or
easy_install speedtest-cli
Output/result installing speedtest-cli via pip
After installed, run speedtest-cli for test speed internet connection. Like this:
This result speedtest-cli, i use PT Telkom Indonesia for ISP (Internet service Provider) but i don’t know this accurate or no for this results.
For server listed on Indonesia
For other command, type “speedtest-cli -h”.
There is article about Check Speed Internet Connection With Speedtest-cli.
Thanks, may be useful and happy testing !!!