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(

 

 

 

seq_id

INTEGER

,

 

 

cap_date

DATETIME

,

 

 

queue_id

INTEGER

,

 

 

queue_name

VARCHAR_TYPE(32)

,

 

 

msg_count

INTEGER

)

Column

Description

seq_id

Generated sequence number.

cap_date

Date and time when these details were captured/ recorded.

queue_id

Id of the Message Queue.

queue_name

Name of the Message Queue.

msg_count

Number of Messages in the Queue.

Primary Key

None

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

idx_stat_mq_m

cap_date

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