Skip to content

Detected MOBILE Entities Report

Daniel Odievich edited this page Mar 25, 2019 · 9 revisions

Overview

Detected MOBILE Entities report shows information about each and every detected Entity in MOBILE applications (Network Requests, Correlated Business Transactions).

Detected MOBILE Entities report is produced when:

Report File Locations

Detected WEB Entities report has the following file name:

Report\Entities.MOBILE.<Job File Name>.<Start Date and Time>-<End Date and Time>.xlsx

For example:

Entities.MOBILE.demo2Ecommerce.2017091914-2017091916.xlsx

Data File Locations

The data for the report is in the following files:

  • Report\ENT\applications.csv
  • Report\ENT\controllers.csv
  • Report\Report\ENTMOBILE\applications.web.csv
  • Report\Report\ENTMOBILE\networkrequests.bts.csv
  • Report\Report\ENTMOBILE\networkrequests.csv

Report Contents

Data Pivot
1.Parameters
2.Contents
3.Controllers
4.Applications.All
5.Applications.MOBILE
6.Network Requests 6.Network Requests.Type
7.NR BTs 7.NR BTs.Type

1.Parameters

This sheet describes the parameters of the extraction and reporting job that produced this report.

Column Data Type Purpose
Controller URL Controller that was queried
UserName String User that was used to retrieve data from the Controller
Application String Name of Application that was queried
ApplicationID Integer ID of Application in Controller
ApplicationType String Type of the Application

2.Contents

This sheet provides quick access to the contents of this report and provides at-a-glance number of rows in each of the sheet's tables.

Column Data Type Purpose
Sheet Name String Name of the sheet in the report
Num Entities Integer Number of Entities in that sheet
Link Hyperlink Link to the sheet in the report

3.Controllers

This sheet provides information about Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
Version String Version of the Controller
VersionDetail String Full version string of the Controller
NumApps Integer Number of All Applications registered in the Controller
NumAPMApps Integer Number of APM Applications registered in the Controller
NumWEBApps Integer Number of WEB Applications registered in the Controller
NumMOBILEApps Integer Number of MOBILE Applications registered in the Controller
NumIOTApps Integer Number of IoT Applications registered in the Controller
NumSIMApps Integer Number of SIM Applications registered in the Controller
NumBIQApps Integer Number of BIQ Applications registered in the Controller
NumDBApps Integer Number of DB Applications registered in the Controller
ControllerLink URL Link to Controller

4.Applications.All

This sheet lists all Applications of any Type in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
Description String Description of Application, if set
Type String Type of the Application
Types Array Types of Application in this application. Most commonly seen are APM and WEB grouped together
CreatedBy String Who created this Application
CreatedOn Datetime When the Application was created, local time
CreatedOnUtc Datetime When the Application was created, UTC time
UpdatedBy String Who updated this Application last
UpdatedOn Datetime When the Application was updated, local time
UpdatedOnUtc Datetime When the Application was updated, UTC time
ApplicationID Integer ID of Application in Controller
ParentApplicationID Integer ID of Parent Application. Used by MOBILE Applications

5.Applications.MOBILE

This sheet provides information about all MOBILE Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
NumNetworkRequests Integer Number of Network Requests detected
NumActivity Integer Number of entities with activity
NumNoActivity Integer Number of entities with no activity
ApplicationID Integer ID of Application in Controller
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller

6.Network Requests

This sheet provides information about all Web Pages, Virtual Pages, AJAX and IFrame Requests in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
RequestName String Name of Network Request
RequestNameInternal String Name of Network Request (internal)
UserExperience String User Experience level of Network Request
Platform String Type of mobile device platform (Android, iOS)
IsExcluded Boolean Is Network Request excluded
IsCorrelated Boolean Is this Network Request correlated to APM Application Business Transaction
NumBTs Integer Number of Correlated APM Business Transactions
ART Integer Average Response time (ms) for Entity
ARTRange String String representing bucket into which ART fits
TimeTotal Integer Total Response time for Entity
Calls Integer Total Calls for Entity
CPM Integer Calls per Minute for Entity
Server Integer Server time
HttpErrors Integer Number of HTTP Errors
HttpEPM Integer HTTP Errors per Minute
NetworkErrors Integer Number of Network Errors
NetworkEPM Integer Network Errors per Minute
HasActivity Boolean Whether this Entity had any activity
From Datetime Beginning of time range queried, local time
To Datetime End of time range queried, local time
FromUtc Datetime Beginning of time range queried, UTC time
ToUtc Datetime End of time range queried, UTC time
Duration Integer Duration of time range queried, in minutes
ApplicationID Integer ID of Application in Controller
PageID Integer ID of Page in Controller
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller
RequestLink URL Link to Network Request in Controller
MetricLink URL Link to Metric Browser for all Metrics in Page for this time range

6.Network Requests.Type

This sheet uses data in 6.Network Requests sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Network Requests by Type, with performance characteristics.

Columns Rows Values Filters
Controller
ApplicationName
RequestName
RequestNameInternal
RequestID (Count)
ART (Average)
Time (Sum)
Calls (Sum)
CPM (Average)
HasActivity
ARTRange

Example report showing all Network Requests in 2 MOBILE applications:

Full Size

7.NR BTs

This sheet provides information about all resources requested by Web Pages, Virtual Pages, AJAX and IFrame Requests in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
PageType String Type of Page (AJAX_REQUEST, BASE_PAGE, IFRAME, VIRTUAL_PAGE)
PageName String Name of Page
ChildPageType String Type of Child Page (AJAX_REQUEST, BASE_PAGE, IFRAME, VIRTUAL_PAGE)
ChildPageName String Name of Child Page
ART Integer Average Response time (ms) for Resource
ARTRange String String representing bucket into which ART fits
Calls Integer Total Calls for Resource
CPM Integer Calls per Minute for Resource
HasActivity Boolean Whether this Resource had any activity
From Datetime Beginning of time range queried, local time
To Datetime End of time range queried, local time
FromUtc Datetime Beginning of time range queried, UTC time
ToUtc Datetime End of time range queried, UTC time
Duration Integer Duration of time range queried, in minutes
ApplicationID Integer ID of Application in Controller
PageID Integer ID of Page in Controller
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller

7.NR BTs.Type

This sheet uses data in 7.NR BTs sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Web Pages and their dependencies by Type and Child Page Name, with performance characteristics.

Columns Rows Values Filters
Controller
ApplicationName
PageName
ChildPageType
ChildPageName
ChildPageID (Count)
ART (Average)
Calls (Sum)
CPM (Average)
HasActivity
ARTRange

Example report showing EUM Application AJAX Requests to Google services:

Full Size

Clone this wiki locally