Response Time Analysis Group Response situations

IMS_CMD_RTA_Group_Resp_Critical

Monitors the R0 and R1 times for RTA group transactions, detecting a critical condition when R0_Time is greater than or equal to 5 seconds or R1_Time is greater than or equal to 7 seconds.

The formula is:
Local_RTA_GNT.R0_Time GE 5 OR Local_RTA_GNT.R1_Time GE 7

IMS_RTA_Group_Response_Warning

Monitors the R0 and R1 times for RTA group transactions, detecting a warning condition when R0_Time is in the range of 3 to 5 seconds or R1_Time is in the range of 5 to 7 seconds.

The formula is:
(Local_RTA_GNT.R0_Time GE 3 AND Local_RTA_GNT.R0_Time LT 5) OR (Local_RTA_GNT.R1_Time GE 5 AND Local_RTA_GNT.R1_Time LT 7)

IMS_RTA_Threshold_Exceeded

Monitors response time to determine the reason for the bad response time. Potential reasons may include lock conflicts, or problems with input or output queues.

The formula is:
IMS_RTA_Groups_Recent_Mins.EXCEEDED EQ Yes