Date: 2004-12-02T14:41:10 Editor: SebastianBazley <[EMAIL PROTECTED]> Wiki: Apache JMeter Wiki Page: NetworkSniffer URL: http://wiki.apache.org/jakarta-jmeter/NetworkSniffer
Added TCPMon details Change Log: ------------------------------------------------------------------------------ @@ -3,7 +3,7 @@ Email: [[MailTo([EMAIL PROTECTED])]] -I have an application under test that is not using any web browser as a client. Anyhow our custom made client communicates with application server tier via Apache/Tomcat. I found very difficult to use Badboy to see what's +I have an application under test that is not using any web browser as a client. Anyhow our custom made client communicates with application server tier via Apache/Tomcat. I found very difficult to use [http://www.badboy.com.au/ Badboy] to see what's going on from the Client tier perspective. So, I was searching for some tool that captures HTTP communication "from outside" and I found lately a little tool that is just perfect for what I needed. It shows outgoing HTTP requests and incoming HTTP responses and can @@ -14,6 +14,10 @@ Note: I am not connected to nor asked to do any advertisement for Effe_Tech. I just did not find any remark about it in JMeter mailing list archive and I am sure that there are people who can benefit out of using something like this little tool. Take it as I am just giving something useful back to the JMeter community. +== Axis TCPMON - TCP monitor tool from Apache Axis == ----- -CategoryHomepage +The Apache Axis Web Services project includes a TCP Monitoring utility which is intended for monitoring SOAP requests, but it works just as well for plain HTTP requests. + + * [http://ws.apache.org/axis/java/user-guide.html#tcpmon TCPMon Guide on Apache Axis Website] + * [http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/utils/ CVS directory containing tcpmon source] + * [http://javaboutique.internet.com/tutorials/Axis/axis3.html Java Boutique article on TCPMon] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]