SQLMZM - SQL Monitor: Measurements
SQL Monitor: Measurements information is stored in SAP table SQLMZM.
It is part of development package SQLM_CORE in software component BC-DWB-TOO-RTA. This development package consists of objects that can be grouped under "SQL Monitor Core".
It is part of development package SQLM_CORE in software component BC-DWB-TOO-RTA. This development package consists of objects that can be grouped under "SQL Monitor Core".
Fields for table SQLMZM
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| MEASID | Measurement ID | X | INT4 | 4 | ||
| KIND | Type of the measurment | SQLMMEASURMENTKIND | CHAR | 2 | ||
| SYSID | ABAP System Field: Name of SAP System | SYST_SYSID | CHAR | 16 | ||
| CREATEDON | Created on [unix time] | INT4 | 4 | |||
| CREATEDBY | ABAP System Field: Name of Current User | SYST_UNAME | CHAR | 24 | ||
| PERIODSIZE | SQL Monitor: Time Period | SQLMPERIODSIZE | INT4 | 4 | ||
| AGGRMEASID | Measurement ID of Aggregate | INT4 | 4 | |||
| ROOTIDKIND | SQL Monitor Rootid Kind | SQLMROOTIDKIND | CHAR | 2 | ||
| PARAMVALUE | RTM Kernel Test Parameter | SQLMPARAMVALUE | CHAR | 510 | ||
| MISSINGXCNT | SQL Monitor: Missing Number of Executions | SQLMZMISSINGEXECNT | DEC | 16 | ||
| CURRRECCNT | SQL Monitor: Number of Current Records | SQLMZCURRRECCNT | DEC | 16 | ||
| TIMERECCNT | SQL Monitor: Number of Time Series Records | SQLMZTIMERECCNT | DEC | 16 | ||
| AGGRRECCNT | DEC | 16 | ||||
| CURREXECNT | SQL Monitor: Number of Current Executions | SQLMZCURREXECNT | DEC | 16 | ||
| TIMEEXECNT | SQL Monitor: Number of Time Series Executions | SQLMZTIMEEXECNT | DEC | 16 | ||
| AGGREXECNT | DEC | 16 |