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( | ||||
|
|
| INT | , |
|
|
| , | |
|
|
| INT | , |
|
|
| INT | , |
|
|
| VARCHAR | , |
|
|
| INT | , |
|
|
| VARCHAR | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| , | |
|
|
| VARCHAR | ) |
|
Column |
Description |
|
|
Generated sequence number |
|
|
Date and time when these details were captured/ recorded |
|
|
Machine ID |
|
|
Instance Number of the Process |
|
|
Name of the Process |
|
|
System generated Process ID |
|
|
Calculated average CPU usage between two (data collection) intervals. |
|
|
CPU Percentage |
|
|
Memory Usage |
|
|
Number of threads |
|
|
Start time of the process |
|
|
Process start command |
Primary Key
None
The following foreign key is defined for this table.
|
Key Name |
Column(s) |
Referenced in Table... |
|
|
|
node_cluster |
Indexes
The following index is defined for this table.
|
Index Name |
Column(s) Indexed |
|
|
|
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 |