<?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 What are the exact definitions of the Action Duration Contributors? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/What-are-the-exact-definitions-of-the-Action-Duration/m-p/23331#M1</link>
    <description>&lt;P&gt;We are trying to identify a performance issue between various vendors responsible for aspects such as pc's, network, SaaS. We need to define perfectly clearly what the contributors to some of the poor response time spikes are before we start pointing fingers.&lt;/P&gt;
&lt;P&gt;We only have agentless capability, ie. the javascript inserted in the html on the SaaS platform.&lt;/P&gt;
&lt;P&gt;Could someone please express exactly, in technical terms, how Dynatrace defines "Server consumption", "Network consumption", "Document interactive time", "Action duration" including the timing points it is using to provide these.&lt;/P&gt;
&lt;P&gt;I've provided a couple of screenshot examples.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.dynatrace.com/storage/attachments/11915-screen-shot-2016-08-23-at-132041.png" target="_blank"&gt;screen-shot-2016-08-23-at-132041.png&lt;/A&gt;&lt;A href="https://answers.dynatrace.com/storage/attachments/11916-screen-shot-2016-08-24-at-122945.png" target="_blank"&gt;screen-shot-2016-08-24-at-122945.png&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Nov 2021 11:44:07 GMT</pubDate>
    <dc:creator>jeremy_cook</dc:creator>
    <dc:date>2021-11-22T11:44:07Z</dc:date>
    <item>
      <title>What are the exact definitions of the Action Duration Contributors?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/What-are-the-exact-definitions-of-the-Action-Duration/m-p/23331#M1</link>
      <description>&lt;P&gt;We are trying to identify a performance issue between various vendors responsible for aspects such as pc's, network, SaaS. We need to define perfectly clearly what the contributors to some of the poor response time spikes are before we start pointing fingers.&lt;/P&gt;
&lt;P&gt;We only have agentless capability, ie. the javascript inserted in the html on the SaaS platform.&lt;/P&gt;
&lt;P&gt;Could someone please express exactly, in technical terms, how Dynatrace defines "Server consumption", "Network consumption", "Document interactive time", "Action duration" including the timing points it is using to provide these.&lt;/P&gt;
&lt;P&gt;I've provided a couple of screenshot examples.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.dynatrace.com/storage/attachments/11915-screen-shot-2016-08-23-at-132041.png" target="_blank"&gt;screen-shot-2016-08-23-at-132041.png&lt;/A&gt;&lt;A href="https://answers.dynatrace.com/storage/attachments/11916-screen-shot-2016-08-24-at-122945.png" target="_blank"&gt;screen-shot-2016-08-24-at-122945.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 11:44:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/What-are-the-exact-definitions-of-the-Action-Duration/m-p/23331#M1</guid>
      <dc:creator>jeremy_cook</dc:creator>
      <dc:date>2021-11-22T11:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: What are the exact definitions of the Action Duration Contributors?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/What-are-the-exact-definitions-of-the-Action-Duration/m-p/23332#M2</link>
      <description>&lt;P&gt;Sorry for the delay of the reply. Because of vacation time, your question got lost.      We are mainly using the browser navigation timing values to calculate those values. see the processing model chart (&lt;A href="https://www.w3.org/TR/navigation-timing/#processing-model"&gt;https://www.w3.org/TR/navigation-timing/#processing-model&lt;/A&gt;). &lt;/P&gt;   &lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Action duration&lt;/STRONG&gt;: (&lt;EM&gt;loadEventEnd or endTimeOfLastXHR) &lt;/EM&gt;- &lt;EM&gt;actionStart&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;actionStart = navigationStart&lt;/EM&gt; for pages loads or &lt;EM&gt;"click time"&lt;/EM&gt; for XHR actions and user navigations like a button click or click on a link&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;endTimeOfLastXHR = i&lt;/EM&gt;f XHR calls are triggered during the process and are not finished before&lt;EM&gt; loadEventEnd &lt;/EM&gt;then the end time of the last XHR call is used instead of the &lt;EM&gt;loadEventEnd &lt;/EM&gt;time&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Server consumption&lt;/STRONG&gt;: &lt;EM&gt;responseStart &lt;/EM&gt;- &lt;EM&gt;requestStart&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Network consumption&lt;/STRONG&gt;: (&lt;EM&gt;requestStart &lt;/EM&gt;- &lt;EM&gt;actionStart) &lt;/EM&gt;+ (&lt;EM&gt;responseEnd &lt;/EM&gt;- &lt;EM&gt;responseStart)&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Document interactive time&lt;/STRONG&gt;&lt;I&gt;: &lt;/I&gt;direct from the W3C nav timings&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 31 Aug 2016 06:35:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/What-are-the-exact-definitions-of-the-Action-Duration/m-p/23332#M2</guid>
      <dc:creator>AlexanderSommer</dc:creator>
      <dc:date>2016-08-31T06:35:23Z</dc:date>
    </item>
  </channel>
</rss>

