Dear All,
We want to monitor Disk I/O busy utilization and generate an Alarm if Disk I/O Busy utilization goes above 50 percent for sustained FOUR hours. We have polling interval of 5 Minutes.
As per CA Spectrum watch user guide Release 9.3 (page 54) , following is the procedure for sustained monitoring of CPU Utilization. cpqHoCpuUtilMin mib name marked in red is for CPU.
Could you please help us to find out the MIB name required for DISK I/O Busy Utilization.
https://support.ca.com/cadocs/0/CA%20Spectrum%209%203%200-ENU/Bookshelf_Files/PDF/Spectrum_Watches_User_ENU.pdf
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
The example watches that are described here are used for usability and testing.
The first watch monitors the CPU for a sustained referenced usage value (80% in this example).
The second watch triggers an alarm if the CPU usage remains at a certain level (80%) for a sustained period of time. This watch calculates this time period using the threshold value (3), multiplied by the polling interval (5 minutes). Therefore, this watch violates the threshold and triggers an alarm if the CPU usage exceeds 80% for 15 minutes. You can adjust these values to suit your requirements.
Examples: Usability and Testing Watches
The first watch consists of the following parameters:
■ Name: CPU_Duration_Over_80
■ Data Type: Integer
■ Expression
– Expression: MAX(0, MIN(1, INTEGER((INTEGER(cpqHoCpuUtilMin.#) >= 80))))
– Instance: All
■ Properties
– Default Activation: Active
– Evaluate: On Demand
– Inheritable: False
■ Threshold: None
The second watch consists of the following parameters:
■ Name: CPU_Time_Duration
■ Data Type: Integer
■ Expression
– Expression: ((CPU_Time_Duration.# + 1) * CPU_Duration_Over_80.#)
– Instance: All
■ Properties
– Default Activation: Active
– Evaluate: By Polling
– Poll Interval: 0 + 00:05:00
– Inheritable:False
■ Threshold
– Threshold violated if value >= 3
– Threshold reset if value < 3
■ Alarm
– Alarm Severity: Minor
– Alarm Description: ErrorTholdAlarm
– Alarm is user clearable
– Watch is not reset upon user clearing of alarm.
– Script: None
"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Thanks and Regards,
Swapnil