Brocade Fabric OS Administrator's Guide Supporting Fabric OS v6.3.0 (53-1001336-02, November 2009)

Fabric OS Administrator’s Guide 399
53-1001336-02
Clearing monitor counters
17
Example of displaying filter monitor information on a port
switch:admin> perfMonitorShow --class FLT 2/5
There are 7 filter-based monitors defined on port 21.
KEY ALIAS OWNER_APP FRAME_COUNT OWNER_IP_ADDR
-----------------------------------------------------------------
0 SCSI_Frame TELNET 0x00000000002c2229 N/A
1 SCSI_WR TELNET 0x000000000000464a N/A
2 SCSI_RW TELNET 0x000000000000fd8c N/A
3 SCSI_RW WEB_TOOLS 0x0000000000007ba3 192.168.169.40
4 SCSI_RW WEB_TOOLS 0x0000000000004f0e 192.168.169.190
5 SCSI_RD WEB_TOOLS 0x0000000000002208 192.168.169.40
6 SCSI_WR WEB_TOOLS 0x000000000000033a 192.168.169.40
Example of displaying ISL monitor information on a port
switch:admin> perfMonitorShow --class ISL 1/1
Total transmit count for this ISL: 1462326
Number of destination domains monitored: 3
Number of ports in this ISL: 2
Domain 97: 110379 Domain 98: 13965
Domain 99: 1337982
Clearing monitor counters
1. Connect to the switch and log in as admin.
2. Enter the perfmonitorshow command, to display the monitor numbers on a specific port.
perfmonitorshow --class monitor_class [slotnumber/]portnumber
3. Enter the perfmonitorclear command.
perfmonitorclear --class monitor_class [slotnumber/]portnumber [monitorId]
The following example clears statistics counters for an end-to-end monitor:
switch:admin> perfMonitorClear --class EE 1/2 5
End-to-End monitor number 5 counters are cleared
switch:admin> perfMonitorClear --class EE 1/2
This will clear ALL EE monitors' counters on port 2, continue?
(yes, y, no, n): [no] y
The following example clears statistics counters for a filter-based monitor:
switch:admin> perfMonitorClear --class FLT 1/2 4
Filter-based monitor number 4 counters are cleared
switch:admin> perfMonitorClear --class FLT 1/2
This will clear ALL filter-based monitors' counters on port 2, continue? (yes,
y, no, y): [no] y
The following example clears statistics counters for an ISL monitor:
switch:admin> perfMonitorClear --class ISL 1
This will clear ISL monitor on port 1, continue? (yes, y, no, n): [no] y