stat_vers_daily

The stat_vers_daily table contains daily metrics information on iProcess and Object Server version details.

Structure

The stat_vers_daily table has the following structure:

 TABLE stat_vers_daily(  

 

 

seq_id

INTEGER

,

 

 

cap_date

DATETIME

,

 

 

machine_id

INTEGER

,

 

 

machine_name

VARCHAR_TYPE(256)

,

 

 

iPE_ver

VARCHAR_TYPE(32)

,

 

 

SPO_ver

VARCHAR_TYPE(64)

,

 

 

operating_sys_ver

VARCHAR_TYPE(256)

)

Column

Description

seq_id

Generated sequence number

cap_date

Date and time when these details were captured/ recorded.

machine_id

Machine ID

machine_name

Name of the Machine

iPE_ver

iProcess Engine version

SPO_ver

iProcess Objects Server version

operating_sys_ver

OS version details

Primary Key

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

idx_stat_vers_d

cap_date

Table Activity

The stat_vers_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 attribute (value is in days).

METRICS_DATA_DAILY_KEEP