csubSessionDeltaPercentFallingThresh
1.3.6.1.4.1.9.9.786.1.2.3.1.3
This threshold, if non-zero, indicates the delta falling
threshold
as a percentage of the value of csubAggStatsUpSessions for the
aggregation point, The delta as a percentage of
csubAggStatsUpSessions (delta_percent) is calculated as
follows:
current value of csubAggStatsUpSessions = value(n)
previous sampled value of csubAggStatsUpSessions =
value(n-1)
delta_percent = ((value(n-1) - value(n)) /
value(n-1)) * 100
If the delta_percent value of the current evaluation
interval is
greater than the value of this threshold, a
csubSessionDeltaPercentLossNotif is triggered.
If the value of this threshold is 0, the threshold is
not evaluated.