FW 07.00.00/HAFM SW 08.06.00 McDATA Enterprise Operating System Command Line Interface User Manual (620-000134-720, April 2005)

Table Of Contents
2
CLI Commands
2-99
perf
perf
The perf branch of the CLI command tree contains commands that
relate to performance services.
The commands in the perf branch can by used by either the
administrator or the operator.
The counters in perf command output are 32-bit values that wrap at
4,294,967,296. To calculate the full value of a counter, multiply
4,294,967,296 by the value in the wrap field, and add the resulting
product to the value in the count field. For example, if a TxFrames
statistic has a count value of 1842953 and a wrap value of 12, the full
value of the counter is:
(4,294,967,296 x 12) + 1842953 = 51,541,450,505.
perf.class2
Syntax class2 portNumber
Purpose This command displays port Class 2 counters for a single port.
Parameters This command has one parameter.
Command Example
Root> perf class2 2
Output The port Class 2 counter data is displayed as a table that includes the
following statistics, along with a wrap count for each corresponding
counter.
portNumber Specifies the port number. Valid values are:
0–11 for the Sphereon 4300
0–15 for the Sphereon 3016 and 3216
0–23 for the Sphereon 4500
0–31 for the Sphereon 3032 and 3232
0–63 for the Intrepid 6064
0–127 and 132–143 for the Intrepid 6140
Port The port number.
RxFrames The number of Fibre Channel Class 2 frames
that the port has received.