SpeedTest in CentOS 7

  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:
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Install and Setup LAMP on CentOS VPS

LAMP (Linux - Apache - MySQL - PHP) is a common webserver software stack for Linux. Installing...

How to get a trial period VPS / VDS?

We provide a test server for a period of up to 1 day.To receive trial period VPS / VDS you need:...

How to install ionCube Loader on ISPmanager?

How to install ionCube Loader on ISPmanagerCheck OS version / x86_64 or x86$ uname -aDownload the...

Windows Server - Change the Administrator Password

Procedures for changing Administrator passwords This topic provides procedures to change...

Как получить пробный период VPS / VDS от Asvhost?

Как получить пробный период VPS / VDS? Мы предлагаем тестовый виртуальный сервер на срок от 1...