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(  

 

 

seq_id

INTEGER

,

 

 

cap_date

DATETIME

,

 

 

proc_sum

INTEGER

,

 

 

proc_ver_sum

INTEGER

,

 

 

proc_id

INTEGER

,

 

 

proc_name

VARCHAR_TYPE(32)

,

 

 

proc_most_ver

INTEGER

,

 

 

max_casenum

NUMERIC(20)

,

 

 

max_reqid

bigint

,

 

 

case_information_size

NUMERIC(20)

,

 

 

case_data_size

NUMERIC(20)

,

 

 

audit_trail_size

NUMERIC(20)

,

 

 

user_sum

INTEGER

,

 

 

group_sum

INTEGER

,

 

 

queues_sum

INTEGER

,

 

 

max_log_count

INTEGER

,

 

 

avg_log_count

INTEGER

,

 

 

max_outstanding_count

INTEGER

,

 

 

min_outstanding_count

INTEGER

,

 

 

avg_outstanding_count

INTEGER

,

 

 

max_dbtiming

INTEGER

,

 

 

min_dbtiming

INTEGER

,

 

 

avg_dbtiming

INTEGER

,

 

 

ci_stats_update

DATETIME

,

 

 

at_stats_update

DATETIME

,

 

 

cd_stats_update

DATETIME

)

Column

Description

seq_id

Generated sequence number to maintain uniqueness. This is also the Primary Key.

cap_date

Date and time when these details were captured/recorded.

proc_sum

Total number of procedures.

proc_ver_sum

Total number of versions of all procedures.

proc_id

Id of the procedure with most versions.

proc_name

Name of the procedure with most versions.

proc_most_ver

Number of versions on that procedure with most versions.

max_casenum

Max CASENUM in the system.

max_reqid

Maximum REQID in the system.

case_information_size

Number of rows in Case Information database table

case_data_size

Number of rows in Case Data database table.

audit_trail_size

Number of rows in Audit Trail database table.

user_sum

Number of Users in the system at the start of the day.

group_sum

Number of Groups in the system at the start of the day.

queues_sum

Number of Queues in the system at the start of the day.

max_log_count

Maximum active logins in the last 24 hours.

avg_log_count

Average active logins in the last 24 hours.

max_outstanding_count

Maximum of Outstanding_Addr count in the last 24 hours.

min_outstanding_count

Minimum of Outstanding_Addr count in the last 24 hours.

avg_outstanding_count

Average of Outstanding_Addr count in the last 24 hours.

max_dbtiming

Maximum database connection time in the last 24 hours.

min_dbtiming

Minimum database connection time in the last 24 hours.

avg_dbtiming

Average database connection time in the last 24 hours.

ci_stats_update

Last status update on Case Information table.

at_stats_update

Last status update on Audit Trail table.

cd_stats_update

Last status update on Case Data table.

Primary Key

The following primary key is defined for this table.

Key Name

Column(s)

pk_stat_day_seqid

seq_id

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

idx_stat_gen_d

cap_date

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