Technical Discussion
  >> Technical Issues


Register (or login) on our website and you will not see this ad.


Pages in this thread: 1 | [2] | 3 | 4 | (show all)   Print Thread
Standard User deleted
(deleted) Tue 04-Jan-11 22:28:16
Print Post

Re: router stats


[re: deleted] [link to this post]
 
Netgear works well with Routerstats (on a PC)
Standard User deleted
(deleted) Wed 05-Jan-11 08:13:43
Print Post

Re: router stats


[re: deleted] [link to this post]
 
As in monitor the line stats and create graphs?
Not sure, but I'm not aware of any.

It is possible to track and graph results with the BTHH2 with a dedicated Linux-based box like this, but is likely not practical for your purposes.
Standard User deleted
(deleted) Wed 05-Jan-11 19:28:41
Print Post

Re: router stats


[re: deleted] [link to this post]
 
MRTG can be run on a MAC.


Register (or login) on our website and you will not see this ad.

Standard User deleted
(deleted) Wed 05-Jan-11 19:37:28
Print Post

Re: router stats


[re: deleted] [link to this post]
 
But won't be able to access the BTHH2, as Telnet is not possible and no SNMP.

Edited by deleted (Wed 05-Jan-11 19:38:12)

Standard User deleted
(deleted) Wed 05-Jan-11 19:47:45
Print Post

Re: router stats


[re: deleted] [link to this post]
 
Yet that is what it is. Odd.

Oh, hang on
1. wget retrieves the page with the stats we are looking for (in my case Signal to Noise ratio and Downstream Power level)
"-O -" option pipes it to the next program
2. grep is used to select the line(s) having the selected pattern
3. awk selects the required string
4. Next grep selects the line we wanted (the first grep actually gets two lines0
5. Finally sed selects just the number part of the string for mrtg to process
Standard User deleted
(deleted) Wed 05-Jan-11 19:56:22
Print Post

Re: router stats


[re: deleted] [link to this post]
 
It's actually a 'mod' for Smoothwall.

I wrote the perl script for the BTHH2, which uses the web interface.
Standard User deleted
(deleted) Wed 05-Jan-11 20:23:06
Print Post

Re: router stats


[re: deleted] [link to this post]
 
So you should know it uses MRTG confused
Standard User deleted
(deleted) Wed 05-Jan-11 20:24:27
Print Post

Re: router stats


[re: deleted] [link to this post]
 
It doesn't...
Standard User deleted
(deleted) Wed 05-Jan-11 20:50:15
Print Post

Re: router stats


[re: deleted] [link to this post]
 
RRDtool / MRTG same difference wink
Standard User deleted
(deleted) Wed 05-Jan-11 21:23:05
Print Post

Re: router stats


[re: deleted] [link to this post]
 
smile
RRDtool 'merely' (in the politest possible sense, as it's actually pretty comprehensive) creates graphs from data.
MRTG uses SNMP traps to gather data from IP devices, which it then passes to RRDtool to present in graphical format.

The mod I referred to earlier doesn't use MRTG, but it does use RRDtool to create the graphs.
The 'data gathering' part is bespoke though, although like MRTG, is also perl based.

Edited by deleted (Wed 05-Jan-11 21:23:28)

Pages in this thread: 1 | [2] | 3 | 4 | (show all)   Print Thread

Jump to