Buffer Pool Management Situations

Use the series of predefined situations associated with the Buffer Pool Management workspace to begin monitoring your system immediately or as templates for creating your own situations.

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