stat_rp_mins

The stat_rp_mins table contains general metrics information on running processes on Process ID, CPU and memory usage, total threads and process start command at the minute resolution level.

Structure

The stat_rp_mins table has the following structure:

 TABLE stat_rp_mins(  

 

 

seq_id

INT

,

 

 

cap_date

DATE

,

 

 

machine_id

INT

,

 

 

instance_id

INT

,

 

 

process_name

VARCHAR2(32)

,

 

 

pid

INT

,

 

 

cputime

VARCHAR2(32)

,

 

 

cpu

INT

,

 

 

memory

INT

,

 

 

threads

INT

,

 

 

starttime

DATE

,

 

 

command

VARCHAR( 512)

)

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

pid

System generated Process ID

cputime

Calculated average CPU usage between two (data collection) intervals.

cpu

CPU Percentage

memory

Memory Usage

threads

Number of threads

starttime

Start time of the process

command

Process start command

Primary Key

None

Foreign Keys

The following foreign key is defined for this table.

Key Name

Column(s)

Referenced in Table...

fk_stat_pmin_mid

machine_id

node_cluster

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

idx_stat_rp_m

cap_date

Table Activity

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

updated

Never

deleted

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

METRICS_DATA_MINUTES_KEEP