Showing posts with label nload. Show all posts
Showing posts with label nload. Show all posts

18 July 2013

nload - Monitor your internet speed in the Terminal

99 comments

How to install nload in ubuntu
nload is a terminal based application for linux which monitors network traffic and bandwidth usage in real time. It monitors the in- and outgoing traffic using two graphs and provides additional info like the total amount of transferred data and min/max network usage.
It displays the total amount of data that has been transferred over a network device since the last reboot, the current bandwidth usage, and the minimum, maximum, and average bandwidth usage measured since it started.

How to Install nload

nload comes pre-installed with Ubuntu, so you can use it directly. If it is not installed on your system then, open terminal (Ctrl + Alt + t) and run the following command

$ sudo apt-get install nload
Read More...