Cisco Cisco Unified Contact Center Enterprise 9.0(2) Technical References

Page of 548
   
2-200
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Logger_Meters Table
Logger_Meters Table
Central database only.
Contains performance information about the ICM Logger process. One copy of the Logger process runs 
on the Central Controller and another runs on each Admin Workstation.
The Logger process on the Admin Workstation creates a new Logger Meters row in the local database 
every five minutes. The Logger process on the Central Controller creates a new Logger Meters row in 
the central database every five minutes.
Table 2-205 Logger_Meters Table Constraints
Constraint
Field Name(s)
PK
DateTime
TimeZone
AK-1
RecoveryKey
Table 2-206 Logger_Meters Table
Field Name
Description
Data Type
Keys and 
Null Option
ConfigMessagesTo5
The number of configuration changes written 
during the five-minute interval.
DBINT
NOT NULL
DataMessagesTo5
Number of data messages received in the 
five-minute interval.
DBINT
NOT NULL
DataPagesAllocated
Number of data pages allocated.
DBFLT8
NOT NULL
DataPagesUsed
Number of data pages used.
DBFLT8
NOT NULL
DateTime
Record timestamp (unique).
DBSMALLDATE
PK
NOT NULL
EMSMessagesTo5
Number of EMS messages received in the 
five-minute interval.
DBINT
NOT NULL
FiveMinuteHistoryTo5
Total number of five-minute records written 
during the five-minute interval.
DBINT
NOT NULL
HalfHourHistoryTo5
Total number of half-hour records written during 
the five-minute interval.
DBINT
NOT NULL
LogPagesAllocated
Number of log pages allocated.
DBFLT8
NOT NULL
LogPagesUsed
Number of log pages used.
DBFLT8
NULL
MDSMessagesTo5
Number of MDS messages received in the 
five-minute interval.
DBINT
NOT NULL
MessageTimeTo5
Time spent processing messages in the 
five-minute interval, in milliseconds.
DBINT
NOT NULL
RecoveryKey
A unique ID assigned to each record and used 
internally by the ICM/IPCC Enterprise software to 
track the record.
DBFLT8
AK-1
NOT NULL