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

Hi Peng,

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.

In JVMPI case make sure you set the right filters otherwise you'll get too
much data from the profiler.

Please let me know if you need more info.

Thanks,
Marius

"Peng Tuck" <pengtuck@xxxxxxxxxxxxxx> wrote in message
news:cm89l7$du7$1@xxxxxxxxxxxxxx
> Does anyone have any idea how I can get haydes to profile an
>    app running on websphere 5.1 ?