| [news.eclipse.tools.hyades] Re: Profilling enterprise app in websphere 5.1 |
Marius,
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.
- 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