di624stats.pl 0.1 review

Download
by rbytes.net on

di624stats.pl is a Perl script that screen-scrapes the Web interface of a D-Link DI-624 wireless NAT router to gather traffic statist

License: GPL (GNU General Public License)
File size: 10K
Developer: Ben Ransford
0 stars award from rbytes.net

di624stats.pl is a Perl script that screen-scrapes the Web interface of a D-Link DI-624 wireless NAT router to gather traffic statistics. You can use RRDtool to store these statistics and generate graphs. Instructions for using di624stats.pl in conjunction with RRDtool are included.

1. Make sure you have RRDtool installed. Get it at
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ or from an APT
repository or from *BSD ports.

2. Create an RRD file to store your router's throughput statistics. For
example, go like this (read the rrdtool(1) man page if this is
confusing):

rrdtool create di624.rrd
--step=300
DS:in:COUNTER:600:0:12500000
DS:out:COUNTER:600:0:12500000
RRA:AVERAGE:0.5:1:288
RRA:AVERAGE:0.5:4:504
RRA:AVERAGE:0.5:144:730
RRA:MIN:0.5:1:288
RRA:MIN:0.5:4:504
RRA:MIN:0.5:144:730
RRA:MAX:0.5:1:288
RRA:MAX:0.5:4:504
RRA:MAX:0.5:144:730

For more information about install read the README file.

di624stats.pl 0.1 search tags