(All) Performs various queries of the performance management (PM)/performance administration (PA) agent and provides details about fabric performance. Refer to the Intel® Omni-Path Fabric Suite Fabric Manager User Guide for a description of the operation and client services of the PM/PA.
By default, opapaquery queries the most recent data. However, if an image number (imgNum) and/or image offset (imgOff) is provided, the query returns previous sweep data. Queries that access previous sweep data return with the absolute image number representing that data, and therefore have an image offset of zero.
opapaquery’s operation is dependent on an Intel® Omni-Path Fabric Suite Fabric Manager version 6.0 or greater running as master SM/PM in the fabric.
By default, opapaquery uses the first active port on the local system. However, if the Fabric Management Node is connected to more than one fabric (for example, a subnet), the HFI and port may be specified to select the fabric whose PA is to be queried.
opapaquery [-v] [-h hfi] [-p port] -o type [-g groupName] [-l nodeLid] [-P portNumber] [-d delta] [-s select] [-f focus] [-S start] [-r range] [-n imgNum] [-O imgOff] [-m moveImgNum] [-M moveImgOff] [-V vfName]
Verbose output.
HFI, numbered 1..n. Using 0 specifies that the -p port port is a system-wide port number. (Default is 0.)
Port, numbered 1..n. If -h hfi is 0, then port is a system-wide port number. (Default is 1.)
Output type, default is groupList. See Output Types.
Group name for groupInfo query.
LID of node for portCounters query.
Port number for portCounters query.
Delta flag for portCounters query - 0 or 1.
32-bit select flag for clearing port counters.
Select bits for clrPortCounters. 0 is least significant (rightmost).
Select bits for clrVfPortCounters. 0 is least significant (rightmost).
Focus select value for getting focus ports.
Sorted by utilization - highest first.
Sorted by packet rate - highest first.
Sorted by utilization - lowest first.
Sorted by integrity errors - highest first.
Sorted by SMA congestion errors - highest first.
Sorted by congestion errors - highest first.
Sorted by security errors - highest first.
Sorted by routing errors - highest first.
Sorted by adaptive routing - highest first.
Start of window for focus ports, should always be 0.
Size of window for focus ports list.
64-bit image number. Can be used with groupInfo, groupConfig, portCounters (delta).
Image offset. Can be used with groupInfo, groupConfig, portCounters (delta).
64-bit image number. Used with moveFreeze to move a freeze image.
Image offset. Can be used with moveFreeze to move a freeze image.
VF name for vfInfo query.
First active port in system (default).
First active port in system.
First active port on HFI x.
First active port on HFI x.
Port y within system (no matter which ports are active).
HFI x, port y.
Class port info.
List of PA groups.
Summary statistics of a PA group. Requires -g option for groupName.
Configuration of a PA group. Requires -g option for groupName.
Port counters of fabric port. Requires -l lid and -P port options, -d delta is optional.
Clears port counters of fabric port. Requires -l lid and -P port, and -s select options.
Clears all port counters in fabric.
Retrieves PM configuration information.
Creates freeze frame for image ID. Requires -n imgNum.
Releases freeze frame for image ID. Requires -n imgNum.
Renews lease for freeze frame for image ID. Requires -n imgNum.
Moves freeze frame from image ID to new image ID. Requires -n imgNum and -m moveImgNum.
Gets sorted list of ports using utilization or error values (from group buckets).
Gets configuration of a PA image (timestamps, etc.). Requires -n imgNum.
List of virtual fabrics.
Summary statistics of a virtual fabric. Requires -V option for vfName.
Configuration of a virtual fabric. Requires -V option for vfName.
Port counters of fabric port. Requires -V vfName, -l lid and -P port options, -d delta is optional.
Gets sorted list of virtual fabric ports using utilization or error values (from VF buckets). Requires -V vfname.
Clears VF port counters of fabric port. Requires -l lid, -P port, -s select, and -V vfname options.
opapaquery -o classPortInfo opapaquery -o groupList opapaquery -o groupInfo -g All opapaquery -o groupConfig -g All opapaquery -o portCounters -l 1 -P 1 -d 1 opapaquery -o portCounters -l 1 -P 1 -d 1 -n 0x20000000d02 -O 1 opapaquery -o clrPortCounters -l 1 -P 1 -s 0xC0000000 #clears XmitData & RcvData opapaquery -o clrAllPortCounters -s 0xC0000000 #clears XmitData & RcvData on all ports opapaquery -o PMConfig opapaquery -o freezeImage -n 0x20000000d02 opapaquery -o releaseImage -n 0xd01 opapaquery -o renewImage -n 0xd01 opapaquery -o moveFreeze -n 0xd01 -m 0x20000000d02 -M -2 opapaquery -o focusPorts -g All -f 0x00030001 -S 0 -r 20 opapaquery -o imageInfo -n 0x20000000d02 opapaquery -o vfList opapaquery -o vfInfo -V Default opapaquery -o vfConfig -V Default opapaquery -o vfPortCounters -l 1 -P 1 -d 1 -V Default opapaquery -o clrVfPortCounters -l 1 -P 1 -s 0xC0000000 #clears VLXmitData & VLRcvData opapaquery -o vfFocusPorts -V Default -f 0x00030001 -S 0 -r 20