<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Response time analysis doesn't provide detailed breakdown in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47310#M2200</link>
    <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;I have seen similar behavior.  I believe the ASP.NET time often will show up only under "ExecuteRequestHandler", but that seems to always be the end of the clue trail every time I have had this type of bottleneck.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;dave&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 16:14:21 GMT</pubDate>
    <dc:creator>dave_mauney</dc:creator>
    <dc:date>2017-12-20T16:14:21Z</dc:date>
    <item>
      <title>Response time analysis doesn't provide detailed breakdown</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47309#M2199</link>
      <description>&lt;P&gt;I am setting up Dynatrace for the first time, and as part of it, I am trying to diagnose an issue in our pre-prod environment.  According to the Waterfall Analysis, there is a Document Request that is taking 94 seconds.  When I click on Pure Path for the call, it shows "service execution" with two Top Findings, ASP.Net and IIS Internals (both showing 1.56 min).  If I click on IIS Internals, it shows nothing.  If I click on ASP.Net, it shows that 100% of the time is in ExecuteRequestHandler (screenshot attached).  Is this expected behavior?  Per the documentation, it shows that there should be a detailed breakdown of calls under the ASP.Net Modules, but I am not getting them.  Is that due to a configuration error, or is that a result of the application being monitored?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/15245-responsetimeanalysis.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:43:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47309#M2199</guid>
      <dc:creator>rfeiock</dc:creator>
      <dc:date>2017-12-19T17:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Response time analysis doesn't provide detailed breakdown</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47310#M2200</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;I have seen similar behavior.  I believe the ASP.NET time often will show up only under "ExecuteRequestHandler", but that seems to always be the end of the clue trail every time I have had this type of bottleneck.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;dave&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 16:14:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47310#M2200</guid>
      <dc:creator>dave_mauney</dc:creator>
      <dc:date>2017-12-20T16:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Response time analysis doesn't provide detailed breakdown</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47311#M2201</link>
      <description>&lt;P&gt;I see the same at our side, did you figure something out?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:15:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47311#M2201</guid>
      <dc:creator>niklas_pederse1</dc:creator>
      <dc:date>2018-04-27T14:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Response time analysis doesn't provide detailed breakdown</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47312#M2202</link>
      <description>&lt;P&gt;Yeah, a while back, our application was encountering issues when Dynatrace was running and I was in a long troubleshooting session (multiple months) with Dynatrace support.  Along the way, they flipped a number of switches in an attempt to isolate and troubleshoot the issue.  Along the way, they set this flag for our managed instance on their side:&lt;/P&gt;&lt;P&gt;sampling.dotnet.enabled = false&lt;/P&gt;&lt;P&gt;And it was left that way.  This was restricting a lot of data we should have been receiving from our applications.  &lt;/P&gt;&lt;P&gt;In addition, it sounds like a recent policy change dictates that .Net Framework and .Net Core .dlls will not have the deep monitoring enabled by default, so that needs to be enabled manually.  Once we had them change the above flag and enabled the monitoring on the handful of suspect .dlls, we started getting a lot more information.  &lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:23:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47312#M2202</guid>
      <dc:creator>rfeiock</dc:creator>
      <dc:date>2018-04-27T14:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Response time analysis doesn't provide detailed breakdown</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47313#M2203</link>
      <description>&lt;P&gt;Me too, it SEEMS like 'IIS Internal' not only has no code, but also somehow not being calculated into the response time? I see many such instances in my Managed Environment something like this (where the IIS Internal's time alone is way more than the response time):&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/16684-really-dont-understand.png" /&gt;&lt;/P&gt;&lt;P&gt;Anyone also encountered this?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 12:38:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47313#M2203</guid>
      <dc:creator>waikeat_chan</dc:creator>
      <dc:date>2018-05-02T12:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Response time analysis doesn't provide detailed breakdown</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47314#M2204</link>
      <description>&lt;P&gt;hi there, &lt;/P&gt;&lt;P&gt;we also have this same issues. we also noticed the framework version for .NET is 3.5 can this be an issue of this version? could it be that newer versions of .NET can will show detailed info?&lt;/P&gt;&lt;P&gt;just asking... i cannot find any info about what framework version is supported to give this detailed info about IIS Internals.&lt;/P&gt;&lt;P&gt;RKPO&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2018 20:21:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47314#M2204</guid>
      <dc:creator>rpichardo</dc:creator>
      <dc:date>2018-07-24T20:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Response time analysis doesn't provide detailed breakdown</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47315#M2205</link>
      <description>&lt;P&gt;Saw that too , already asked about it &lt;A href="https://community.dynatrace.com/questions/203318/view.html" target="_blank"&gt;https://community.dynatrace.com/questions/203318/view.html&lt;/A&gt; with no answer till now &lt;SPAN class="lia-unicode-emoji" title=":disappointed_face:"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:59:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47315#M2205</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2023-10-16T14:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Response time analysis doesn't provide detailed breakdown</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47316#M2206</link>
      <description>&lt;P&gt;.NET 3.5 is still supported (you can find it here: &lt;A href="https://www.dynatrace.com/support/help/technology-support" target="_self"&gt;https://www.dynatrace.com/support/help/technology-support&lt;/A&gt;). It also has CPU Sampling technology enabled, so you should see method hotspots for .NET.&lt;/P&gt;
&lt;P&gt;As to the "IIS Internals". This usually is the time a request is processing/waiting in IIS, before it is actually picked up by a CLR thread to be processed. In my experience this time is usually spent if all .NET thread pools threads are busy and IIS needs to wait for them. Of course the reason could as well be another native IIS module consuming time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 13:04:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Response-time-analysis-doesn-t-provide-detailed-breakdown/m-p/47316#M2206</guid>
      <dc:creator>Christoph_Neum</dc:creator>
      <dc:date>2023-03-23T13:04:30Z</dc:date>
    </item>
  </channel>
</rss>

