/netspeed_indicator

Network indicator applet to monitor the overall system network speed and also the bandwidth per process.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Ubuntu Network indicator

Hi all,

This is an indicator applet to monitor the system network speed and also the network speed per process. You can also monitor the bandwidth per device (e.g eth0,wlan0, or all of them) I have tested this on Ubuntu 14.04.

DEB file

A .deb file is available here

If you install the deb file, you will find the program in /opt/netspeed-indicator Also it will copy a softlink of run.sh in /usr/bin directory.

##How to run the indicator You can run the indicator by typing in terminal: netspeed-indicator OR you can go to /opt/netspeed-indicator and type "python netspeed-indicator2.py"

I'll be very happy if you download it,use it, check the python code and extend it.

Cheers!

##Changelog 1.0.1 - Fix, git issue #2, Dirty fix to the nethogs code, skips the device/interface if it is like 'mon.*'. (Now nethogs works with ap-hotspot running.)

1.0 - First release