Fabric OS Reference Manual (Version 3.0)
1-144 Fabric OS Reference
Telnet Commands
1
perfAddIPMonitor
Add a filter-based monitor for IP frame count.
Synopsis perfAddIPMonitor port[, "alias"]
Availability admin
Description Use this command to define filter-based monitors to count the number of IP traffic frames.
After a successful execution of this command, a monitor number is displayed. The monitor number
is provided for easy manipulation of these filter-based performance monitors. The optional user
defined alias is also displayed if one was specified. All valid monitor numbers and user-defined
aliases can be displayed with the perfShowFilterMonitor command.
There is no need to define multiple IP frame monitors on a port.
Operands This command has the following operands:
port Specify the port number where you want to add an IP frame monitor. This
operand is required.
alias Specify a name for this monitor. This character string can be a maximum of 10
characters long and must be enclosed in quotation marks. This operand is
optional. The default alias is IP_Frame.
Example To add an IP monitor to port 2:
See Also perfAddEEMonitor
perfAddReadMonitor
perfAddRWMonitor
perfAddSCSIMonitor
perfAddUserMonitor
perfAddWriteMonitor
switch:admin> perfAddIPMonitor 2
IP traffic frame monitor #0 added
switch:admin>