(DI-1802) Collector for dumps
The collector for dumps is named: /DVD/MON_CL_COL_GET_DUMP
It collects KPIs about dumps on system. The KPIs are defined via KPI definition and input table /DVD/MON_DUMP_I1, which sets extended KPI definition with following fields:
KPI name | Same technical name like in KPI definition |
Rule number | KPI Rule Number |
User name | User name |
Termination ID | Termination ID of an ABAP Short Dump |
ABAP Program | ABAP Program: Current Main Program |
Exclude | Excluding KPI rule |
Distinct dump | Count only distinct DUMP findings |
Active | Is KPI rule active? |
Add to detail | Add relevant records to details |
Description | Description |
Change by user | Last change by user [automatically filled] |
Change date | Last change date [automatically filled] |
Created by | Created by user [automatically filled] |
Created at | Created at [automatically filled] |
The collector provides also detailed output in detail table for relevant KPIs. The detail table is called ABAP Runtime Errors - /DVD/MON_S_DUMP_DETAILS with following fields:
Name of runtime error |
ABAP Program Name |
Include name |
Short text of short dump |
User Name |
Some KPIs are provided in standard delivery with collector as examples:
KPI name | Description | Unit |
DUMP_AUTH_ERR | Number of dumps on authorization failure | count |
DUMP_DBIF | Number of dumps on SQL operations | count |
DUMP_NBR | Number of dumps on a server | count |
DUMP_NBR_SUM | Number of dumps (all servers) | count |
DUMP_SYNTAX_ERR | Number of dumps with syntax error | count |
NOTE: All standard dump KPIs have prefix DUMP_*