]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/management/infiniband-diags/man/check_lft_balance.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / management / infiniband-diags / man / check_lft_balance.8
1 .TH CHECK_LFT_BALANCE.SH 8 "March 1, 2008" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 check_lft_balance.sh \- check InfiniBand unicast forwarding tables balance
5
6 .SH SYNOPSIS
7 .B check_lft_balance.sh
8 [-hRv]
9
10
11 .SH DESCRIPTION
12 .PP
13 check_lft_balance.sh is a script which checks for balancing in Infiniband
14 unicast forwarding tables.  It analyzes the output of
15 .BR dump_lfts(8)
16 and
17 .BR iblinkinfo(8).
18
19 .SH OPTIONS
20
21 .PP
22 .TP
23 \fB\-h\fR
24 show help
25 .TP
26 \fB\-R\fR
27 Recalculate dump_lfts information, ie do not use the cached
28 information.  This option is slower but should be used if the diag tools have
29 not been used for some time or if there are other reasons to believe that
30 the fabric has changed.
31 .TP
32 \fB\-v\fR
33 verbose output
34
35 .SH SEE ALSO
36 .BR dump_lfts(8),
37 .BR iblinkinfo(8)
38
39 .SH AUTHORS
40 .TP
41 Albert Chu
42 .RI < chu11@llnl.gov >