Speed Test in Ubuntu server

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 server using root credentials on putty  .






Step 2 : Install python pip packages in order to install SpeedTest-cli with the below command.


Command : # apt-get install python-pip

 



Step 3 : To install the SpeedTest client with pip, run the following command.


Command : # pip install speedtest-cli



Step 4 : At last , run speedtest-cli for upload and download speed test.


Command : # speedtest-cli





THANK YOU !


    • Related Articles

    • 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 ...
    • How to Install Xrdp Server (Remote Desktop) on Ubuntu 20.04

      Xrdp is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) that allows you to control a remote system graphically . In this tutorial, we will learn how to install and configure Xrdp server on Ubuntu 20.04. Installing Desktop ...
    • Deploy Django Applications Using Nginx and uWSGI on Ubuntu 14.04

      Django is a Python Web Platform of high standards that promotes fast development and clean, pragmatic design. A description on using uWSGI and nginx on Ubuntu 14.04 is given in this document. Before You Begin 1. Get acquainted with the starting guide ...
    • Installation of Mysql server on CentOS 7

      MySQL is an open-source relational database management system . Its name consists a combination of ‘My’ and ‘SQL’ as the name for the Structured Query Language of the co-founder Michael Widenius’s daughter. Step 1: Login into the server using root ...
    • Access Linux server using SSH in Windows, Linux and Mac OS.

      Part 1: Access Linux server using SSH in Windows 1. Download PuTTY or another PuTTY download source from URL https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe . The file called “putty.exe” is perfect for simple SSH. 2. Save and download ...