Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-25 Thread Prasheel Vemulapalli
Thanks Bill, I am able to get the servlet metrics, but for getting connector metrics i replaced tomcat_jk.jar from TC 5.0. Even then I am not getting the connector metrics as i get in TC 5.0. I want to monitor the bytes sent and received through the connectors. In TC 5.0 I can get these metrics

RE: performance metrics of servlets in Tomcat 4.1.30.

2004-08-25 Thread Shapira, Yoav
Hola, Does Tomcat 4.1.30 provide any MBeans for monitoring the above metrics? No. Pure FUD. You need to specify the jsr77Names=true attribute to the ServerLifecyleListener to have TC 4 JMX register the servlets, but otherwise its much like TC 5. You might also need updated Connector jars

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-25 Thread Remy Maucherat
On Tue, 24 Aug 2004 23:23:06 -0400, Peter Lin [EMAIL PROTECTED] wrote: oh, I didn't realize the new 4.1.31 includes back port of the new status servlet in tc5. or am I mis-reading that? 4.1.31 doesn't include any backport of the status servlet. Personally, I wouldn't recommend using it, it

performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Prasheel Vemulapalli
I want to monitor the performance metrics of servlets, WebApps, Connectors on Tomcat 4.1.30. I am able to get the same metrics through JMX interface in Tomcat 5.0 but in Tomcat 4.1.30 there are no MBeans for monitoring the above metrics. Does Tomcat 4.1.30 provide any MBeans for monitoring the

RE: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Shapira, Yoav
Hi, Does Tomcat 4.1.30 provide any MBeans for monitoring the above metrics? No. Is there any way to get the performance metrics from Tomcat 4.1.30 other than JMX interface? You'd have to write some code and rebuild Tomcat with your code for tracking. Where can I find a document that

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Peter Lin
you're option is to back port the status servlet to tomcat4. if you manage to do that, it should work I would think :) If you do, I will gladly use Jmeter's tomcat5 monitor to test it. peter On Tue, 24 Aug 2004 10:22:57 -0700 (PDT), Prasheel Vemulapalli [EMAIL PROTECTED] wrote: I want to

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Bill Barker
Shapira, Yoav [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Does Tomcat 4.1.30 provide any MBeans for monitoring the above metrics? No. Pure FUD. You need to specify the jsr77Names=true attribute to the ServerLifecyleListener to have TC 4 JMX register the servlets, but

Re: performance metrics of servlets in Tomcat 4.1.30.

2004-08-24 Thread Peter Lin
oh, I didn't realize the new 4.1.31 includes back port of the new status servlet in tc5. or am I mis-reading that? peter On Tue, 24 Aug 2004 20:16:08 -0700, Bill Barker [EMAIL PROTECTED] wrote: Shapira, Yoav [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Does Tomcat