OMEGAMON XE for DB2 PE includes two predefined situations associated with the Buffer Pool Management workspace. You can use these situations to begin monitoring almost immediately, or as templates for creating your own situations. All of the predefined situations are disabled when shipped.
The names, descriptions, logic, and threshold values for the situations follow.
KDP_BMTH_Critical monitors a buffer pool nn, detecting a critical condition when a particular buffer pool reaches 90% capacity. The situation's formula is:
KDP_SRM_BPM.Utilization GE 90.0
KDP_BMTH_Warning monitors a buffer pool nn, detecting a warning condition when a particular buffer pool's capacity is in the range of 72% to 90%. The situation's formula is:
KDP_SRM_BPM.Utilization GE 72.0
AND
KDP_SRM_BPM.Utilization LT 90.0