 | Program for monitoring DSL statistics I've been looking hard but failed to find anything.
What I am after is something that will monitor a router's DSL stats, i.e. the output from "sh dsl int atm" over a period of time and ideally produce a pretty graph.
Programatically it doesn't look like much of a challenge (for someone with those skills) and considering it would be a really useful tool I'm surprised I can't find anything.
Can anybody point me at something?! |
|
 nosx join:2004-12-27 00000 kudos:5 | Which of the 80 values in the output of that command are you wishing to graph? If you can find the right OID through SNMPwalk you can plot it as a custom graph in solarwinds (or any free SNMP monitoring tool) |
|
|
|
 | Noise Margin and Activations would be a good start (as a variation in the former gives the most problems in my experience and the latter is a good indication of how bad the problem is).
We have started using Paessler PRTG Monitor recently (much better/cheaper/comprehensive than solarwinds products which I have also used) and you are correct. IF I can find the right OID then I can setup a custom monitor. I have tried doing this in the past but is difficult when it is not something you have much experience with. This would probably be the best solution for me though.
That said there must be plenty of home/small business users without expensive network monitoring software that would benefit from a standalone utility for times they are having issues. |
|
 cramer join:2007-04-10 Raleigh, NC kudos:5 | reply to Phraxos One question... you do realize those numbers don't change until a re-sync, right? I'd watch the cell and error counters, which are realtime. |
|
 | reply to Phraxos This may be a good place to start to search for the MIB in question.
Regards |
|