hfistat Command
Purpose
Displays the performance statistics of the host fabric interface.
Syntax
hfistat [-O options] [ interval [ count ] ]
hfistat [-h]
Description
The hfistat command displays performance statistics related to the host fabric interface.
The following information are the descriptions of the column
headings in the output table.
Type | Column name with description |
---|---|
HFI |
|
|
|
ISR |
|
NMMU |
|
CAU |
|
Window-based |
|
Flags
Item | Description |
---|---|
Options | Specifies the content and the presentation of
a report. Use the Options parameter with
the -O flag. The list of options must be comma-separated and the list of values must be enclosed in quotation marks (“ ”) and separated by spaces. Following are the supported options with their values:
|
|
|
interval | Specifies the interval in seconds for the hfistat command to collect and print statistics. If the interval parameter is not specified, the hfistat command runs with the 2-second interval. |
Count | Specifies the number of repetitions for the hfistat command to collect and print statistics. Use the Count parameter along with the interval option. If both the Count and the interval parameters are not specified, the hfistat command runs 10 times. If the interval parameter is specified and not the Count parameter, the hfistat command runs indefinitely. |
Examples
- 1. To display the HFI-based performance statistics for all available
HFIs by using a 2-second interval for 10 iterations, run the following
command:
# hfistat
- 2. To display all the performance statistics for available HFIs
including window-based performance statistics of all windows in a
formatted output, run the following command:
# hfistat –O type=all 2 5
- 3. To display only the window-based performance statistics for
fewer windows (0-15) in a formatted output, run the following command:
# hfistat –O type=window,window=0-15
- 4. To display the CAU register values for the HFI-1 in a formatted
output for 10 samples (default) and an interval of 2 seconds (default),
run the following command:
# hfistat –O type=cau,hfi=1
- 5. To display both CAU and nest memory management unit (NMMU)
register values in a formatted output, run the following command:
# hfistat –O type=”cau nmmu”
- 6. To dump the raw register values of all the HFIs including window-based
performance statistics for the window 0 with an interval of 2 seconds
and 5 iterations, run the following command:
# hfistat –O display=raw,type=all,window=0 2 5
- 7. To dump delta values for only ISR performance counters with
a 2-second interval and 5 iterations, run the following command:
# hfistat –O display=delta,type=isr 2 5
Files
Item | Description |
---|---|
/usr/bin/hfistat |
Contains the hfistat command. |