Collector for ABAP Daemon Monitoring

The technical name of the Collector for ABAP Daemon Monitoring is /DVD/MON_CL_COL_DAEMON.

This collector is used to monitor the changes and health of the running ABAP daemons available in transaction SMDAEMON. It collects the KPIs and detail table that mainly reflect the changes in the running ABAP daemons since the last run of this collector execution on the specific application server:

  • New error(s) identified in the configured ABAP daemons.

  • New event(s) identified in the configured ABAP daemons.

  • The status of the ABAP daemon has been changed.

Compatibility

The ABAP Daemon functionality is available as of SAP release 7.52 and higher. If the monitored SAP system does not meet this requirement, it is not possible to monitor the below-mentioned KPIs.

Default KPIs Delivered with This Collector

The following default KPIs are delivered with this collector:

KPI name Description Unit Detail table
DAEMON_SER_CONF_CNT ABAP daemon: Number of configured daemons (server) Count Yes
DAEMON_SER_ERROR_DELTA_CNT ABAP daemon: Number of new errors in daemons (server) Count Yes
DAEMON_SER_EVENT_DELTA_CNT ABAP daemon: Delta of new events since last run (server) Count Yes
DAEMON_SER_STATE_DELTA_CNT ABAP daemon: Number of state changes in daemons (server) Count Yes
DAEMON_SER_STATE_DIED_CNT ABAP daemon: Number of daemons in died state (server) Count Yes
DAEMON_SER_STATE_WAIT_CNT ABAP daemon: Number of daemons in waiting state (server) Count Yes

Detail Table

The collector provides the detail table ABAP daemon details. The technical name of the detail table is /DVD/MON_S_DAEMON_DETAILS.

The detail table ABAP daemon details provides detailed output only for the identified changes in the configured ABAP daemons. For example, if the state was changed or any new error/event was identified. As a result, this table is only populated if a change is identified, so not in every run of this collector.

Technical name Description
TIMESTAMP Time when the records are saved to the detail table
DAEMON_ID ABAP daemon ID
SESSION_ID ABAP daemon session ID
CLIENT Client
DAEMON_TYPE ABAP daemon type
PREV_STATE ABAP daemon previous state
CURR_STATE ABAP daemon current state
EVENT_CNT ABAP daemon event counter
ERROR_CNT ABAP daemon error counter
ERROR_CODE ABAP daemon last error code
ERROR_REASON ABAP daemon last error reason
ERROR_TIME ABAP daemon last error time