Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Profiling Servlets and JSPs

Reply
Thread Tools

Profiling Servlets and JSPs

 
 
Ghost
Guest
Posts: n/a
 
      05-12-2005
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.

There are no JVMs running on the site.

Does anyone know of any software that can help me do this? I am trying
to determine if there are any deadlocks between threads.

 
Reply With Quote
 
 
 
 
Bryce
Guest
Posts: n/a
 
      05-12-2005
On 12 May 2005 06:48:13 -0700, "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.
>
>There are no JVMs running on the site.
>
>Does anyone know of any software that can help me do this? I am trying
>to determine if there are any deadlocks between threads.


Any profiling software for Java worth its beans should be able to do
that.

I use YourKit
www.yourkit.com

And, if Tomcat is running on the site, there is definitely a JM
running on it.

--
now with more cowbell
 
Reply With Quote
 
 
 
 
.
Guest
Posts: n/a
 
      05-13-2005
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

 
Reply With Quote
 
vladimirkondratyev@yahoo.com
Guest
Posts: n/a
 
      05-14-2005
If you have serverlets and JSPs, then JVM _is_ on the site
I'd recommend you to take a look at YourKit Java Profiler
http://www.yourkit.com

Regards,
Vladimir Kondratyev

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Beating my head -- JSPs and encoding Hegemony Cricket Java 1 08-22-2012 01:29 PM
Any java servlets based forum? Well, minimally, jsps are fine too ... lbrtchx@gmail.com Java 10 12-06-2008 09:34 PM
Using servlets/jsps to manage linux processes johndesp@gmail.com Java 2 08-22-2006 02:39 PM
Java servlets: Hi All! I want to display xml file in browser using servlets datta.saru Software 0 05-15-2006 03:30 PM
Servlets/JSPs on HTTP resp HTTPS peter@lauri.se Java 1 12-12-2004 02:28 PM



Advertisments