stat_rp_hours
The stat_rp_hours 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 hour resolution level.
Structure
The stat_rp_hours table has the following structure:
| TABLE stat_rp_hours( | ||||
|
|
| INT | , |
|
|
| , | |
|
|
| INT | , |
|
|
| INT | , |
|
|
| VARCHAR | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| INT | ) |
|
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 |
|
|
Maximum CPU usage in the last hour |
|
|
Maximum memory usage in the last hour |
|
|
Maximum threads count in the last hour |
|
|
Average CPU usage in the last hour |
|
|
Average memory usage in the last hour |
|
|
Average threads count in the last hour |
|
|
Minimum CPU usage in the last hour |
|
|
Minimum memory usage in the last hour |
|
|
Minimum threads count in the last hour |
Primary Key
Foreign Keys
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_hours table contains one record for every hour 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 hour, one per each Running Process. |
|
updated |
Never |
|
deleted |
After the configured retention period defined by process attribute (value is in days). METRICS_DATA_HOURS_KEEP |