Owner's manual

Advanced Performance Monitoring User’s Guide 3-7
Using Advanced Performance Monitoring
3
Example 1. The following command displays all of the end-to-end monitors on port 3 at an interval
of once a second. (In this example, there are three monitors on port 3, numbered 0, 1, and 2.)
Example 2. The following command displays the cumulative counters on all end-to-end monitors
defined on port 3. The KEY column contains the monitor number.
Deleting End-to-End Monitors
Use the perfDelEEMonitor command to delete an end-to-end monitor on a port. Indicate which
monitor to delete by specifying the monitor number that was returned by a previous
perfAddEEMonitor command.
Note: If you do not specify a monitor number, then all end-to-end monitors on the port are
deleted.
Example 1. The following command deletes the end-to-end monitor number 0 on port 2:
Example 2. The following command deletes all of the end-to-end monitors on port 2:
sw1:admin> perfShowEEMonitor 3, 1
perfShowEEMonitor 3, 1: Tx/Rx are # of bytes and crc is # of crc errors
012
------------ ------------ ------------
crc Tx Rx crc Tx Rx crc Tx Rx
============ ============ ============
000000000
0 53m 4.9m 0 53m 4.9m 0 53m 4.9m
0 53m 4.4m 0 53m 4.4m 0 53m 4.4m
0 53m 4.8m 0 53m 4.8m 0 53m 4.8m
0 53m 4.6m 0 53m 4.6m 0 53m 4.6m
0 53m 5.0m 0 53m 5.0m 0 53m 5.0m
0 52m 4.6m 0 52m 4.6m 0 52m 4.6m
switch:admin> perfShowEEMonitor 3
There are 3 end-to-end monitor(s) defined on port 3.
KEY SID DID OWNER_APP OWNER_IP_ADDR TX_COUNT RX_COUNT CRC_COUNT
--------------------------------------------------------------------------------------------------------------
0 0xb1300 0xb23ef TELNET N/A 0x00000004d0ba9915 0x0000000067229e65 0x0000000000000000
1 0xb1200 0xb22ef TELNET N/A 0x00000004d0baa754 0x0000000067229e87 0x0000000000000000
2 0x58e0f 0x1182ef WEB_TOOLS 192.168.169.40 0x00000004d0bade54 0x0000000067229e87 0x0000000000000000
sw1:admin> perfDelEEMonitor 2, 0
End-to-End monitor number 0 deleted
sw1:admin> perfDelEEMonitor 2
This will remove ALL EE monitors on port 2, continue? [y|n]y