Comparing two dump files for report on objects with highest growth

3.8k views Asked by At

For debugging managed applications If I have two dump files, is there anyway to compare these two file? I am thinking about the scenario of memory leaks and if I take process snapshots at different time, I was wondering if there are anyways of automatically comparing the files and get some type of report on which object has largest growth in count and/or size. I know you can generate these type of reports via ANT memory profiler but looking for any free tools/scripts for this purpose.

1

There are 1 answers

1
Thomas Bratt On BEST ANSWER

Can you use !dumpheap -stat and compare the results using a powershell script?