(DI-2208) Collector for qRFC queue details
The technical name of the Collector for qRFC queue statistics is /DVD/MON_CL_COL_QRFC.
This collector collects statistical KPIs and details about qRFC queues. Collector has also qRFC parameters extraction support for SCM Systems. More information can be found in the chapter SCM system qRFC queue details.
In this section:
Default KPIs delivered with this collector
The following default KPIs are delivered with this collector:
KPI name | Description | Unit | Detail table |
---|---|---|---|
QRFC_ERR_IN | Number of erroneous inbound qRFC queues | Count | Yes |
QRFC_ERR_OUT | Number of erroneous outbound qRFC queues | Count | Yes |
QRFC_IN | Number of all entries for inbound qRFC queues | Count | Yes |
QRFC_OUT | Number of all entries for outbound qRFC queues | Count | Yes |
QRFC_QIN_COUNT | Number of Inbound qRFC queues | Count | No |
QRFC_QOUT_COUNT | Number of Outbound qRFC queues | Count | No |
Input Table
Collector uses input table /DVD/MON_QRFC where user can specify what details will be extracted into detail table /DVD/MON_S_QUEUE_DETAIL. All rows in the input table will be also applied for extracting parameters into the detail table /DVD/MON_S_QUEUE_ERROR.
Technical name | Column name | Description |
---|---|---|
QDIR | qRFC Direction | Direction of the queue you wish to monitor. I - Inbound B - Both |
QNAME | Queue Name | Name of RFC queue. |
DEST | Destination | Destination of RFC queue. |
QSTATE | Status | Fill out only if you wish to monitor parameters of the queue function that is in a specific state. If left empty, only SYSFAIL queues will be processed. |
You might also define input values with wildcard '*'. Wildcards are only supported for fields Queue Name and Destination.
If you define a record with wildcard, this record will be only processed into detail table /DVD/MON_S_QUEUE_DETAIL, not into detail table /DVD/MON_S_QUEUE_ERROR. If you wish to successfully extract parameters that will be added to the detail table /DVD/MON_S_QUEUE_ERROR you have to specify the exact queue details.
Detail Tables
The collector provides 2 detail tables that contain useful information about qRFC queues. First is /DVD/MON_S_QUEUE_DETAIL where details are collected based on the input table described above. Its fields are:
Technical name | Description |
---|---|
TIMESTAMP | Timestamp |
SYSID | System ID |
MANDT | Client ID |
QNAME | Queue Name |
DEST | Queue Destination |
QDIR | Queue Direction |
QSTATE | Queue Status |
QRFCUSER | User Name |
QRFCFNAM | Function Module Name |
QRFCDATUM | Queue Date |
QRFCUZEIT | Queue Time |
ORGTID | Original TID |
RETRYNR | Number of Attempts |
ERRMESS | Error Message Text |
QLENGHT | Queue Length |
CUSVAL1-CUSVAL6 | Custom Values |
CUSLVAL1, CUSLVAL2 | Custom Values (Long) |
CUSNUM1, CUSNUM2 | Custom Numbers |
And second detail table /DVD/MON_S_QUEUE_ERROR by default extracts parameters from queues that failed (are in SYSFAIL state). Additionally, it can also extract parameters from queues that are defined in the input table.
Technical name | Description |
---|---|
TIMESTAMP | Timestamp |
SYSID | System ID |
MANDT | Client ID |
QNAME | Queue Name |
DEST | Queue Destination |
QDIR | Queue Direction |
QSTATE | Queue Status |
QRFCUSER | User Name |
QRFCFNAM | Function Module Name |
QRFCDATUM | Queue Date |
QRFCUZEIT | Queue Time |
ORGTID | Original TID |
RETRYNR | Number of Attempts |
ERRMESS | Error Message Text |
QLENGHT | Queue Length |
CUSVAL1-CUSVAL6 | Custom Values |
CUSLVAL1, CUSLVAL2 | Custom Values (Long) |
CUSNUM1, CUSNUM2 | Custom Numbers |