Command-line internet speed tests in CentOS 7

Command-line internet speed tests in CentOS 7

Speedtest


Speedtest is an old standby. It's written in Python, packaged in Apt, and also available through pip. It can be used as a command-line tool or as part of a Python script.





Step 1: Login into the server using root credentials on putty .





Step 2 : Then enter the following command to install Python.


Command : # yum install -y python



Step 3 : Enter the following command after installing Python to download SpeedTest-Cli on your server.


Command : # wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py




Step 4: To give the SpeedTest tool executable access, run the following command after downloading it.


Command :# chmod +x speedtest-cli



Step 5 : After you've completed the preceding steps, type the following command to begin the speed test.


Command : # ./speedtest-cli



THANK YOU !

    • Related Articles

    • Speed Test in Ubuntu server

      Speedtest.net is an online service that allows you to test your broadband connection by downloading a file from a speedtest.net server located near you. This utility allows you to use the command line to access the service. Step 1: Login into the ...
    • Install VnStat Network Monitoring on CentOS 7

      Console based network traffic monitoring This article will help you install VnStat network monitoring on your CentOS 7 server. VnStat is console based network traffic monitor for Linux. This will help monitor multiple interfaces at the same time. ...
    • How To Configure BIND as a Private Network DNS Server on CentOS 7

      A DNS or Domain Name System is a distributed database, allows the association of zone records, for example, IP addresses with domain names. If a computer, like your laptop or phone, has to communicate over the internet, they use each other IP ...
    • How to Mount LiveCD ISO in Centos 7

      Why we required to Mount LiveCD ISO In some cases we need to mount liveCD. Suppose you are working on live server and by mistake you deleted some of OS file or due to any reason unable to boot server. In this case you can mount liveCD of that OS and ...
    • Install CWP in Centos 7

      CWP is an free and paid license based hosting panel for managing website database,emails,file,etc using a single Panel. In this article we will discuss how to install CWP in Centos 7 Software Requirements You must have a clean/fresh installation of ...