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(  

 

 

seq_id

INT

,

 

 

cap_date

DATE

,

 

 

max_log_count

INT

,

 

 

avg_log_count

INT

,

 

 

user_count

INT

,

 

 

group_count

INT

,

 

 

queue_count

INT

,

 

 

wis_most_que

INT

,

 

 

wis_most_que_items

INT

,

 

 

most_que_sum

INT

,

 

 

wis_most_item

INT

,

 

 

wis_item_sum

INT

,

 

 

wis_mi_que_sum

INT

,

 

 

wis_lg_queue

INT

,

 

 

lg_queuename

VARCHAR2(32)

,

 

 

lg_queuesize

INT

,

 

 

outstanding_item_count

INT

,

 

 

Dbtiming

INT

,

 

 

event_test

VARCHAR2(128)

)

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.

max_log_count

Maximum active logins for that hour.

avg_log_count

Average number of logins active for that hour.

user_count

Number of users in iProcess.

group_count

Number of groups in iProcess.

queue_count

Number of queues configured in iProcess.

wis_most_que

WIS that is processing most number of Queues.

wis_most_que_items

Work Items count on WIS that is processing most number of Queues.

most_que_sum

Work Items count on WIS that is processing most number of Work Items.

wis_most_item

WIS that is processing most number of Work Items.

wis_item_sum

Work Items count on WIS that is processing most number of Work Items.

wis_mi_que_sum

Queue count on WIS that is processing most number of Work Items.

wis_lg_queue

WIS that is processing the largest Queue

lg_queuename

Name of largest Queue

lg_queuesize

Size of largest Queue

outstanding_item_count

Number of Work Items pending processing.

Dbtiming

Round trip time to reach or connect to a database.

event_test

Status of event loopback test.

Primary Key

The following primary key is defined for this table.

Key Name

Column(s)

pk_stat_hour_seqid

seq_id

Foreign Keys

None

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

idx_stat_gen_h

cap_date

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