HP StorageWorks Fabric OS 6.1.x administrator guide (5697-0234, November 2009)
Fabric OS 6.1.x administrator guide 345
where:
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
monitor_class The monitor class, which can be one of EE (end-to-end), FLT (filter-based), or
ISL (inter-switch link). The
--class monitor_class operand is required.
slotnumber For bladed systems only, specifies the slot number of the port on which the
monitor counter is to be cleared. For all other switches, this operand is not
required. The slot number must be followed by a slash ( / ) and the port
number, so that each port is represented by both slot number and port number.
portnumber Specifies a port number. Valid values for port number vary, depending on the
switch type. This operand is required.
monitorId Specifies the monitor number to clear. Monitor numbers are defined when you
create the monitor on a port. This operand is optional. If not specified, all
monitor counters on the port are cleared. This operand does not apply to ISL
monitors.