Active IQ Unified Manager Discussions

DFM/OnCommand alert question

CCOLEMAN_
2,736 Views

Anyone know what the difference between these are?

perf:system:cpu_busy_60percent:breached

perf:system:cpu_busy_60percent:normal

Is breach just when there is a single counter over 60% where as normal is a longer running average of the counters?

1 ACCEPTED SOLUTION

agireesh
2,736 Views

"perf:system:cpu_busy_60percent:breached" means system cpu is more then 60% during specific time interval.

"perf:system:cpu_busy_60percent:normal" mean system cpu is below than 60% during specific time interval

EXP:

If you set a threshold on particular object with below values

counter: system:cpu_busy

threshold interval: 5 min

threshold value: 60

If object cpu_busy is continuously above than 60% for 5 min that mean threshold is breached and "perf:system:cpu_busy_60percent:breached" error event will be generated.

DFM keep on checking cpu_busy and if cpu_busy is continuously less than 60% for 5min then "perf:system:cpu_busy_60percent:normal" normal event will be generated

Regards,

Gireesh

View solution in original post

2 REPLIES 2

agireesh
2,737 Views

"perf:system:cpu_busy_60percent:breached" means system cpu is more then 60% during specific time interval.

"perf:system:cpu_busy_60percent:normal" mean system cpu is below than 60% during specific time interval

EXP:

If you set a threshold on particular object with below values

counter: system:cpu_busy

threshold interval: 5 min

threshold value: 60

If object cpu_busy is continuously above than 60% for 5 min that mean threshold is breached and "perf:system:cpu_busy_60percent:breached" error event will be generated.

DFM keep on checking cpu_busy and if cpu_busy is continuously less than 60% for 5min then "perf:system:cpu_busy_60percent:normal" normal event will be generated

Regards,

Gireesh

CCOLEMAN_
2,736 Views

thanks

Public