stat_gen_mins
The stat_gen_mins table contains general metrics information on work item server, queues, logins and machine at the minute resolution level.
Structure
The stat_gen_mins table has the following structure:
| TABLE stat_gen_mins( | ||||
|
|
| INT | |
|
|
| , | |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| VARCHAR(32) | , |
|
|
| INT | ) |
|
Column |
Description |
|
|
Generated sequence number to maintain uniqueness. This is also the primary key. |
|
|
Date and time when these details were captured/recorded. |
|
|
Number of logins active for that minute. |
|
|
WIS that is processing the most number of Queues. |
|
|
Work Items count on WIS that is processing most number of Queues. |
|
|
Work Items count on WIS that is processing most number of Work Items. |
|
|
WIS that is processing most number of Work Items. |
|
|
Work Items count on WIS that is processing most number of Work Items. |
|
|
WIS that is processing largest Queue |
|
lg_queuename |
Name of largest Queue |
|
|
Size of largest Queue |
Primary Key
The following primary key is defined for this table.
|
Key Name |
Column(s) |
|
|
|
Foreign Keys
Indexes
The following index is defined for this table.
|
Index Name |
Column(s) Indexed |
|
|
|
Table Activity
The stat_gen_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. |
|
updated |
Never |
|
deleted |
After the configured retention period defined by process attribute (value is in days). METRICS_DATA_MINS_KEEP |