stat_rp_daily

The stat_rp_daily table contains general metrics information on running processes on min/max and average for CPU and memory usage, total threads and process start command at the daily resolution level.

Structure

The stat_rp_daily table has the following structure:

 TABLE stat_rp_daily(  

 

 

seq_id

INTEGER

,

 

 

cap_date

DATETIME

,

 

 

machine_id

INTEGER

,

 

 

instance_id

INTEGER

,

 

 

process_name

VARCHAR_TYPE(32)

,

 

 

max_cpu

INTEGER

,

 

 

max_mem

INTEGER

,

 

 

max_threads

INTEGER

,

 

 

avg_cpu

INTEGER

,

 

 

avg_mem

INTEGER

,

 

 

avg_threads

INTEGER

,

 

 

min_cpu

INTEGER

,

 

 

min_mem

INTEGER

,

 

 

min_threads

INTEGER

)

Column

Description

seq_id

Generated sequence number

cap_date

Date and time when these details were captured/recorded

machine_id

Machine ID

instance_id

Instance Number of the Process

process_name

Name of the Process

max_cpu

Maximum CPU usage in the last 24 hours

max_mem

Maximum memory usage in the last 24 hours

max_threads

Maximum threads count in the last 24 hours

avg_cpu

Average CPU usage in the last 24 hours

avg_mem

Average memory usage in the last 24 hours

avg_threads

Average threads count in the last 24 hours

min_cpu

Minimum CPU usage in the last 24 hours

min_mem

Minimum memory usage in the last 24 hours

min_threads

Minimum threads count in the last 24 hours

Primary Key

None

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

idx_stat_rp_d

cap_date

Table Activity

The stat_rp_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, one per each Running Process

updated

Never

deleted

After the configured retention period defined by process attribute (value is in days).

METRICS_DATA_DAILY_KEEP