edit: despite the very good answer I once accepted, now I'm look for a simpler tool that requires no installation or preparation. Something like a ping with a timestamp would be of great help already.

Once in a while I get bad Internet connection access points. Be it physical cables, WiFi or 3G spots. And I always figured how good would it be to have a way to monitor it, to determine exactly where's the issue and either consider trying to fix it or just accept there's no way.

My current way of doing it is freaking ping. I ping any Internet IP I memorized and the Gateway. That tells me if the router is bad, eventually. Or that the Internet fell down, and it's not my computer issue, but not for how long it's down. Neither that it did so X hours ago, and that's why my download didn't went through, rather than some torrent issue, or server maintenance. And so on. Ping is a very old tool and not full featured at all.

Currently came to my attention another way of doing it: logmein logs (idea came from looking at console). But I couldn't make much use of any of those logs so far. Anyway...

Here I ask if there is any software, free and/or paid, that can give us those basic stats about our current network connection. And a connection graphic over time would be a big plus!

link|improve this question

68% accept rate
feedback

2 Answers

If all of your devices can do SNMP, you could use MRTG http://oss.oetiker.ch/mrtg/

Alternately, you could run smokeping. http://oss.oetiker.ch/smokeping/

Either one should give you some nice graphs, you can see when your network use is high, when it's utterly flat, etc.

You can use Nagios to alert you when there's a problem, smokeping might do it to, it's been awhile since I've used it.

link|improve this answer
will sure try those and report back! :) – Cawas Nov 4 '10 at 14:18
that's great, exactly what I was hoping for! why "it's been a while since you've used it"? don't you use any of them anymore? new tools? – Cawas Nov 4 '10 at 16:31
1  
Everything I'm interested in monitoring is capable of SNMP, so I use MRTG for gathering and graphing a history of bandwidth use. It's nice because I can look back over time and see trends. I use Nagios for monitoring and alarming. – mazianni Nov 4 '10 at 16:47
actually I ran into an issue with this now. I'm at some place without SNMP and where I can't install smokeping due to lack of permission. so I'm still lacking a simpler tool. – Cawas Feb 8 '11 at 19:16
feedback
  1. Switch from using ping to tracepath (traceroute)
  2. Install Nagios (it is available for Windows too), then write a tracepath/ping module (or take something from a standart bundle)
link|improve this answer
Are you telling me there's nothing done in this sense and I should build my own? – Cawas Nov 3 '10 at 14:07
feedback

Your Answer

 
or
required, but never shown

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