-
Notifications
You must be signed in to change notification settings - Fork 2
Entity Flowmaps Report
Entity Flowmaps report shows activity flow for all Applications, Tiers, Nodes, Business Transactions and Backends for APM Applications.
Entity Flowmaps report is produced when:
- Job file included at least one APM application Target.Type=
APM
- Metadata is extracted via Input.DetectedEntities=
true
- Flowmaps are extracted via Input.Flowmaps=
true
- Report is requested via Output.Flowmaps=
true
Entity Flowmaps report has the following file name:
Report\Flowmaps.<Job File Name>.<Start Date and Time in yyyyMMddHHmm>.<Number Of Hours Spanned By Report>.xlsx
For example:
Flowmaps.demo2Ecommerce.2017091914.2.xlsx
The data for the report is in the following files:
- Report\ENT\controllers.csv
- Report\FLOW\BACK.activitygrids.full.csv
- Report\FLOW\BT.activitygrids.full.csv
- Report\FLOW\NODE.activitygrids.full.csv
- Report\FLOW\TIER.activitygrids.full.csv
- Report\FLOW\APP.activitygrids.full.csv
Data | Pivot |
---|---|
1.Parameters | |
2.Contents | |
3.Controllers | |
4.Applications.Activity Flow | |
5.Tiers.Activity Flow | |
6.Nodes.Activity Flow | |
7.Backends.Activity Flow | |
8.BTs.Activity Flow |
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 |
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 |
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 APM 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 |
This sheet represents the Grid View of the Flow Map in the Controller for all APM Applications in all Controllers covered by this report.
Column | Data Type | Purpose |
---|---|---|
Controller | URL | Controller that was queried |
ApplicationName | String | Name of Application |
CallType | String | Type of the call between Entities |
CallDirection | String | Direction of the call. Exit – this row represents calls from one Entity to another, Total – this row represents total calls for Entity |
FromName | String | Name of the Entity making the call |
FromType | String | Type of the Entity making the call |
FromEntityID | Integer | ID of the Entity making the call |
ToName | String | Name of the Entity being called |
ToType | String | Type of the Entity being called |
ToEntityID | Integer | ID of the Entity being called |
IsCrossApplication | Boolean | Is this call reaching to another Application |
ART | Integer | Average Response Time (ms) for this call |
Calls | Integer | Total Calls for this call |
CPM | Integer | Calls per Minute for Entity |
Errors | Integer | Total Errors for Entity |
EPM | Integer | Errors per Minute for Entity |
ErrorsPercentage | Double | Percentage of Error transactions against the total calls |
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 the Application |
ControllerLink | URL | Link to Controller for this time range |
ApplicationLink | URL | Link to Application in Controller for this time range |
FromLink | URL | Link to the Entity making the call for this time range |
ToLink | URL | Link to the Entity being called for this time range |
MetricLink | URL | Link to Metric Browser for all Metrics for this call for this time range |
This sheet represents the Grid View of the Flow Map in the Controller for all Tiers in all APM Applications in all Controllers covered by this report.
Column | Data Type | Purpose |
---|---|---|
Controller | URL | Controller that was queried |
ApplicationName | String | Name of Application |
TierName | String | Name of Tier |
CallType | String | Type of the call between Entities |
CallDirection | String | Direction of the call. Exit – this row represents calls from one Entity to another, Total – this row represents total calls for Entity |
FromName | String | Name of the Entity making the call |
FromType | String | Type of the Entity making the call |
FromEntityID | Integer | ID of the Entity making the call |
ToName | String | Name of the Entity being called |
ToType | String | Type of the Entity being called |
ToEntityID | Integer | ID of the Entity being called |
IsCrossApplication | Boolean | Is this call reaching to another Application |
ART | Integer | Average Response Time (ms) for this call |
Calls | Integer | Total Calls for this call |
CPM | Integer | Calls per Minute for Entity |
Errors | Integer | Total Errors for Entity |
EPM | Integer | Errors per Minute for Entity |
ErrorsPercentage | Double | Percentage of Error transactions against the total calls |
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 the Application |
TierID | Integer | ID of the Tier |
ControllerLink | URL | Link to Controller for this time range |
ApplicationLink | URL | Link to Application in Controller for this time range |
FromLink | URL | Link to the Entity making the call for this time range |
ToLink | URL | Link to the Entity being called for this time range |
MetricLink | URL | Link to Metric Browser for all Metrics for this call for this time range |
This sheet represents the Grid View of the Flow Map in the Controller for all Nodes in all Tiers in all APM Applications in all Controllers covered by this report.
Column | Data Type | Purpose |
---|---|---|
Controller | URL | Controller that was queried |
ApplicationName | String | Name of Application |
TierName | String | Name of Tier |
NodeName | String | Name of Node |
CallType | String | Type of the call between Entities |
CallDirection | String | Direction of the call. Exit – this row represents calls from one Entity to another, Total – this row represents total calls for Entity |
FromName | String | Name of the Entity making the call |
FromType | String | Type of the Entity making the call |
FromEntityID | Integer | ID of the Entity making the call |
ToName | String | Name of the Entity being called |
ToType | String | Type of the Entity being called |
ToEntityID | Integer | ID of the Entity being called |
IsCrossApplication | Boolean | Is this call reaching to another Application |
ART | Integer | Average Response Time (ms) for this call |
Calls | Integer | Total Calls for this call |
CPM | Integer | Calls per Minute for Entity |
Errors | Integer | Total Errors for Entity |
EPM | Integer | Errors per Minute for Entity |
ErrorsPercentage | Double | Percentage of Error transactions against the total calls |
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 the Application |
TierID | Integer | ID of the Tier |
NodeID | Integer | ID of the Node |
ControllerLink | URL | Link to Controller for this time range |
ApplicationLink | URL | Link to Application in Controller for this time range |
FromLink | URL | Link to the Entity making the call for this time range |
ToLink | URL | Link to the Entity being called for this time range |
MetricLink | URL | Link to Metric Browser for all Metrics for this call for this time range |
This sheet represents the Grid View of the Flow Map in the Controller for all Backends in all APM Applications in all Controllers covered by this report.
Column | Data Type | Purpose |
---|---|---|
Controller | URL | Controller that was queried |
ApplicationName | String | Name of Application |
BackendName | String | Name of Backend |
CallType | String | Type of the call between Entities |
CallDirection | String | Direction of the call. Exit – this row represents calls from one Entity to another, Total – this row represents total calls for Entity |
FromName | String | Name of the Entity making the call |
FromType | String | Type of the Entity making the call |
FromEntityID | Integer | ID of the Entity making the call |
ToName | String | Name of the Entity being called |
ToType | String | Type of the Entity being called |
ToEntityID | Integer | ID of the Entity being called |
IsCrossApplication | Boolean | Is this call reaching to another Application |
ART | Integer | Average Response Time (ms) for this call |
Calls | Integer | Total Calls for this call |
CPM | Integer | Calls per Minute for Entity |
Errors | Integer | Total Errors for Entity |
EPM | Integer | Errors per Minute for Entity |
ErrorsPercentage | Double | Percentage of Error transactions against the total calls |
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 the Application |
BackendID | Integer | ID of the Backend |
ControllerLink | URL | Link to Controller for this time range |
ApplicationLink | URL | Link to Application in Controller for this time range |
FromLink | URL | Link to the Entity making the call for this time range |
ToLink | URL | Link to the Entity being called for this time range |
MetricLink | URL | Link to Metric Browser for all Metrics for this call for this time range |
This sheet represents the Grid View of the Flow Map in the Controller for all Business Transactions in all Tiers in all APM Applications in all Controllers covered by this report.
Column | Data Type | Purpose |
---|---|---|
Controller | URL | Controller that was queried |
ApplicationName | String | Name of Application |
TierName | String | Name of Tier |
BTName | String | Name of Business Transaction |
CallType | String | Type of the call between Entities |
CallDirection | String | Direction of the call. Exit – this row represents calls from one Entity to another, Total – this row represents total calls for Entity |
FromName | String | Name of the Entity making the call |
FromType | String | Type of the Entity making the call |
FromEntityID | Integer | ID of the Entity making the call |
ToName | String | Name of the Entity being called |
ToType | String | Type of the Entity being called |
ToEntityID | Integer | ID of the Entity being called |
IsCrossApplication | Boolean | Is this call reaching to another Application |
ART | Integer | Average Response Time (ms) for this call |
Calls | Integer | Total Calls for this call |
CPM | Integer | Calls per Minute for Entity |
Errors | Integer | Total Errors for Entity |
EPM | Integer | Errors per Minute for Entity |
ErrorsPercentage | Double | Percentage of Error transactions against the total calls |
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 the Application |
TierID | Integer | ID of the Tier |
BTID | Integer | ID of the Business Transaction |
ControllerLink | URL | Link to Controller for this time range |
ApplicationLink | URL | Link to Application in Controller for this time range |
FromLink | URL | Link to the Entity making the call for this time range |
ToLink | URL | Link to the Entity being called for this time range |
MetricLink | URL | Link to Metric Browser for all Metrics for this call for this time range |
- Home
- Getting Started Walkthrough
- Run
-
Excel Reports
- Detected APM Entities
- Detected SIM Entities
- Detected DB Entities
- Detected WEB Entities
- Detected MOBILE Entities
- Detected BIQ Entities
- Entity Metrics
- Entity Metric Graphs
- Registered APM Metrics
- Entity Flowmaps
- Configuration
- Events and Health Rule Violations
- Entity Details
- Snapshots
- Snapshot Method Calls
- Individual Snapshot
- Users and Permissions
- Dashboards
- Health Check
- PowerBI Reports
- Tableau Reports
- Browser Reports