stat_mq_hours
The stat_mq_hours table contains general metrics information on minimum/maximum and average messages in each message queue along with the number of expired messages at the hour resolution level.
Structure
The stat_mq_hours table has the following structure:
| TABLE stat_mq_hours( | ||||
|
|
| INT | , |
|
|
| , | |
|
|
| INT | , |
|
|
| VARCHAR | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | ) |
|
Column |
Description |
|
|
Generated sequence number. |
|
|
Date and time when these details were captured/ recorded. |
|
|
ID of the Message Queue. |
|
|
Name of the Message Queue. |
|
|
Maximum of the messages count in last hour. |
|
|
Minimum of the messages count in last hour. |
|
|
Average of the messages count in last hour. |
|
|
Number of Dead messages in this Message Queue. |
Primary Key
None
Indexes
The following index is defined for this table.
|
Index Name |
Column(s) Indexed |
|
|
|
Table Activity
The stat_mq_hours table contains one record for every hour 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 hour, one per each Message Queue. |
|
updated |
Never |
|
deleted |
After the configured retention period defined by process attribute (value is in hours). METRICS_DATA_HOURS_KEEP |