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( | ||||
|
|
| 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 24 hours |
|
|
Maximum memory usage in the last 24 hours |
|
|
Maximum threads count in the last 24 hours |
|
|
Average CPU usage in the last 24 hours |
|
|
Average memory usage in the last 24 hours |
|
|
Average threads count in the last 24 hours |
|
|
Minimum CPU usage in the last 24 hours |
|
|
Minimum memory usage in the last 24 hours |
|
|
Minimum threads count in the last 24 hours |
Primary Key
None
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_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 |