stat_gen_daily
The stat_gen_daily table contains general metrics information on procedures, cases, users, queues and machine at the daily resolution level.
Structure
The stat_gen_daily table has the following structure:
| TABLE stat_gen_daily( | ||||
|
|
| INT | , |
|
|
| , | |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| VARCHAR(32) | , |
|
|
| INT | , |
|
|
| , | |
|
|
| , | |
|
|
| , | |
|
|
| , | |
|
|
| , | |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| , | |
|
|
| , | |
|
|
| ) | |
|
Column |
Description |
|
|
Generated sequence number to maintain uniqueness. This is also the Primary Key. |
|
|
Date and time when these details were captured/recorded. |
|
|
Total number of procedures. |
|
|
Total number of versions of all procedures. |
|
|
Id of the procedure with most versions. |
|
|
Name of the procedure with most versions. |
|
|
Number of versions on that procedure with most versions. |
|
|
Max CASENUM in the system. |
|
|
Maximum REQID in the system. |
|
|
Number of rows in Case Information database table |
|
|
Number of rows in Case Data database table. |
|
|
Number of rows in Audit Trail database table. |
|
|
Number of Users in the system at the start of the day. |
|
|
Number of Groups in the system at the start of the day. |
|
|
Number of Queues in the system at the start of the day. |
|
|
Maximum active logins in the last 24 hours. |
|
|
Average active logins in the last 24 hours. |
|
|
Maximum of Outstanding_Addr count in the last 24 hours. |
|
|
Minimum of Outstanding_Addr count in the last 24 hours. |
|
|
Average of Outstanding_Addr count in the last 24 hours. |
|
|
Maximum database connection time in the last 24 hours. |
|
|
Minimum database connection time in the last 24 hours. |
|
|
Average database connection time in the last 24 hours. |
|
|
Last status update on Case Information table. |
|
|
Last status update on Audit Trail table. |
|
|
Last status update on Case Data table. |
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_daily 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 day. |
|
updated |
Never |
|
deleted |
After the configured retention period defined by process attributes (value is in days). METRICS_DATA_DAILY_KEEP |