Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Bruno M Luque
I would use Nagios, its worth the effort of dealing with C, you dont have that meny choices!, cheers On 8/24/06, Andrés González [EMAIL PROTECTED] wrote: Hi. I'm searching a tool similar to nagios wich allows me do client-side real testing of my Tomcat webapps. Something that lets me do a

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Andrew Miehs
Why do you need c? Works with perl and shell scripts... You could even use java if you wanted Andrew On 30/08/2006, at 10:36 AM, Bruno M Luque wrote: I would use Nagios, its worth the effort of dealing with C, you dont have that meny choices!, cheers

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Andrés González
I'm using JMeter right now... and it's is *very* good. What provides nagios that can't be done with JMeter? On 8/30/06, Bruno M Luque [EMAIL PROTECTED] wrote: I would use Nagios, its worth the effort of dealing with C, you dont have that meny choices!, cheers On 8/24/06, Andrés González

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Marc Farrow
Apache Benchmark will do the same as well. On 8/30/06, Andrés González [EMAIL PROTECTED] wrote: I'm using JMeter right now... and it's is *very* good. What provides nagios that can't be done with JMeter? On 8/30/06, Bruno M Luque [EMAIL PROTECTED] wrote: I would use Nagios, its worth the

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Martin Gainty
: Tool for monitoring Tomcat from the client side Why do you need c? Works with perl and shell scripts... You could even use java if you wanted Andrew On 30/08/2006, at 10:36 AM, Bruno M Luque wrote: I would use Nagios, its worth the effort of dealing with C, you dont have

RE: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Caldarale, Charles R
From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side The majority of the tomcat catalina engine is written in C and C++ for performance reasons Not true - the Tomcat code is pure Java. You can optionally replace some of the comm code

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Andrés González
Mmmm... the GUI is an important advantage of JMeter... On 8/30/06, Marc Farrow [EMAIL PROTECTED] wrote: Apache Benchmark will do the same as well. On 8/30/06, Andrés González [EMAIL PROTECTED] wrote: I'm using JMeter right now... and it's is *very* good. What provides nagios that can't be

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Leon Rosenberg
On 8/30/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side The majority of the tomcat catalina engine is written in C and C++ for performance reasons Not true - the Tomcat code is pure

RE: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Caldarale, Charles R
From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side This slightly besser performance, is it achieved by C or by using epoll? Good question, and I don't know the answer. It would be interesting to see if there's any performance

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Leon Rosenberg
I thought Filip coded something similar, a pooling NIO connector in java. Leon On 8/30/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side This slightly besser performance

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Filip Hanik - Dev Lists
PROTECTED] wrote: From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side This slightly besser performance, is it achieved by C or by using epoll? Good question, and I don't know the answer. It would be interesting to see if there's any performance

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Leon Rosenberg
] wrote: From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side This slightly besser performance, is it achieved by C or by using epoll? Good question, and I don't know the answer. It would be interesting to see if there's any

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Filip Hanik - Dev Lists
Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side This slightly besser performance, is it achieved by C or by using epoll? Good question, and I don't know the answer. It would be interesting to see if there's any performance difference

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Andrew Miehs
scalability of the server. On Linux, epoll is used if available. Regards Andrew Caldarale, Charles R wrote: From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side This slightly besser performance, is it achieved by C or by using epoll? Good

Re: Tool for monitoring Tomcat from the client side

2006-08-25 Thread Bruno Georges
- From: Tim Lucia [EMAIL PROTECTED] Sent: 25.08.2006 04:21 To: 'Tomcat Users List' users@tomcat.apache.org Subject: RE: Tool for monitoring Tomcat from the client side I would second the use of JMeter. I have used it pretty extensively and it is reasonably good. I wish I could record using

Re: Tool for monitoring Tomcat from the client side

2006-08-25 Thread Bruno Georges
Nagios can also accept Perl based puglins as well as Python, curl or GET from a .sh script, etc.. Perl has a great set of Modules which allow you to perform all HTTP actions you can think of. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

RE: Tool for monitoring Tomcat from the client side

2006-08-25 Thread Tim Lucia
Message- From: Bruno Georges [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 3:04 AM To: Tomcat Users List Subject: Re: Tool for monitoring Tomcat from the client side I agree JMeter is a good choice and offer some recording functionality via the workbench, there is another tool

Re: Tool for monitoring Tomcat from the client side

2006-08-24 Thread Andrés González
I think i've found what i was searching for: JMeter. On 8/24/06, Andrés González [EMAIL PROTECTED] wrote: Hi. I'm searching a tool similar to nagios wich allows me do client-side real testing of my Tomcat webapps. Something that lets me do a HTTP request say every minute and store the result

RE: Tool for monitoring Tomcat from the client side

2006-08-24 Thread Tim Lucia
:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 11:32 AM To: users@tomcat.apache.org Subject: Re: Tool for monitoring Tomcat from the client side I think i've found what i was searching for: JMeter. On 8/24/06, Andrés González [EMAIL PROTECTED] wrote: Hi. I'm searching a tool similar