diff options
Diffstat (limited to 'static/freebsd/man8/ibstatus.8')
| -rw-r--r-- | static/freebsd/man8/ibstatus.8 | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/static/freebsd/man8/ibstatus.8 b/static/freebsd/man8/ibstatus.8 new file mode 100644 index 00000000..dcfd2691 --- /dev/null +++ b/static/freebsd/man8/ibstatus.8 @@ -0,0 +1,73 @@ +.\" Man page generated from reStructuredText. +. +.TH IBSTATUS 8 "" "" "Open IB Diagnostics" +.SH NAME +IBSTATUS \- +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.SH QUERY BASIC STATUS OF INFINIBAND DEVICE(S) +.SS SYNOPSIS +.sp +ibstatus [\-h] [devname[:port]]... +.SS DESCRIPTION +.sp +ibstatus is a script which displays basic information obtained from the local +IB driver. Output includes LID, SMLID, port state, link width active, and port +physical state. +.SS OPTIONS +.\" Define the common option -h +. +.sp +\fB\-h, \-\-help\fP show the usage message +.INDENT 0.0 +.TP +.B \fBdevname\fP +InfiniBand device name +.TP +.B \fBportnum\fP +port number of InfiniBand device +.UNINDENT +.SS EXAMPLES +.INDENT 0.0 +.TP +.B :: +ibstatus # display status of all IB ports +ibstatus mthca1 # status of mthca1 ports +ibstatus mthca1:1 mthca0:2 # show status of specified ports +.UNINDENT +.SS SEE ALSO +.sp +\fBibstat (8)\fP +.SS AUTHOR +.INDENT 0.0 +.TP +.B Hal Rosenstock +< \fI\%halr@voltaire.com\fP > +.UNINDENT +.\" Generated by docutils manpage writer. +. |
