Code

Initial revision
[rrdtool-all.git] / website / gallery / bkw-01.wml
1 #include "$(ROOT)/.wml/template.inc" section=gallery subsection=bkw-01
3 <H1>Portmaster</H1>
5 <P>by <A HREF="mailto:bkw@bkw.org">Brian K. West</A></P>
7 <P>I work for an ISP in southeastern Oklahoma,  One day the owner wanted to
8 know the percentages of users connected at a certain carrier speeds.  So him
9 and I started working on a perl script that would do this job.  What we did
10 is setup a perl script that would snmpwalk every Lucent Portmaster we had
11 and tally up the results and build the graph.  I also added the percent of
12 totally port utilization with the black line on the graph.  As we found out
13 less than 50% of our users do not connect at v.90 speeds.  I love rrdtool I
14 write all of my rrdtool probes in perl and use all the perl bindings the
15 add/build/update/graph... Its really quite easy once I realized how it
16 worked.  MRTG was easy to learn but rrdtool was a totally different ball
17 game.</P>
19 <P><A HREF="bkw-01.pl">The Script for those who care</A></P>
21 <P><IMG SRC="bkw-01.gif"></P>