Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Is there any applications on Ubuntu that could measure your bandwidth/download speed?

I would like to start a few downloads and use a bandwidth monitor like application that will give me the total download and upload speed in Mbps. There used to be a software like that for windows, I can't recall the name though.

share|improve this question

migrated from stackoverflow.com Apr 17 '11 at 0:50

6 Answers

up vote 2 down vote accepted

Yo can use Netspeed monitor applet. At 1st, install it from software center, simple "netspeed monitor" will give you the result, install the package. Now if you are using GNOME, right click on panel, select add to panel and then select netspeed monitor. You can see the incoming and outgoing speed on the panel all time

share|improve this answer

gkrellm and conky are useful monitoring tools for gnome that will allow you to have a visual of your network bandwidth behavior. Both them are not limited to the monitoring the network activity. Screenshots here:

gkrellm

enter image description here

conky

enter image description here

more conky's screenshots available at: http://conky.sourceforge.net/screenshots.html

share|improve this answer

I use nethogs. Console program. Works great.

sudo apt-get install nethogs

nethogz

share|improve this answer
I wish i could vote many times over for this. – Luis Alvarado Jun 2 '11 at 12:59

speedtest.net is awesome, no need for an app...

share|improve this answer
1  
Yes. To measure your bandwidth reliably, you need a third party such as speedtest.net to measure against, not a local application. – Egil Apr 22 '11 at 13:19

gnome-system-monitor Resources tab has a current network traffic graph as well as upload/download totals since last boot.

share|improve this answer
`[Desktop Entry]
Name=NetHogs
Comment=Network Monitor
Exec=gksudo uxterm nethogs %u
Icon=/usr/share/icons/gnome/32x32/apps/utilities-system-monitor.png
Terminal=false
Type=Application
Categories=Application;System;'

save this file on desktop as NetHogs.desktop and then move it to - //home/your user name/.local/share/applications

Now open dash and search for NetHogs. You will have a fully functional menu.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.