Use Predefined Events
PacketWise includes a set of predefined events to facilitate event configuration.
If a predefined event already exists, you can skip the definition process
and go directly to registering the event.
PacketWise Predefined Event List
The table below lists each predefined event name, the default frequency,
and the event expression. The event expression includes the name of the
measurement variable (such as network-delay-avg), the object type (class,
partition, or link), and the relational operator (> or <). The $1
represents the threshold variable (when you register the event, the $1
will be replaced with the threshold value you specify).
Note: If you have a PacketShaper ISP model, see PacketShaper ISP
Predefined Event List.
| Predefined Event Name |
Frequency
(Default) |
Event Expression |
|
AppDelayNetworkInduced
|
1 min
|
network-delay-avg.class>$1
|
|
AppDelayServerInduced
|
1 min
|
server-delay-avg.class>$1
|
|
AppDelayTotal
|
1 min
|
network-delay-avg.class>$1
|
|
ClassAverageBitRateHigh
|
1 min
|
avg-bps.class>$1
|
|
ClassAveTransSize
|
1 min
|
trans-bytes-avg.class>$1
|
|
ClassConnAbortsHigh
|
1 min
|
tcp-conn-aborts%.class>$1
|
|
ClassPeakRateHigh
|
1 hr
|
peak-bps.class>$1
|
|
ClassStarvation
|
1 min
|
guar-rate-fails.class>$1
|
|
LicenseOverflows
|
1 min
|
license-overflows.class>$1
|
|
LinkAverageBitRateHigh
|
1 min
|
avg-bps.link>$1
|
|
LinkConnAbortsHigh
|
1 min
|
tcp-conn-aborts%.link>$1
|
|
LinkPeakRateHigh
|
1 hr
|
peak-bps.link>$1
|
|
NetworkPathInefficiency
|
1 min
|
tcp-efficiency%.link<$1
|
|
NormalizedNetworkDelay
|
1 min
|
normalized-network-delay-
avg.class>$1
|
|
PartitionAverageBitRateHigh
|
1 min
|
avg-bps.partition>$1
|
|
PartitionConnAbortsHigh
|
1 min
|
tcp-conn-aborts%.partition>$1
|
|
PartitionOverLimit
|
1 min
|
partition-over-limit-time%>$1
|
|
PartitionPeakRateHigh
|
1 hr
|
peak-bps.partition>$1
|
|
PartitionStarvation
|
1 min
|
lowest-fully-satisfied-
priority.partition>$1
|
|
ServiceLevelError
|
1 min
|
service-level-errors.class>$1
|
|
SlowTransactions
|
1 min
|
service-level%.class>$1
|
|
UnsolicitedICMP
|
1 min
|
unsolicited-icmp.link>$1
|
|