You can use the apm command to create, modify or remove an Application Performance Metric (APM) object. An APM object measures a single metric of an application which traversing the network.
E X A M P L E apm <name> {metric|network-object|alert|threshold|delay} |
To create a new apm object for a specified application:
apm <name>
metric {normalized-network-delay|normalized-server-delay|network-delay|
server-delay|round-trip-time|transaction-delay|
normalized-transaction-delay|bytes-lost|tcp-connections-started|
tcp-connections-aborted|tcp-connections-ignored|tcp-connections-refused}
application <application>
To specify an internal or external Network Object to filter the traffic when calculating the application performance:
apm <name> network-object {internal|external} <network-object-name>
To enable or disable a configured alert when the metric rises above a configured threshold for a specified delay:
[no] apm <name> alert enable
To specify the threshold that will trigger the named alert:
apm <name> threshold <value>
To specify the delay before triggering the alert, that is the duration that the apm value must exceed the threshold before triggering the alert:
apm <name> delay {60, 300, 1800, 3600, 86400}
To use a normalized packet size for all apm calculations:
monitor apm transaction normalize <value>
To disable the normalization calculations:
monitor apm transaction normalize 0
|
|