Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

opening ibm .phd files using visualVM

Can some one please tell me how to open the .phd(IBM Portable heap dump) files in VisualVM ? I have tried with Heap Analyser to open it but I could not locate exactly which object is causing the issue ?

like image 367
Venkat Avatar asked May 01 '26 19:05

Venkat


1 Answers

These files can be opened easily using IBM Heap Analyzer. download it from here ftp://public.dhe.ibm.com/software/websphere/appserv/support/tools/HeapAnalyzer/ha456.jar.

For @Lyiju question on the question comment, that's normal, start from the command prompt specifiying the max heap size as below

"<JAVA_PATH>\Java.exe" -Xms256m -Xmx6144m -jar <HEAP_ANALYSER_NAME>.jar
like image 79
WiredCoder Avatar answered May 05 '26 00:05

WiredCoder



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!