Download/upload speed indicator applet for 14.04

27,754

Solution 1

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.

Solution 2

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.

Solution 3

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.

Share:
27,754

Related videos on Youtube

opu 웃
Author by

opu 웃

Updated on September 18, 2022

Comments

  • opu 웃
    opu 웃 over 1 year

    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.

    • nilsonneto
      nilsonneto about 10 years
      What is not working? It is difficult to diagnose issues if you dont specify any error messages etc. Have a look here if you are having issues installing indicator-sysmonitor - askubuntu.com/a/453975/14356
    • david6
      david6 about 10 years
      I recommend (and use) System Load Indicator, available in Software Centre.
    • opu 웃
      opu 웃 about 10 years
      How can I install it?@ david6
    • david6
      david6 about 10 years
      I had it installed (under 13.10), and it works well under 14.04 LTS. It is in Software Centre.
    • opu 웃
      opu 웃 about 10 years
      @ david6 , This software is working fine. But it is showing net speed through graph. How can I see net speed in digit??
  • Fiksdal
    Fiksdal almost 8 years
    Not working in 16.04 (or 14.04 as far as I can remember.)
  • krishnan
    krishnan almost 8 years
    try with this.