[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: Profilling enterprise app in websphere 5.1

Marius,

Could you please give some additional notes on setting up the two profiling options below:

Marius Slavescu wrote:

There are two ways of profiling J2EE applications using Hyades:
- only on Websphere you can enable "J2EE Request Profiler" (this runtime
component comes with Websphere) and then attach to it.

IBM documents I've read do not detail how to set this up. I How do I set up the "J2EE Request Profiler"? Does it work with the Hydes controler or the IBM Agent Controler? The WebSphere Application developer docs mentions this in the context of starting WAS with Profile option (everything on the workstation)
I would like to attach to WAS running on a remote server.


- on any Java application (including web application servers like WebSphere)
you can enable the Hyades JVMPI Profiler by passing the -XrunPIagent
argument to the JVM that runs the application (check
http://dev.eclipse.org/viewcvs/indextools.cgi/~checkout~/hyades-home/docs/profilingtool/profilingexample.html
for more info) and then attach to it.

What would be the <class> you would pass in:
-XrunpiAgent:server=enabled <class>

Thanks
  Steve Hansen