26 Jun 2018 04:21 PM
It seems like only memory dump of file type .dmp would be downloaded to Security Gateway.
Is that correct? There is this one POC exercise where OOM occurs and memory dump are triggered. But somehow we can't download it from Security Gateway because it is not even there, in the end we have Putty into the server and export out the dump for analysis.
Solved! Go to Solution.
26 Jun 2018 06:07 PM
Hello Wai,
In the case of Java applications, the download provides the memory dump in hprofformat, which can be analyzed using a number of tools, including Eclipse Memory analyzer and VisualVM (see example below). The IBM JVM doesn't support hprof but its own format called IBM Portable Heap Dump (PHD). This can also be analyzed by the Eclipse Memory analyzer.
Dynatrace currently supports memory dumps for Java and Node.js processes only.
Regards,
Babar