table of contents
PERFQUERY(8) | OpenIB Diagnostics | PERFQUERY(8) |
NAME¶
perfquery - query InfiniBand port countersSYNOPSIS¶
perfquery [-d(ebug)] [-G(uid)] [-e(xtended)] [-a(ll_ports)] [-l(oop_ports)] [-r(eset_after_read)] [-R(eset_only)] [-C ca_name] [-P ca_port] [-t(imeout) timeout_ms] [-V(ersion)] [-h(elp)] [<lid|guid> [[port] [reset_mask]]]DESCRIPTION¶
perfquery uses PerfMgt GMPs to obtain the PortCounters (basic performance and error counters) or PortExtendedCounters from the PMA at the node/port specified. Optionally shows aggregated counters for all ports of node. Also, optionally, reset after read, or only reset counters.OPTIONS¶
- -e, --extended
- show extended port counters rather than (basic) port counters. Note that extended port counters attribute is optional.
- -a, --all_ports
- show aggregated counters for all ports of the destination lid or reset all counters for all ports. If the destination lid does not support the AllPortSelect flag, all ports will be iterated through to emulate AllPortSelect behavior.
- -l, --loop_ports
- If all ports are selected by the user (either through the -a option or port 255) iterate through each port rather than doing than aggregate operation.
- -r, --reset_after_read
- reset counters after read
- -R, --Reset_only
- only reset counters
COMMON OPTIONS¶
Most OpenIB diagnostics take the following common flags. The exact list of supported flags per utility can be found in the usage message and can be shown using the util_name -h syntax.May be used several times (-ddd or -d -d -d). -e show send and receive errors (timeouts and others) -h show the usage message -v increase the application verbosity level.
May be used several times (-vv or -v -v -v) -V show the version info.
Example:
"0x08f1040023" -s <smlid> use 'smlid' as the target lid for SM/SA queries.
EXAMPLES¶
perfquery # read local port performance counters perfquery 32 1 # read performance counters from lid 32, port 1 perfquery -e 32 1 # read extended performance counters from lid 32, port 1 perfquery -a 32 # read perf counters from lid 32, all ports perfquery -r 32 1 # read performance counters and reset perfquery -e -r 32 1 # read extended performance counters and reset perfquery -R 0x20 1 # reset performance counters of port 1 only perfquery -e -R 0x20 1 # reset extended performance counters of port 1 only perfquery -R -a 32 # reset performance counters of all ports perfquery -R 32 2 0x0fff # reset only error counters of port 2 perfquery -R 32 2 0xf000 # reset only non-error counters of port 2AUTHOR¶
- Hal Rosenstock
- <halr@voltaire.com>
March 29, 2007 | OpenIB |