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(  

 

 

seq_id

INT

,

 

 

cap_date

DATE

,

 

 

active_login_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

)

 

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.

active_login_count

Number of logins active for that minute.

wis_most_que

WIS that is processing the 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_lg_queue

WIS that is processing largest Queue

lg_queuename

Name of largest Queue

lg_queuesize

Size of largest Queue

Primary Key

The following primary key is defined for this table.

Key Name

Column(s)

pk_stat_mins_seqid

seq_id

Foreign Keys

None

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

idx_stat_gen_m

cap_date

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