Command Line (CLI) Reference > CLI Commands > APS

CLI: APS

You can use the aps command to create and manage Application Performance Score (APS) objects. You can baseline the application traffic is automatically set the metric thresholds. You can also create an alert to notify you when an APS score drops below a configurable threshold. To learn more about application performance scores, see Monitor application performance on the network.

Configuring Application Performance Score Objects

aps <name> {application|network-object|non-trans-protocol}

To create a new aps object for a specified application:

aps <name> application <application>

To delete an aps object:

no aps <name>

To filter the traffic that will be included in the aps calculation to a specific subnet or application server:

aps <name> network-object {internal|external} <network-object-name>

To specify whether application is a transactional or non-transactional protocol:

[no] aps <name> non-trans-protocol

E X A M P L E

Protocols that send information between the client and server at arbitrary times (non-transactional), such as Citrix XenApp servers and Microsoft Remote Desktop

To set the APS thresholds

There are several metrics that can be used in the application performance score calculation. Thresholds for at least one of these metrics must be set, as the score is calculated by comparing the observed traffic to the set threshold. You can either have the system calculate thresholds based on observed traffic, or you can manually set your desired thresholds.

aps <name> {baseline|metric}

To specify the length of time for used for the baseline:

aps <name> baseline period <seconds>

To start or stop the baselining operation for an aps:

[no] aps <name> baseline enable

To set the aps metric threshold values:

aps <name> metric {network-delay|network-jitter|network-loss|norm-network-delay|norm-server-delay|round-trip-time|server-delay} threshold <value>

Configuring APS alerts

Alerts can be created (as SNMP or E-Mail) that will trigger when the aps value falls below a configured value for a specified duration. For example, if the application performance score drops below 7 and stays below 7 for 30 minutes, send an alert.

aps <name> alert {threshold|delay|enable}

To set the threshold at which the alarm should trigger.

aps <name> alert threshold <aps-threshold>

To set the duration (in seconds) for which the aps value needs to remain below the set threshold before the alert is triggered:

aps <name> alert delay {60,300,1800,3600,86400}

To enable or disable the alarm:

[no] aps <name> alert enable

Viewing APS alerts

To show all aps objects:

show aps

To show details of a specific aps object:

show aps <name>