Re: find out the possible bottleneck webapp

2008-01-30 Thread maggie
Chunk, I'll test that. Thank you for your help! :) -- Sincerely, Maggie On 1/28/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: maggie [mailto:[EMAIL PROTECTED] > > Subject: Re: find out the possible bottleneck webapp > > > > So what I

RE: find out the possible bottleneck webapp

2008-01-28 Thread Caldarale, Charles R
> From: maggie [mailto:[EMAIL PROTECTED] > Subject: Re: find out the possible bottleneck webapp > > So what I want is a light weight tool, just find out which > webapp causes the problem when Tomcat runs abnormally. Take a look at the jstack tool to remotely access stack trac

Re: find out the possible bottleneck webapp

2008-01-28 Thread maggie
Hi, Thank you all for the reply! I am sure that's some of my webapps' problem. It runs ok at beginning. After it runs one day, the CPU usage is very high, I have to restart Tomcat. Of course, I can use JProber to analzye which webapp goes wrong. But I don't want restart Tomcat. I want to find th

RE: find out the possible bottleneck webapp

2008-01-26 Thread Jonadan
the heap memory size allocated and using with Runtime APIS. Regards. Regards. -- View this message in context: http://www.nabble.com/find-out-the-possible-bottleneck-webapp-tp15065234p15114035.html Sent from the Tomcat - User mailing list a

RE: find out the possible bottleneck webapp

2008-01-26 Thread Caldarale, Charles R
> From: Konstantin Kolinko [mailto:[EMAIL PROTECTED] > Subject: Re: find out the possible bottleneck webapp > > kill -3 command will produce it under UNIXes. > > 2008/1/24, maggie <[EMAIL PROTECTED]>: > > > > Is there any tool to provide such information

Re: find out the possible bottleneck webapp

2008-01-26 Thread Konstantin Kolinko
I think that java thread dump can be printed even if workload is heavy. kill -3 command will produce it under UNIXes. 2008/1/24, maggie <[EMAIL PROTECTED]>: > > Is there any tool to provide such information Remotely even if the > workload of Tomcat is very heavy? > ---

Re: find out the possible bottleneck webapp

2008-01-24 Thread Jonadan
in context: http://www.nabble.com/find-out-the-possible-bottleneck-webapp-tp15065234p15075430.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscrib

Re: find out the possible bottleneck webapp

2008-01-24 Thread Martin Gainty
ROTECTED]> To: "Tomcat Users List" Sent: Thursday, January 24, 2008 8:42 AM Subject: Re: find out the possible bottleneck webapp > En l'instant précis du 24/01/08 14:32, maggie s'exprimait en ces termes: > > Hi ,all > > > > I deploy many web applications on

Re: find out the possible bottleneck webapp

2008-01-24 Thread David Delbecq
En l'instant précis du 24/01/08 14:32, maggie s'exprimait en ces termes: Hi ,all I deploy many web applications on Tomcat. But sometimes the response time of Tomcat is very long. At that time, the CPU usage is very high. Is there any tool for me to find out which web application consumes most o

find out the possible bottleneck webapp

2008-01-24 Thread maggie
Hi ,all I deploy many web applications on Tomcat. But sometimes the response time of Tomcat is very long. At that time, the CPU usage is very high. Is there any tool for me to find out which web application consumes most of the CPU resource? Is there any tool to provide such information Remotely