stat_gen_hours
The stat_gen_hours table contains general metrics information on work item server, cases, users and database at the hour resolution level.
Structure
The stat_gen_hours table has the following structure:
| TABLE stat_gen_hours( | ||||
|
|
| INT | |
|
|
| , | |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| VARCHAR(32) | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| VARCHAR(128) | ) |
|
Column |
Description |
|
|
Generated sequence number to maintain uniqueness. This is also the Primary Key. |
|
|
Date and time when these details were captured/recorded. |
|
|
Maximum active logins for that hour. |
|
|
Average number of logins active for that hour. |
|
|
Number of users in iProcess. |
|
|
Number of groups in iProcess. |
|
|
Number of queues configured in iProcess. |
|
|
WIS that is processing 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. |
|
|
Queue count on WIS that is processing most number of Work Items. |
|
|
WIS that is processing the largest Queue |
|
|
Name of largest Queue |
|
|
Size of largest Queue |
|
|
Number of Work Items pending processing. |
|
|
Round trip time to reach or connect to a database. |
|
|
Status of event loopback test. |
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_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. |
|
updated |
Never |
|
deleted |
After the configured retention period defined by process attributes (value is in days). METRICS_DATA_HOURS_KEEP |