Download/upload speed indicator applet for 14.04

I need a net speed indicator applet for Ubuntu 14.04. In Ubuntu 12.04 I installed it as shown in: How to display network upload / download speed on the panel in Ubuntu, but this is not working in Ubuntu 14.04.


Indicator multiload has that and much more

sudo apt-get install indicator-multiload

to start it up:

indicator-multiload &

You can set it to print a graph for each category, you can set it to display text, or you can set it to display both.

Categories include: CPU, memory, netspeed, swap, load, and disk IO speed.


See this answer to get you started. Note that indicator-sysmonitor was forked and now works again in Ubuntu 14.04.

You'll have to modify the custom script to get network speed though, using perhaps this as a guide.


Install Indicator Netspeed in Ubuntu.

Run the following in your terminal.

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install indicator-netspeed

i got answer from this site

ANOTHER NETWORK SPEED UBUNTU APP INDICATOR.

install Dconf Editor:

sudo apt-get install dconf-editor

Then navigate to apps > indicators > netspeed-unity and change the settings to suit your needs. Note that changing some of the settings that are only available via Dconf Editor requires restarting the indicator to apply them.

Install Indicator Netspeed Unity in Ubuntu.

   sudo apt-add-repository ppa:fixnix/netspeed
   sudo apt-get update
   sudo apt-get install indicator-netspeed-unity

I got this ANOTHER NETWORK SPEED UBUNTU APP INDICATOR form HERE.