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

INTEGER

,

 

 

cap_date

DATETIME

,

 

 

machine_id

INTEGER

,

 

 

instance_id

INTEGER

,

 

 

process_name

VARCHAR_TYPE(32)

,

 

 

pid

INTEGER

,

 

 

cputime

VARCHAR_TYPE(32)

,

 

 

cpu

INTEGER

,

 

 

memory

INTEGER

,

 

 

threads

INTEGER

,

 

 

starttime

DATETIME

,

 

 

command

VARCHAR_TYPE( 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

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