The next version is coming with more comforatable.
Srikanth
Message: 2 Date: Fri, 25 Apr 2003 16:57:03 -0500 From: Patrick Turley <pturley@xxxxxxxxxxxxxx> To: lartc@xxxxxxxxxxxxxxx Reply-To: pturley@xxxxxxxxxxxxxx Organization: Rock Steady Networks Subject: [LARTC] Testing traffic control We are just starting to research this stuff - I expect this mailing list to save my bacon many times :) I'd like to hear some ideas on how people test their setups. It seems to me that the ideal testing rig would be two computers, one on either side the router. Have one computer open up some number of connections with various procol characteristics to the other and start blasting data through each connection. Have the other computer display the rate at which data is being received for each connection in a really cool graphical way. Does anyone here actually have the tools to do this? I would be terribly grateful if anyone could point me in the right direction. --__--__-- Message: 3 From: Stef Coene <stef.coene@xxxxxxxxx> Organization: None To: pturley@xxxxxxxxxxxxxx, lartc@xxxxxxxxxxxxxxx Subject: Re: [LARTC] Testing traffic control Date: Sat, 26 Apr 2003 00:51:44 +0200 On Friday 25 April 2003 23:57, Patrick Turley wrote:We are just starting to research this stuff - I expect this mailing list to save my bacon many times :) I'd like to hear some ideas on how people test their setups. It seems to me that the ideal testing rig would be two computers, one on either side the router. Have one computer open up some number of connections with various procol characteristics to the other and start blasting data through each connection. Have the other computer display the rate at which data is being received for each connection in a really cool graphical way. Does anyone here actually have the tools to do this? I would be terribly grateful if anyone could point me in the right direction.I have some scripts. You can find them on www.docum.org. They don't look really cool, but they can show you what's going on in real-time. I have a script that uses iptables counters. An other uses the tc counters. They are both shell scripts and I use them to automate my tests. I also have some scripts to store the tc counters in a rrd database so you can graph long term statistics. And I have written a java applet so you can see real-time graphs. Stef