Re: [bwm-tools-tech] Configuration
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2006-07-28 20:13:28
|
Hi Ravi, > Now, almost 24 hours after the IPQ_BUFSIZE change, all is well. This is= FYI. > =20 Great, I'll work on bringing out a fix in the next snapshot. > In the mailing list I see that bwmd can log direct to rrd files, how? A= lso I > had compiled bwm_tools as under: > > ./configure --with-rrdtool2 --disable-rrdcgi > > As in the mailing list you are saying that live stats can be got using > rrdcgi. > > Is there some documentation on this please and examples. Check out the doc directory, you can make pdf or make html =20 to generate documentation. You're looking for the report-format option, setting this to rrd can generate rrd data. You will need to create the rrd file first though, and specify it using report-filename. Bwmd will log 4 values to the rrd every report-timeout, bytes, packets, bursted, dropped respectively. Check this script out .... http://www.linuxrulz.org/nkukard/scripts/stats.cgi .... thats a starting point to write your own cgi script which generates funky rrdtool graphs = :) Let me know if you come right, I'll work on better documenting the reporting directly to rrd the first chance I get. This should serve as information for anyone who takes the time to look through the mailing list archives ;) Regards Nigel |