Common Output Fields


These fields are common to many of the activity requests and are grouped here for reference. See the individual requests to find which output fields are present.

Parameters

Parameter Description
users The number of unique users or visitors.
hits The number of hits or requests.
avg_unloadeventstart The average time to the unload event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-unloadeventstart for more information.
avg_unloadeventend The average time to the unload event end. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-unloadeventend for more information.
avg_redirectstart The average time to the redirect start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-redirectstart for more information.
avg_redirectend The average time to the redirect end. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-redirectend for more information.
avg_fetchstart The average time to the fetch start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-fetchstart for more information.
avg_domainlookupstart The average time to the domain lookup start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-domainlookupstart for more information.
avg_domainlookupend The average time to the domain lookup end. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-domainlookupend for more information.
avg_connectstart The average time to the connection start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-connectstart for more information.
avg_connectend The average time to the connection end. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-connectend for more information.
avg_secureconnectionstart The average time to the secure connection start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-secureconnectstart for more information.
avg_requeststart The average time to the request start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-requeststart for more information.
avg_responsestart For a page this is the average time from navigation start to response start (first byte), measured in milliseconds. For an AJAX call this is the same as avg_responsetime. For an event this time is always zero.
avg_responseend The average time to the response end. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-responseend for more information
avg_domloading The average time to DOM loading. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-domloading for more information.
avg_dominteractive The average time to DOM interaction. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-dominteractive for more information.
avg_domcontentloadedeventstart The average time to DOM content load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-domcontenteventstart for more information.
avg_domcontentloadedeventend The average time to Dom content load event end. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-domcontenteventend for more information.
avg_domcomplete The average time to DOM complete. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-domcomplete for more information.
sum_loadeventstart The sum of all the load event starts. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadstart for more information
avg_loadeventstart The average time to the load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadstart for more information.
min_loadeventstart The minimum time to the load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadstart for more information.
max_loadeventstart The maximum time to the load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadstart for more information.
stddev_loadeventstart The standard deviation of the load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadstart for more information.
sum_loadeventend The sum of all the load event starts. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadend for more information
avg_loadeventend The average time to the load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadend for more information.
min_loadeventend The minimum time to the load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadend for more information.
max_loadeventend The maximum time to the load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadend for more information.
stddev_loadeventend The standard deviation of the load event start. See http://www.w3.org/TR/navigation-timing/#dom-performancetiming-loadend for more information.
sum_responsetime This is the average response time multiplied by the number of hits, measured in milliseconds. It is a measure of the overall performance load.
avg_responsetime Average response time, in milliseconds. For a page this is the average page load time i.e. the time from navigation start to load-event start. For an AJAX call this is the average time for the call to return. For an event this time is always zero.
min_responsetime Minimum response time, in milliseconds.
max_responsetime Maximum response time, in milliseconds
stddev_responsetime Standard deviation for the response times, in milliseconds.
avg_elements Average number of elements found on a page. For an AJAX call or an event this is always zero.
min elements Minimum number of elements found on a page.
max elements Maximum number of elements found on a page.
avg_pagesize Size of page, in bytes.
apdex Apdex score. See http://apdex.org.
avg_transfersize Average size of fetched resources. The size includes the response header fields plus the response payload body (as defined by RFC7230). See https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/transferSize
avg_encodedbodysize Average transfer size of the fetched resources. The size includes the response header fields plus the response payload body (as defined by RFC7230). See https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/encodedBodySize
avg_decodedbodysize Average size of received resource from the fetch (HTTP or cache) of the message body, after removing any applied content-codings. See https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/decodedBodySize.
avg_redirectcount The average number of redirects
errors The number of client-side errors such as JavaScript errors on the page. Does not include server-side errors such as HTTP 4xx-5xx
med_loadeventend Median of the loadeventend time.
med_responsetime Median of the response time.