you will need to allow remote access to tomcat jmx via configured JAVA_OPTS
such as
-Dcom.sun.management.jmxremote

Complete details available at
http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html

Martin-
----- Original Message -----
From: "David Delbecq" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
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 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 even if the
> > workload of Tomcat is very heavy?
> >
> > Any hint is welcome. Thanks in advance.
> >
> >
>
> Any profiler should do the work. Here we use JProfiler. However, running
> this in production can prove, in itself, to be a bottleneck. This
> depends on how much informations you requires.
>
> --
> http://www.devlog.be (a belgian developer's logs)
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to