The technical name of the collector is /DVD/MON_CL_COL_GET_DUMP.
It collects KPIs about dumps on a system. The KPIs are defined through a KPI definition and the Input table /DVD/MON_DUMP_I1, which sets extended KPI definition with the following fields:
Default KPIs
This collector includes by default these predefined KPIs:
KPI name | Description | Unit | Detail Table |
---|---|---|---|
DUMP_AUTH_ERR | Number of dumps on authorization failure | Count | Yes |
DUMP_DBIF | Number of dumps on SQL operations | Count | Yes |
DUMP_NBR | Number of dumps on a server | Count | Yes |
DUMP_NBR_SUM | Number of dumps (all servers) | Count | Yes |
DUMP_SYNTAX_ERR | Number of dumps with the syntax error | Count | Yes |
All standard dump KPIs have the prefix DUMP_*
Input table
You can specify which dumps are collected and under which KPI in the input table /DVD/MON_DUMP_I1. The input table contains the following fields:
Technical name | Column name | Description |
---|---|---|
KPI Name | KPI | Same technical name as in KPI definition |
Rule number | RULE_ID | KPI Rule Number |
User name | UNAME | User name |
Termination ID | ERRID | Termination ID of an ABAP Short Dump |
ABAP Program | REPID | ABAP Program: Current Main Program of an expected dump |
Exclude | EXCLUDE | Excluding KPI rule |
Distinct dump | DISTINCT_CNT | Count only distinct DUMP findings |
Active | ACTIVE | Is the KPI rule active? |
Add to detail | ADD_TO_DETAIL | Add relevant records to the detail table |
Description | DESCRIPTION | Description |
Change by user | CHANGED_BY | Last change by user [automatically filled] |
Change date | CHANGED_AT | Last change date [automatically filled] |
Created by | CREATED_BY | Created by user [automatically filled] |
Created at | CREATED_AT | Created at [automatically filled] |
By default, CrystalBridge Monitoring transport has predefined standard inputs.
Detail table
The collector provides also a detailed output for the occurred ABAP runtime errors into detail table ABAP runtime errors. The technical name of this detail table is /DVD/MON_S_DUMP_DETAILS and it contains the following fields:
Technical name | Description |
---|---|
SERVER | Application server name |
CLIENT_CODE | Client |
DUMPID | Name of the runtime error |
EVENT_TIMESTAMP | Occurred at |
DEVCLASS | Package name of program where dump occurred |
PROGRAM_NAME | ABAP program name |
INCLUDE_NAME | Include name |
SHORT_TEXT | Dump short text |
USER_NAME | User name |
KPI | KPI name (tied to input table) |