Can you recommend a robust Internet traffic measurement tool you had experience with?

Robustness is important because I've used a couple of such tools but ended up uninstalling them because of network connectivity problems they caused.

Thanks!

Edit: I don't have my own router, so I suppose SNMP-based software is not an option here. A live indicator of overall Internet traffic (all but local network) would be just fine.

link|improve this question

62% accept rate
feedback

4 Answers

up vote 4 down vote accepted

Try DU Meter.

link|improve this answer
Thanks! Looks like what I need. Will see if it is robust ;) – axk Jul 27 '09 at 20:40
Dude loves robust stuff. – Travis Jul 27 '09 at 20:45
DU meter is awesome, better than NetLimiter! – darthvader Jul 28 '09 at 6:11
feedback

The question about how you intend to measure the internet traffic. I will suggest a couple of options since I do not know your specific target scenario.

One decent internet monitoring tool is Snort (http://snort.org). It provides nice intrusion detection and can monitor the traffic hitting the internet quite nicely. Snort is great for intrussion detection but it is not so much a connectivity tool as it is a security tool. So this might not be the perfect tool for you.

Another good application that does this is MRTG...

MRTG is an excellent program that for stuff like monitoring your routers, switches etc. It is free and it has the ability to monitor a great many things. It will connect to the SNMP port of your router and you should be able to get all kinds of useful data about your connection at that point.

http://oss.oetiker.ch/mrtg/

Now if you are trying to monitor your internet connection to see who you are talking to, you can always use the "Netstat" command from the command line or you can use TCPView from sysinternals to show you visually what your system is talking to over the wire.

link|improve this answer
Perhaps update your other post with this more elaborate description? – Ivo Flipse Jul 27 '09 at 20:06
A good suggestion. I opted not to amend the other answer simply because he has stated very narrow requirements. He only wishes to monitor uptime which is a different animal from taking a much closer look at the traffic itself. – Axxmasterr Jul 27 '09 at 20:15
Thank you for the comprehensive answer! I should have put it in a more clear way in the question. The software may be useful for someone in with different needs. – axk Jul 27 '09 at 20:43
feedback

Would this help?

Need Software to Monitor Internet Uptime

by Axxmasterr

MRTG is an excellent program that does this. It is free and it has the ability to monitor a great many things.

http://oss.oetiker.ch/mrtg/

Check it out! You will not be disappointed...

link|improve this answer
Haha nevermind: the master himself posted it already! – Ivo Flipse Jul 27 '09 at 20:06
feedback

NetLimiter has a good real-time display of upload/download speeds

link|improve this answer
Maybe it's been improved, but I remember having network connectivity issues after installing NetLimiter, so I had to uninstall it after spending some time to figure out its network driver was causing the issues. – axk Jul 27 '09 at 22:02
Just tried out DUmeter. It's awesome, better than NetLimiter – darthvader Jul 28 '09 at 6:11
feedback

Your Answer

 
or
required, but never shown

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