App or apps like NetLimiter Monitor for Linux

4

2

I find NetLimiter Monitor quite handy on Windows both for the realtime per-process bandwidth monitoring and the recorded data usage.

alt text

alt text

What tools can I use to replicate this functionality in Linux?

I am okay using two separate apps for the bandwidth and the usage monitoring, but the usage monitoring is a must have.

Nathaniel

Posted 2010-06-04T00:53:51.363

Reputation: 3 966

Question was closed 2016-04-19T05:33:32.520

Answers

4

Try "jnettop".
sudo apt-get install jnettop (here), and launch it with sudo jnettop.
(You can only view the usage. For limiting them, Wondershaper, Trickle.)

For statistics (IE. log the data, total use) use Munin or Webmin. (Maybe they are a bit of an overkill, but will do the job I guess.)

Apache

Posted 2010-06-04T00:53:51.363

Reputation: 14 755