<?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: User Session Query Language for plotting response time in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Session-Query-Language-for-plotting-response-time/m-p/172480#M3130</link>
    <description>&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe Data Explorer will make thing easier for you , you will have data in real time for all actions and not average by 5-min timerange ?&lt;/P&gt;&lt;P&gt;You can graph it easily ,splitted by key user action&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you really want to group data from multiple days on specific timeslot : if yes, your solution seems to be fine by your USQL Request.&lt;BR /&gt;What do you expect more than that's in your graph ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Christophe_N_0-1631882187858.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/2308iD4CDF90A3AC1D454/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Christophe_N_0-1631882187858.png" alt="Christophe_N_0-1631882187858.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 12:39:50 GMT</pubDate>
    <dc:creator>Christophe_N</dc:creator>
    <dc:date>2021-09-17T12:39:50Z</dc:date>
    <item>
      <title>User Session Query Language for plotting response time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Session-Query-Language-for-plotting-response-time/m-p/172260#M3125</link>
      <description>&lt;P&gt;Hi, I am trying to play the response time of various metrics like&amp;nbsp;visuallyCompleteTime,&amp;nbsp;networkTime, serverTime for some of my key user actions. What i want to do is create a chart where the average response time is plotted on Y-axis and time on X-axis so that I can compare how is it looking over the day.&lt;/P&gt;
&lt;P&gt;I have tried one query but it's not giving me the results what i expected. Any advice or help is appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SELECT DATETIME(startTime, "HH:mm", "5m") as Buckets,  AVG(visuallyCompleteTime), MIN(visuallyCompleteTime), MAX(visuallyCompleteTime), AVG(ser) FROM useraction
WHERE name IN ("loading of page /myPage")
GROUP BY Buckets&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This query is giving me below chart but it's not what I want.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shashank_b_agra_0-1631618357147.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/2268iF6C5615473221E62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shashank_b_agra_0-1631618357147.png" alt="shashank_b_agra_0-1631618357147.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 08:36:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Session-Query-Language-for-plotting-response-time/m-p/172260#M3125</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2021-09-20T08:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: User Session Query Language for plotting response time</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Session-Query-Language-for-plotting-response-time/m-p/172480#M3130</link>
      <description>&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe Data Explorer will make thing easier for you , you will have data in real time for all actions and not average by 5-min timerange ?&lt;/P&gt;&lt;P&gt;You can graph it easily ,splitted by key user action&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you really want to group data from multiple days on specific timeslot : if yes, your solution seems to be fine by your USQL Request.&lt;BR /&gt;What do you expect more than that's in your graph ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Christophe_N_0-1631882187858.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/2308iD4CDF90A3AC1D454/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Christophe_N_0-1631882187858.png" alt="Christophe_N_0-1631882187858.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 12:39:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Session-Query-Language-for-plotting-response-time/m-p/172480#M3130</guid>
      <dc:creator>Christophe_N</dc:creator>
      <dc:date>2021-09-17T12:39:50Z</dc:date>
    </item>
  </channel>
</rss>

