<?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 Analyzing Performance in Dynatrace in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113385#M636</link>
    <description>&lt;P&gt;We currently have a REST API application that is deployed in an Azure VM via IIS. We used Dynatrace to monitor its performance, however there's a particular request that I'm finding hard to understand. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25258-dynatrace-performance.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Based from the image above the web request took 14.9 seconds, however the request to the REST API only took 1.37 seconds. There was a self time of 13.5 seconds from IIS. What does this mean?&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 05 Jun 2020 16:22:09 GMT</pubDate>
    <dc:creator>josh_monreal</dc:creator>
    <dc:date>2020-06-05T16:22:09Z</dc:date>
    <item>
      <title>Analyzing Performance in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113385#M636</link>
      <description>&lt;P&gt;We currently have a REST API application that is deployed in an Azure VM via IIS. We used Dynatrace to monitor its performance, however there's a particular request that I'm finding hard to understand. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25258-dynatrace-performance.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Based from the image above the web request took 14.9 seconds, however the request to the REST API only took 1.37 seconds. There was a self time of 13.5 seconds from IIS. What does this mean?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Jun 2020 16:22:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113385#M636</guid>
      <dc:creator>josh_monreal</dc:creator>
      <dc:date>2020-06-05T16:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing Performance in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113386#M637</link>
      <description>&lt;P&gt;It can be inside IIS, and for that you should check if "IIS Modules" is activated and verify if some module is consuming a lot. One such case I haven't yet solved is this one:&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://community.dynatrace.com/spaces/482/dynatrace-open-qa/questions/238759/globalasax.html" target="_blank"&gt;https://community.dynatrace.com/spaces/482/dynatrace-open-qa/questions/238759/globalasax.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It can be something like Suspension, and you can check it in .Net metrics tabs of your IIS processes.&lt;/P&gt;&lt;P&gt;It can also be code running, and that you can check through "Method Hotspots" in your invoked services.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:25:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113386#M637</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-10-16T14:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing Performance in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113387#M638</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/40186/view.html" nodeid="40186"&gt;@Josh M.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As &lt;A rel="user" href="https://answers.dynatrace.com/users/9493/view.html" nodeid="9493"&gt;@Antonio S.&lt;/A&gt; explained you need to click on the ... under actions and choose Response time hotspots &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25259-1591430439774.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;More information how to use it can be found in &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/shortlink/service-hotspots" target="_blank"&gt;documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos &lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 08:03:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113387#M638</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-06-06T08:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing Performance in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113388#M639</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://answers.dynatrace.com/users/3891/view.html" nodeid="3891"&gt;@Yos N.&lt;/A&gt; I was able to identify that it was the middleware that was causing the slowness. It seems weird though that it just happens on a random basis.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 11:46:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Analyzing-Performance-in-Dynatrace/m-p/113388#M639</guid>
      <dc:creator>josh_monreal</dc:creator>
      <dc:date>2020-06-08T11:46:55Z</dc:date>
    </item>
  </channel>
</rss>

