SpeedTest in CentOS 7 Print

  • 0

  1. Login to  VPS (via Putty).
  2. Enter the following command to install Python.
    yum install -y python
  3. After installing python, enter the following command to download SpeedTest on your server.
    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    

     If wget is not installed on your server, you can install it with this command:

    yum install wget
  4. After downloading the SpeedTest tool, enter the following command to grant it access to the executable file.
    chmod +x speedtest-cli
  5. Enter the following command to start the speed check:
    ./speedtest-cli
  6. After entering the command, you will get something like the following:

Was this answer helpful?

« Back