Hi all, I''m experimenting with HTB and IMQ and I''m wondering if there exists a tool to graph the throughput of traffic through my router. I now I can setup iptables to count packets and read/reset these with a script , but maybe there is allready something MRTG alike but for shorter periods of measurements. Thanks alot, -- * Bart Duchesne * R&D Engineer * * Able NV * Leuvensesteenweg 282 - B-3190 Boortmeerbeek - Belgium * Phone: + 32 15 50.44.00 - Fax: + 32 15 50.44.09 * E-Mail: bd@able.be * URL: http://www.axsguard.com * -- Security check on this e-mail has been done by aXs GUARD (http://www.axsguard.com)
On Fri, Jun 13, 2003 at 05:27:22PM +0200, Bart Duchesne wrote:> Hi all, > > I''m experimenting with HTB and IMQ and I''m wondering if there exists a > tool to graph the throughput of traffic through my router. > I now I can setup iptables to count packets and read/reset these with a > script , but maybe there is allready something MRTG alike but for > shorter periods of measurements.Try with ''monitor*'' at www.docum.org Stef Coene''s website about Traffic Control.> > Thanks alot, > > -- > * Bart Duchesne > * R&D Engineer > * > * Able NV > * Leuvensesteenweg 282 - B-3190 Boortmeerbeek - Belgium > * Phone: + 32 15 50.44.00 - Fax: + 32 15 50.44.09 > * E-Mail: bd@able.be > * URL: http://www.axsguard.com > * > > > > -- > Security check on this e-mail has been done by aXs GUARD > (http://www.axsguard.com) >-- -- Daniel Ortiz d.ortiz@in.ilimit.es ILIMIT Comunicacions Departament Sistemes http://www.ilimit.es Tel: (+34) 93 733 33 75 Fax: (+34) 93 733 32 43
: I''m experimenting with HTB and IMQ and I''m wondering if there exists a : tool to graph the throughput of traffic through my router. : I now I can setup iptables to count packets and read/reset these with a : script , but maybe there is allready something MRTG alike but for : shorter periods of measurements. See Stef''s rrdtool-based tools [1] or if you need something more like real-time stats, the Java-based stuff [2], or even his perl tools [3]. -Martin [1] http://www.docum.org/stef.coene/qos/gui/ [2] http://www.docum.org/stef.coene/qos/java/ [3] http://www.docum.org/stef.coene/qos/monitor/ -- Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Fri, Jun 13, 2003 at 05:27:22PM +0200, Bart Duchesne wrote:> Hi all, > > I''m experimenting with HTB and IMQ and I''m wondering if there exists a > tool to graph the throughput of traffic through my router. > I now I can setup iptables to count packets and read/reset these with a > script , but maybe there is allready something MRTG alike but for > shorter periods of measurements.You might find my snmprtg useful for this, but you will need to be able to query it using SNMP. It can run on most platforms too. Its still very young, but quite usable. Currently the Poll Interval, and the number of minutes to display is hard coded (5 secs, 10 mins respectively), but should be easily changed. http://nzgeeks.org/cameron/progs/snmprtg.php Runs on anything with Perl/Tk and the SNMP module. (Developed on Linux, tested with Windows NT and ActiveState Perl) -- Cameron Kerr Email: cameron.kerr@paradise.net.nz Website: http://nzgeeks.org/cameron/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/