Response Time Analysis Item Response situations

IMS_RTA_Item_Response_Critical

Monitors the R0 and R1 times for RTA item 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_INT.R0_Time GE 5 OR Local_RTA_INT.R1_Time GE 7

IMS_RTA_Item_Response_Warning

Monitors the R0 and R1 times for RTA item 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_INT.R0_Time GE 3 AND Local_RTA_INT.R0_Time LT 5) OR Local_RTA_INT.R1_Time GE 5 AND Local_RTA_INT.R1_Time LT 7)