Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ibdatacounts(8) [debian man page]

IBDATACOUNTS(8) 						OpenIB Diagnostics						   IBDATACOUNTS(8)

NAME
ibdatacounts - get IB port data counters SYNOPSIS
ibdatacounts [-h] [-b] [-v] [-G] [-N | -nocolor] [-C ca_name] [-P ca_port] [-t(imeout) timeout_ms] <lid|guid> [<port>] DESCRIPTION
Obtain PMA data counters from specified port (or node). Port address is lid unless -G option is used to specify a GUID address. OPTIONS
-G use GUID address argument. In most cases, it is the Port GUID. Example: "0x08f1040023" -v increase the verbosity level -b brief mode -N | -nocolor use mono rather than color mode -C <ca_name> use the specified ca_name. -P <ca_port> use the specified ca_port. -t <timeout_ms> override the default timeout for the solicited mads. EXAMPLE
ibdatacounts 2 # show data counters for lid 2 ibdatacounts 2 4 # show data counters for lid 2 port 4 SEE ALSO
perfquery(8), ibaddr(8) AUTHOR
Hal Rosenstock <halr@voltaire.com> OpenIB May 30, 2007 IBDATACOUNTS(8)

Check Out this Related Man Page

IBCHECKERRS(8)							OpenIB Diagnostics						    IBCHECKERRS(8)

NAME
ibcheckerrs - validate IB port (or node) and report errors in counters above threshold SYNOPSIS
ibcheckerrs [-h] [-b] [-v] [-G] [-T <threshold_file>] [-s(how_thresholds)] [-N | -nocolor] [-C ca_name] [-P ca_port] [-t(imeout) time- out_ms] <lid|guid> <port> DESCRIPTION
Check specified port (or node) and report errors that surpassed their predefined threshold. Port address is lid unless -G option is used to specify a GUID address. The predefined thresholds can be dumped using the -s option, and a user defined threshold_file (using the same for- mat as the dump) can be specified using the -t <file> option. OPTIONS
-G use GUID address argument. In most cases, it is the Port GUID. Example: "0x08f1040023" -s show predefined thresholds -T use specified threshold file -v increase the verbosity level -b brief mode. Reduce the output to show only if errors are present, not what they are. -N | -nocolor use mono rather than color mode -C <ca_name> use the specified ca_name. -P <ca_port> use the specified ca_port. -t <timeout_ms> override the default timeout for the solicited mads. EXAMPLE
ibcheckerrs 2 # check aggregated node counter for lid 2 ibcheckerrs 2 4 # check port counters for lid 2 port 4 ibcheckerrs -T xxx 2 # check node using xxx threshold file SEE ALSO
perfquery(8), ibaddr(8) AUTHOR
Hal Rosenstock <halr@voltaire.com> OpenIB May 30, 2007 IBCHECKERRS(8)
Man Page

6 More Discussions You Might Find Interesting

1. Solaris

netstat counters

Is there a way to reset the netstat counters in solaris 8? Specifically, the error counters? (1 Reply)
Discussion started by: tjlst15
1 Replies

2. UNIX for Advanced & Expert Users

Port Redundancy

Dears, I have server has two port's(Enet0,Enet1) what I want as follows: Make the two port's has same IP address where, if the port Enet0 became down automaticly Enet1 become up :confused: . Amen (4 Replies)
Discussion started by: amen00
4 Replies

3. Solaris

what is SUID,GUID and Sticky bit?

(0 Replies)
Discussion started by: masthan25
0 Replies

4. UNIX for Dummies Questions & Answers

what is SUID,GUID and Sticky bit?

Dear all, what is SUID,GUID and Sticky bit permission? can anyone gave me explanation with example? thanks in advance.. (2 Replies)
Discussion started by: masthan25
2 Replies

5. UNIX for Dummies Questions & Answers

How to print based on the value from counters?

Hi, I am writing a script which will get the input from a combinations of awk commands and using counters and loop I am generating a dynamic values and passing the output to a file using print -u3 options, now instead of redirecting the output to a file how can the output be created in the same... (3 Replies)
Discussion started by: shruthidwh
3 Replies

6. UNIX for Beginners Questions & Answers

Working out percentage in shell script

Hi All, I currently have a shell script which is pulling multiple counters from various sources. Due to the counters being cumulative counters I've got some code to work out the delta from the last reading and current which is working fine. The problem i have now is being able to work out the... (8 Replies)
Discussion started by: mutley2202
8 Replies