
In this tutorial, we'll be install Speedtest-cli (Ookla Speedtest) to test the Internet Connection speed of your CentOS server. Here’s what you need to do:
- Install Python
# yum install -y python
- Downloading the Speedtest-CLI from Github
# wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py - Making Script Executable
# chmod +x speedtest.py - Run the script.
# ./speedtest.py