In my University Computer I saw a program in ubuntu which constantly monitored and displayed the network traffic(Download and Upload speed) in the top-left side ,at the indicator. But I couldn't get the name of that program. Can anyone tell me which program can do that?
You can use
indicator-netspeed
to see the network traffic. You will have to add a new repository to install this. open a terminal (Ctrl+Alt+T)Once its installed you have to log out and log back in. By default it shows the traffic of your wifi. You will have to change it to
eth0
if you are connected to the internet using ethernet.You can also use
indicator multiload
to view a graph of your network usage. you can install it usingsudo apt-get install indicator-multiload
. Once its installed you can open it from the dash. You may have to edit the preferences to see the network graph.