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 ...
How to reset forgotten root password in ubuntu 16/18
Firstly, you need to power on or reboot your Ubuntu system. You should get a grub menu as shown below. Next, press the 'e' key to edit the grub parameters. This should display a screen as shown below. Scroll down until you get to the line that begins ...