<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET Tips: How to use DebugDiag to track down where a performance problem is coming from</title><link>http://blogs.msdn.com/tom/archive/2008/04/25/asp-net-tips-how-to-use-debugdiag-to-track-down-where-a-performance-problem-is-coming-from.aspx</link><description>We recently had a case where the customer was having performance problems. They were seeing requests take a few minutes to return and didn’t know what was happening. So they took some dumps while the problem was happening. So we ran this dump through</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>ASP.NET Tips: How to use DebugDiag to track down where a performance p</title><link>http://blogs.msdn.com/tom/archive/2008/04/25/asp-net-tips-how-to-use-debugdiag-to-track-down-where-a-performance-problem-is-coming-from.aspx#8424667</link><pubDate>Fri, 25 Apr 2008 22:54:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8424667</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
</description></item><item><title>ASP.NET Tips: How to use DebugDiag to track down where a performance problem is coming from</title><link>http://blogs.msdn.com/tom/archive/2008/04/25/asp-net-tips-how-to-use-debugdiag-to-track-down-where-a-performance-problem-is-coming-from.aspx#8424674</link><pubDate>Fri, 25 Apr 2008 23:01:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8424674</guid><dc:creator>Useful IIS/ASP.NET Information provided by Microsoft Support Teams</dc:creator><description>&lt;p&gt;Narrowing down a problem is sometimes the hardest part of troubleshooting.&amp;amp;#160; Learn how DebugDiag&lt;/p&gt;
</description></item><item><title>ANSWER: POP QUIZ: Troubleshoot a Hang</title><link>http://blogs.msdn.com/tom/archive/2008/04/25/asp-net-tips-how-to-use-debugdiag-to-track-down-where-a-performance-problem-is-coming-from.aspx#8473048</link><pubDate>Thu, 08 May 2008 20:26:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8473048</guid><dc:creator>ASP.NET Debugging</dc:creator><description>&lt;p&gt;We got some really good answers to this quiz.&amp;amp;#160; I am going to give my answer but it isn’t the only&lt;/p&gt;
</description></item><item><title>re: ASP.NET Tips: How to use DebugDiag to track down where a performance problem is coming from</title><link>http://blogs.msdn.com/tom/archive/2008/04/25/asp-net-tips-how-to-use-debugdiag-to-track-down-where-a-performance-problem-is-coming-from.aspx#8473707</link><pubDate>Thu, 08 May 2008 22:00:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8473707</guid><dc:creator>Joshi</dc:creator><description>&lt;p&gt;Hey Tom, I wanted to know what is the impact on the server when we capture dumps using Debugdiag, Especially when we enable leak track&lt;/p&gt;</description></item><item><title>re: ASP.NET Tips: How to use DebugDiag to track down where a performance problem is coming from</title><link>http://blogs.msdn.com/tom/archive/2008/04/25/asp-net-tips-how-to-use-debugdiag-to-track-down-where-a-performance-problem-is-coming-from.aspx#8474171</link><pubDate>Thu, 08 May 2008 23:10:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8474171</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;Debugdiag doesn't have much impact other then the CPU and hard drive space needed to create the dump. &amp;nbsp;Enabling Leak Track is a bit more. &amp;nbsp;As it will track any allocations that happen, but it will only be in that process. &amp;nbsp;The impact on the server should be minimal.&lt;/p&gt;
</description></item><item><title>re: ASP.NET Tips: How to use DebugDiag to track down where a performance problem is coming from</title><link>http://blogs.msdn.com/tom/archive/2008/04/25/asp-net-tips-how-to-use-debugdiag-to-track-down-where-a-performance-problem-is-coming-from.aspx#9835302</link><pubDate>Thu, 16 Jul 2009 11:36:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9835302</guid><dc:creator>Roberto Santoro</dc:creator><description>&lt;p&gt;Hey Tom,&lt;/p&gt;
&lt;p&gt;I'm sorry but I don't understand how do you find out which is the thread which is executing the long running request (basically how do you go from step 2 to step 3.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Roberto.&lt;/p&gt;</description></item><item><title>re: ASP.NET Tips: How to use DebugDiag to track down where a performance problem is coming from</title><link>http://blogs.msdn.com/tom/archive/2008/04/25/asp-net-tips-how-to-use-debugdiag-to-track-down-where-a-performance-problem-is-coming-from.aspx#9842713</link><pubDate>Tue, 21 Jul 2009 05:59:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9842713</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;Roberto,&lt;/p&gt;
&lt;p&gt;You get the client connections list in the debug diag report and you just look for one that has been running for a long time. &amp;nbsp;Like that request had been running for 2 minutes and 46 seconds.&lt;/p&gt;
</description></item></channel></rss>