Τρίτη 20 Νοεμβρίου 2018

Ookla Speedtest, CentOS 7



 
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:

  1. Install Python
    # yum install -y python
  2. Downloading the Speedtest-CLI from Github
    # wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
  3. Making Script Executable
    # chmod +x speedtest.py
  4. Run the script.
    # ./speedtest.py