Re: Profiling Servlets and JSPs
- From: darrell@xxxxxxxxxxxxxxxxxx (".")
- Date: 13 May 2005 20:35:36 GMT
On Thu, 12 May 2005, Ghost wrote:
> I am trying to find some software that will help me profile a webstie
> consisting almost entirely of Servlets and JSPs. This website accesses
> a java server that is running on Tomcat on a Solaris 8 machine.
I work for the company and therefore am a little biased but I would
recommend JProbe. There is a trial version you can use if it is a one time
situation. If you are looking for something free you should be able to use
any Java profiler. The only thing JProbe couldn't do is profile a cluster.
You'd have to profile each node in the cluster and not the cluster as a
whole.
> There are no JVMs running on the site.
There has to be. Do a 'ps -ef | grep java' and should should see some
processes running JVM.
> Does anyone know of any software that can help me do this? I am trying
> to determine if there are any deadlocks between threads.
>
>
--
Send e-mail to: darrell dot grainger at utoronto dot ca
.
- References:
- Profiling Servlets and JSPs
- From: Ghost
- Profiling Servlets and JSPs
- Prev by Date: job search website
- Next by Date: Re: Finding the max number in a list
- Previous by thread: Re: Profiling Servlets and JSPs
- Next by thread: Re: Profiling Servlets and JSPs
- Index(es):
Relevant Pages
|