Is heap dump analysis feature available in latest version

Questions about YourKit Java Profiler
Post Reply
abhishek
Posts: 59
Joined: Tue May 13, 2014 7:37 am

Is heap dump analysis feature available in latest version

Post by abhishek »

Hi,
I need to import heap dumps files for in-depth analysis.Is that feature available in the latest version of yourkit?If yes,Please provide details.

thanks ,
abhishek
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Is heap dump analysis feature available in latest versio

Post by Anton Katilin »

Sorry, your question is too wide. Could you please clarify what you want.

Memory profiling is of course available in all versions of the profiler including the latest one. Please refer to corresponding documentation sections for detail.
abhishek
Posts: 59
Joined: Tue May 13, 2014 7:37 am

Re: Is heap dump analysis feature available in latest versio

Post by abhishek »

We have heap dump file for analysis with .phd extention.As we were comparing with JPROBE ,it has got an option for importing heap dump files for analysis purpose.Similar thing i was looking in yourkit.but not able to get any success.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Is heap dump analysis feature available in latest versio

Post by Anton Katilin »

IBM proprietary .phd dump format is not supported.
To profile applications running on IBM Java you should start it with the profiler agent and capture memory snapshot.
Post Reply