Tool for analyzing .Net app memory dumps - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T13:36:08Zhttp://stackoverflow.com/feeds/question/48148http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps11Tool for analyzing .Net app memory dumpsGulzar2008-09-07T04:39:17Z2009-01-31T21:11:00Z
<p>Can somebody suggest a good <strong>free</strong> tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?</p>
http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/48150#481500Answer by Nick Stinemates for Tool for analyzing .Net app memory dumpsNick Stinemates2008-09-07T04:42:46Z2008-09-07T04:42:46Z<p>What is wrong with windbg?</p>
<p>What are the apps you mentioned missing that you looking for?</p>
http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/48165#481654Answer by Gulzar for Tool for analyzing .Net app memory dumpsGulzar2008-09-07T05:00:37Z2008-09-07T05:00:37Z<p>@<a href="#48150" rel="nofollow">keeb </a>- Nothing is wrong with windbg. It gives me all the stuff I need. </p>
<p>I was looking for a more user friendly tool to train some new joinees.</p>
http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/48171#481712Answer by Rob Walker for Tool for analyzing .Net app memory dumpsRob Walker2008-09-07T05:16:58Z2008-09-07T05:16:58Z<p>You can <a href="http://blogs.msdn.com/vijaysk/archive/2007/11/15/sos-your-visual-studio.aspx" rel="nofollow">load sos</a> and your memory dump into Visual Studio to at least insulate you from the 'interesting' ui that WinDbg presents. </p>
http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/48291#482913Answer by Johannes Passing for Tool for analyzing .Net app memory dumpsJohannes Passing2008-09-07T10:21:52Z2008-09-07T10:21:52Z<p>Hava a look at SOS Assist (<a href="http://old.thinktecture.com/SOSAssist/default.html" rel="nofollow">http://old.thinktecture.com/SOSAssist/default.html</a>), it provides a GUI around SOS.</p>
http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/70154#701540Answer by Tal for Tool for analyzing .Net app memory dumpsTal2008-09-16T07:45:25Z2008-09-16T07:45:25Z<p>You can try out <a href="http://blogs.msdn.com/tess/archive/2008/05/21/debugdiag-1-1-or-windbg-which-one-should-i-use-and-how-do-i-gather-memory-dumps.aspx" rel="nofollow">DebugDiag 1.1</a></p>
http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/499583#4995830Answer by Omer Mor for Tool for analyzing .Net app memory dumpsOmer Mor2009-01-31T21:11:00Z2009-01-31T21:11:00Z<p>I fully recommend .Net Memory Profiler.
Beside being a great live memory profiler for .Net applications, it can also load memory dumps, and let you traverse the objects in the dump in a very intuitive an easy way.</p>
<p>Opening big dump (> 1 GB) can take a few hours though, but for us it's worth the wait.
I don't know if they have trial version, but if they do you should definitely give them a shot.</p>