stat_mq_daily
The stat_mq_daily table contains general metrics information on min/max and average messages in each message queue and the number of expired messages at the day resolution level.
Structure
The stat_mq_daily table has the following structure:
| TABLE stat_mq_daily( | ||||
|
|
| INT | |
|
|
| , | |
|
|
| INT | , |
|
|
| VARCHAR(32) | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | ) |
|
Column |
Description |
|
|
Generated sequence number. |
|
|
Date and time when these details were captured or recorded. |
|
|
Id of the Message Queue |
|
|
Name of the Message Queue |
|
|
Maximum of the messages count in 24 hours. |
|
|
Minimum of the messages count in 24 hours. |
|
|
Average of the messages count in 24 hours. |
|
|
Number of Dead messages in this Message Queue. |
Primary Key
None
Foreign Keys
Indexes
The following index is defined for this table.
|
Index Name |
Column(s) Indexed |
|
|
|
Table Activity
The stat_mq_daily table contains one record for every minute the server is running and recording data.
Rows are added, updated and deleted in the following situations.
|
A row is... |
When... |
|
added |
Rows are added every day, one for each Message Queue. |
|
updated |
Never |
|
deleted |
After the configured retention period defined by process attribute (value is in days). METRICS_DATA_DAILY_KEEP |