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 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

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:...

The reinstallation of the server via the VPS control panel

If you need to reinstall the operating system or change it to a different version, you can do...

Connection to the server through Remount Desktop

In order to allow the connection, you need to do the following: To get started, we connect to...

Hard disk volume check. How to Extend Drive in Windows.

To check the amount of hard disk space on the server, click the start menu, open Administrative...

Reinstallation CentOS 7 64bit

Go to the VPS Control Panel, select CentOS 7 64bit Minimal, check the box and click Reinstall....