MSC Performance Statistics situations

IMS_MSC_Link_Byte_Rec_Rate_High

Monitors IMS Multiple Systems Coupling performance statistics to determine whether the number of bytes received per second indicates a runaway transaction.

The formula is:
IMS_Local_MSC_Performance_Statistics.RBYTERT GT 131072.0

IMS_MSC_Link_Byte_SendRate_High

Monitors IMS Multiple Systems Coupling performance statistics to determine whether the number of bytes sent per second indicates a runaway transaction.

The formula is:
IMS_Local_MSC_Performance_Statistics.SBYTERT GT 131072.0

IMS_MSC_Link_Rec_IO_Rate_High

Monitors IMS Multiple Systems Coupling performance statistics to determine whether the number of receive I/Os per second indicates a runaway transaction.

The formula is:
IMS_Local_MSC_Performance_Statistics.RIORT GT 131072.0

IMS_MSC_Link_Send_IO_Rate_High

Monitors IMS Multiple Systems Coupling performance statistics to determine whether the number of send I/Os per second indicates a runaway transaction.

The formula is:
IMS_Local_MSC_Performance_Statistics.SIORT GT 131072.0