How to analyse heap dump I have already discussed about heap dump in one of the post. Please refer the link below to read it: http://professionalcurve.blogspot.com/2014/03/heap-dump-how-to-generate-heap-dump.html Now we will see about how to analyze them. There are various tools for reading heap dump. I prefer MAT (Eclipse Memory Analyzer Tool). It is powerful and free tool which can read, parse and analyze them. Before opening heap dump in MAT, let’s focus on some basic things related to it: - Shallow Size : T he sum of the sizes of all contained primitive data types, as well as the size of the references to other objects - Retained Heap : The total size of all objects being kept alive by...
Learning and Sharing Technical Knowledge related to testing, performance testing, QA , Quality Assurance, automation, jmeter, loadrunner, selenium, cucumber, regression stetting, continuous testing, devops, Agile, Scrum