Home | History | Annotate | Download | only in TrafficMonitor

Lines Matching refs:Threshold

98     /*Create the base threshold timer that will serve all the down thresholds*/
293 this reset element will be with the same threshold but opposite in direction
326 TrafficAlertElement->Threshold = TrafficAlertRegParm->Threshold;
495 have to check the that threshold is bigger or smaller according to the direction
521 3.The threshold is bigger or smaller according to the direction
690 DESCRIPTION: Evaluate if alert element as crossed his threshold
693 If the threshold is passed in the req time interval or less. then
706 RETURN: If threshold crossed TRUE else False
719 if (AlertElement->EventCounter > AlertElement->Threshold)
760 DESCRIPTION: Evaluate if alert element as crossed his threshold
763 threshold is passed (EventCounter < Threshold) in the req time only. then
777 RETURN: If threshold crossed TRUE else False
793 if (AlertElement->EventCounter <= AlertElement->Threshold)
835 if(AlertElement->EventCounter > AlertElement->Threshold)
1281 TrafficAlertRegParm.Threshold = 50;
1291 TrafficAlertRegParm.Threshold = 30;
1302 TrafficAlertRegParm.Threshold = 25;
1312 TrafficAlertRegParm.Threshold = 10;