stat_mq_mins
The stat_mq_mins table contains general metrics information on total messages in each message queue at the minute resolution level.
Structure
The stat_mq_mins table has the following structure:
| TABLE stat_mq_mins( |
| ||
|
|
| INT | |
|
|
| , | |
|
|
| INT | , |
|
|
| VARCHAR(32) | , |
|
|
| 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. |
|
|
Number of Messages in the 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_mins 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 minute, one for every Message Queue. |
|
updated |
Never |
|
deleted |
After the configured retention period defined by process attribute (value is in days). METRICS_DATA_MINS_KEEP |