Redpeaks V6.8
Trouble shooting
Monitors Guide
Trouble shooting
Monitors Guide
Add this page to your book
Remove this page from your book Monitoring these operating system metrics is crucial for understanding the overall health and performance of your Oracle Oracle OS monitor connects directly to the Oracle Database and uses system views to retrieve real-time operating system metrics
Available metrics to monitor:
| Parameter | Description |
|---|---|
| Active | To enable/disable a rule, unchecked rules will not be evaluated |
| OS Feature | Select the OS metric to monitor from the dropdown list |
| Threshold | The threshold value for the metric. If you set a simple number (e.g., “90”), the severity field will be used to define alarm severity. You can also use multi-threshold syntax (e.g., “G2W:80;W2M:95”) for multiple alert levels |
| Severity | If not DISABLED, send an alarm with this severity level when the threshold is exceeded. This field is ignored when using multi-threshold syntax |
| Auto clear | If checked, the alarm will be cleared automatically as soon as the metric value returns below the threshold. Recommended for dynamic metrics like CPU and memory usage |
| Alarm tag | This field allows you to add custom text within the alarm message, the %MSG% variable will contain the actual generated message and can be used such as: “my_prefix %MSG% my_suffix”. By default, the tag will be used as a prefix to the alarm message |
| Alarm | To enable or disable alarm generation. When unchecked, no alarms will be sent even if thresholds are exceeded |
| Metric | To enable or disable metric collection and forwarding to the monitoring platform. Metrics can be used for trending and historical analysis |
| Report | To enable or disable report mode for this rule (for scheduled report generation) |
The following metrics are generated by this monitor and can be forwarded to your monitoring platform:
| metricId | metricUnit | metricTarget | metricDescription |
|---|---|---|---|
| ORACLE_OS_CPU_USAGE_PERCENT | % | OS | CPU usage percentage |
| ORACLE_OS_MEMORY_USAGE_PERCENT | % | OS | Memory usage percentage |
| ORACLE_OS_MEMORY_USAGE_MB | MB | OS | Memory usage in megabytes |
| ORACLE_OS_DISK_USAGE_PERCENT | % | OS | Disk usage percentage |
| ORACLE_OS_DISK_USED_MB | MB | OS | Disk used space in megabytes |
| ORACLE_OS_NETWORK_IN_BYTES_PER_SEC | bytes/sec | OS | Network incoming traffic per second (data received) |
| ORACLE_OS_NETWORK_OUT_BYTES_PER_SEC | bytes/sec | OS | Network outgoing traffic per second (data sent) |
| ORACLE_OS_LOAD_AVERAGE_SESSIONS | count | OS | System load average based on active database sessions |
| ORACLE_OS_PROCESS_COUNT | count | OS | Number of Oracle background and user processes running |
| ORACLE_OS_MEMORY_USAGE_MB | MB | OS | Memory consumed by Oracle processes (SGA, PGA, etc.) in megabytes |
| ORACLE_OS_CONNECTIONS_COUNT | count | OS | Number of active connections |
| ORACLE_OS_SYSTEM_LOAD_SESSIONS | count | OS | System load based on total Oracle session count |