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

Index

Defines the table row index.

entity {global|ip-group|srd}

Defines the entity.

hysteresis

Defines the amount of fluctuation (hysteresis) from the configured threshold in order for the threshold to be considered as crossed.

ip-group-name

Defines the IP Group (string).

major-threshold

Defines the Major threshold.

minimum-samples

Calculates the performance monitoring (only if at least 'minimum samples' is configured in the command 'window-size' (see below).

minor-threshold

Defines the Minor threshold.

pmtype {acd|asr|ner}

Defines the type of performance monitoring.

srd-name

Defines 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