Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
06-25-2019 05:49 AM
We have a shop flow consiting of a number of pages, and I need to track the sum of avg. response time for all pages in flow. E.g. the flow consists of:
Page 1: avg. end use response time of 3 sec.
Page 2: 4 sec.
Page 3: 2 sec.
So total time for flow is 9 sec. I need to make a times series graphs which shows how this total develops over time.
I can get average for all pages in scope with this query, but can find out how to get the sum of all pages:
SELECT pagename, avg(metrics.`End User Response Time (ms)`) FROM browser_records WHERE pagename IN ("www.telenor.dk/shop/mobil","www.telenor.dk/shop/mobiler","www.telenor.dk/shop/kurv")
Any help would be highly appreciated, thanks :)
10-15-2019 10:06 AM
Did you experiment with the ADQL series function?
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form