]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/management/infiniband-diags/man/ibdatacounts.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / management / infiniband-diags / man / ibdatacounts.8
1 .TH IBDATACOUNTS 8 "May 30, 2007" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 ibdatacounts \- get IB port data counters
5
6 .SH SYNOPSIS
7 .B ibdatacounts
8 [\-h] [\-b] [\-v] [\-G] [\-N | \-nocolor] [\-C ca_name] [\-P ca_port]
9 [\-t(imeout) timeout_ms] <lid|guid> [<port>]
10
11 .SH DESCRIPTION
12 .PP
13 Obtain PMA data counters from specified port (or node).
14 Port address is lid unless -G option is used to specify a GUID
15 address.
16
17 .SH OPTIONS
18 .PP
19 \-G      use GUID address argument. In most cases, it is the Port GUID.
20         Example:
21         "0x08f1040023"
22 .PP
23 \-v      increase the verbosity level
24 .PP
25 \-b      brief mode
26 .PP
27 \-N | \-nocolor use mono rather than color mode
28 .PP
29 \-C <ca_name>    use the specified ca_name.
30 .PP
31 \-P <ca_port>    use the specified ca_port.
32 .PP
33 \-t <timeout_ms> override the default timeout for the solicited mads.
34
35 .SH EXAMPLE
36 .PP
37 ibdatacounts 2           # show data counters for lid 2
38 .PP
39 ibdatacounts 2   4       # show data counters for lid 2 port 4
40
41 .SH SEE ALSO
42 .BR perfquery(8),
43 .BR ibaddr(8)
44
45 .SH AUTHOR
46 .TP
47 Hal Rosenstock
48 .RI < halr@voltaire.com >