Version 7.2 247 Mediant MSBR
Reference Guide 23. performance-profile
23 performance-profile
This command configures the Performance Profile table, which configures thresholds of
performance-monitoring call metrics for Major and Minor severity alarms.
Syntax
(config-system)# performance-profile <Index>
(performance-profile-<Index>)#
Command Description
entity {global|ip-
Configures the entity.
hysteresis
Configures
the amount of fluctuation (hysteresis)
from the configured threshold in order for the
threshold to be considered as crossed.
Configures the IP Group (string).
Configures the Major threshold.
minimum-samples
Calculates the performance monitoring (
least 'minimum samples'
command 'window-size' (see below).
Configures the Minor threshold.
Configures the type of performance monitoring.
Configures the SRD (string).
window-size
Configures how often performance monitoring is
calculated (in minutes).
Command Mode
Privileged User
Example
This example configures a Performance Profile based on the ASR of a call, where the Major
threshold is configured at 70%, the Minor threshold at 90% and the hysteresis for both
thresholds at 2%:
(config-system)# performance-profile 0
(performance-profile-0)# entity ip-group
(performance-profile-0)# ip-group-name ITSP
(performance-profile-0)# pmtype asr
(performance-profile-0)# major-threshold 70
(performance-profile-0)# minor-threshold 90
(performance-profile-0)# hysteresis 2