RE: How to profile Tomcat with Rational Purify?

2007-09-03 Thread Hitesh Raghav
Thanks Filip and Peter for valuable suggestions.

I'll try and share the details in case of new findings


Thanks,
-Hitesh

 

-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 31, 2007 8:12 PM
To: Tomcat Users List
Subject: Re: How to profile Tomcat with Rational Purify?

Tomcat is just another java application, nothing special at all.
What I do, when I get tools for Java, is that I modify
catalina.sh/catalina.bat to instead of execute the Java command, I
prefix it with the echo  command, so that is spits out the command
line that I am running.
Then I would take that command line with its arguments and put in
Purify, and voila, you should be good to go

Filip

Peter Crowther wrote:
 From: Hitesh Raghav [mailto:[EMAIL PROTECTED]
 What are the steps for profiling a web server (i.e. Tomcat)?
 

 Broadly the same as those for profiling any other app: decide what you

 want to measure, set up the instrumentation, run, analyse results.  In

 your case, the instrumentation is Purify.

 The likely reason you got no answers the first time you posted this is

 that nobody on the list has ever profiled Tomcat using Purify.  I 
 suspect you're on your own here!

   - Peter

 -
 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]


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



RE: How to profile Tomcat with Rational Purify?

2007-08-31 Thread Peter Crowther
 From: Hitesh Raghav [mailto:[EMAIL PROTECTED] 
 What are the steps for profiling a web server (i.e. Tomcat)?

Broadly the same as those for profiling any other app: decide what you
want to measure, set up the instrumentation, run, analyse results.  In
your case, the instrumentation is Purify.

The likely reason you got no answers the first time you posted this is
that nobody on the list has ever profiled Tomcat using Purify.  I
suspect you're on your own here!

- Peter

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



Re: How to profile Tomcat with Rational Purify?

2007-08-31 Thread Filip Hanik - Dev Lists

Tomcat is just another java application, nothing special at all.
What I do, when I get tools for Java, is that I modify 
catalina.sh/catalina.bat to instead of execute the Java command, I 
prefix it with the echo  command, so that is spits out the command 
line that I am running.
Then I would take that command line with its arguments and put in 
Purify, and voila, you should be good to go


Filip

Peter Crowther wrote:
From: Hitesh Raghav [mailto:[EMAIL PROTECTED] 
What are the steps for profiling a web server (i.e. Tomcat)?



Broadly the same as those for profiling any other app: decide what you
want to measure, set up the instrumentation, run, analyse results.  In
your case, the instrumentation is Purify.

The likely reason you got no answers the first time you posted this is
that nobody on the list has ever profiled Tomcat using Purify.  I
suspect you're on your own here!

- Peter

-
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]