ibstat
query basic status of InfiniBand device(s)
- Provided by: infiniband-diags (Version: 61.0-2ubuntu3)
- Source: rdma-core
- Report a bug
query basic status of InfiniBand device(s)
ibstat [options] <ca_name> [portnum]
ibstat is a binary which displays basic information obtained from the local IB driver. Output includes LID, SMLID, port state, link width active, and port physical state.
It is similar to the ibstatus utility but implemented as a binary rather than a script. It has options to list CAs and/or ports and displays more information than ibstatus.
-h, --help show the usage message
-V, --version show the version info.
--config, -z <config_file> Specify alternate config file.
ibstat # display status of all ports on all IB devices ibstat -l # list all IB devices ibstat -p # show port guids ibstat mthca0 2 # show status of port 2 of 'mthca0'
ibstatus (8)