opaextractperf

Provides a report of all the performance counters in a format easily imported to Excel for further analysis. It generates a detailed opareport component summary report and pipes the result to opaxmlextract, extracting element values for NodeDesc, SystemImageGUID, PortNum, and all the performance counters. Extraction is performed only from the Systems portion of the report, which does not contain Neighbor information (the Neighbor and SMs portions are suppressed).

Syntax

The implementation of the script is as follows:

opareport -o comps -s -x -d 10 | opaxmlextract -d \; 
-e NodeDesc -e SystemImageGUID -e PortNum -e XmitDataMB 
-e XmitData -e XmitPkts -e RcvDataMB -e RcvData -e RcvPkts 
-e SymbolErrors -e LinkErrorRecovery -e LinkDowned -e PortRcvErrors 
-e PortRcvRemotePhysicalErrors -e PortRcvSwitchRelayErrors 
-e PortXmitDiscards -e PortXmitConstraintErrors 
-e PortRcvConstraintErrors -e LocalLinkIntegrityErrors 
-e ExcessiveBufferOverrunErrors -e VL15Dropped -s Neighbor -s SMs