Obsolete KPIs for Enqueue Statistics
As of release 25.02, the majority of KPIs for Enqueue Server and Enqueue Server 2 have been overhauled and converted to delta monitoring instead of reporting the total cumulative numbers. Cumulative numbers in enqueue statistics are always increasing and can cause issues related to overflowing numeric values for default KPIs. Also, this provides a better overview of enqueue usage in the monitored time periods, and reported high delta values can indicate a potential issue on the monitored SAP system.
The KPIs that have been overhauled are no longer monitored by default monitoring profiles, but are still available in the customizing if they were previously monitored by any custom-defined monitoring profiles.
Obsolete KPIs for Enqueue Server
These KPIs have been replaced by delta counterparts and are no longer monitored. However, you can still add them to custom profiles.
KPI name | Description | Unit |
---|---|---|
ENQ_REQUEST_CNT | Number of lock requests | Number |
ENQ_REQ_REJ_CNT | Number of rejected lock requests | Number |
ENQ_ERROR_CNT | Number of errors that occurred during lock requests | Number |
DEQ_REQUEST_CNT | Number of release requests (DEQUEUE) | Number |
DEQ_ERROR_CNT | Number of errors that occurred when releasing locks | Number |
DEQ_ALL_REQ_CNT | Number of releases of all locks of an LUW | Number |
ENQ_CLEAN_REQ | Number of releases of all locks since last run | Number |
ENQ_BACKUP_REQ | Number of update calls for which locks were forwarded | Number |
ENQ_REPORT_REQ | Number of operations for reading the lock table | Number |
ENQ_COMPR_REQ | Number of compress operations | Number |
ENQ_VERIFY_REQ | Number of verify operations | Number |
ENQ_TOTAL_TIME | Total time spent in the critical path of the lock table for lock operations | Sec |
ENQ_TOTAL_WAIT | Total wait time of parallel processing before entering the critical path | Sec |
ENQ_TOT_SER_TIME | Total time spent in the enqueue server | Sec |
ENQ_FILE_WRITE | Number of write accesses to file | Number |
ENQ_FILE_WRT_BCK | Number of write accesses to backup file | Number |
Obsolete KPIs for Enqueue Server 2
These KPIs have been replaced by delta counterparts and are no longer monitored. However, you can still add them to custom profiles.
KPI name | Description | Unit |
---|---|---|
ENQ_SER2_LOCKS_TOTAL_CNT | Total number of locks | Number |
ENQ_SER2_OP_TOTAL_CNT | Total number of lock operations | Number |
ENQ_SER2_OP_DEQUEUE | Number of dequeue operations | Number |
ENQ_SER2_OP_ENQUEUE | Number of enqueue operations | Number |
ENQ_SER2_OP_ALL_DEQUEUE | Number of dequeue all operations | Number |
ENQ_SER2_OP_READ | Number of read operations | Number |
ENQ_SER2_OP_REMOVE | Number of remove operations | Number |
ENQ_SER2_OP_BACKUP | Number of backup operations | Number |
ENQ_SER2_OP_REM_ARG_PATT | Number of remove argument pattern operations | Number |
ENQ_SER2_OP_REM_OWN_PATT | Number of remove owner pattern operations | Number |
ENQ_SER2_OP_REPL_CONFIG | Number of configure replica operations | Number |
ENQ_SER2_OP_REPL_TAKEOVER | Number of takeover replica operations | Number |
ENQ_SER2_OP_REPL_UPDATE | Number of update replica operations | Number |
ENQ_SER2_ADMIN_REQUESTS | Number of administration requests | Number |
ENQ_SER2_BACK_REC_WRITTEN | Number of backup records written | Number |
ENQ_SER2_PROCESS_TIME | Processing time for lock operations | Sec |
ENQ_SER2_WAIT_TIME | Waiting time for lock operations | Sec |
ENQ_SER2_OVERFLOWS_LOCK_TAB | Number of lock table overflows | Number |
ENQ_SER2_OVERFLOWS_SESSION | Number of session overflows | Number |
ENQ_SER2_ERRORS_CONN | Number of connection errors | Number |
ENQ_SER2_ERRORS_SERVER | Number of server errors | Number |
ENQ_SER2_TIMEOUTS | Number of timeouts | Number |
ENQ_SER2_NETWORK_REQ | Number of network requests | Number |
ENQ_SER2_ROLL_IN | Number of roll-ins of connection | Number |
ENQ_SER2_ROLL_OUT | Number of roll-outs of connection | Number |
ENQ_SER2_DATA_RECEIVED_DLT | Received data since last run | MB |
ENQ_SER2_DATA_SENT_DLT | Sent data since last run | MB |
ENQ_SER2_CPU_SER_TIME | CPU time of Enqueue Server | Sec |