| from small one page howto to huge articles all in one place 
 
 poll results
 
 Last additions:
 
 May 25th. 2007:
 
 
 April, 26th. 2006:
 
 
 | You are here: manpages 
 
 RDMA
Section: Linux (8) Updated: 28 Mar 2017Index
Return to Main Contents 
 NAME
rdma - RDMA tool
 SYNOPSIS
rdma
[ OPTIONS ] OBJECT { COMMAND | 
help }
 
 
OBJECT := { 
dev | link }
 
 
OPTIONS := { 
-V[ersion] |
-d[etails] }
-j[son] }
-p[retty] }
 
 
 OPTIONS
 
-V, -Version
Print the version of the
rdma
tool and exit.
-d, --details
Otuput detailed information.
-p, --pretty
When combined with -j generate a pretty JSON output.
-j, --json
Generate JSON output.
 OBJECT
 
dev
- RDMA device.
link
- RDMA port related.
 
The names of all objects may be written in full or
abbreviated form, for example
stats
can be abbreviated as
stat
or just
s.
 
 
 COMMAND
Specifies the action to perform on the object.
The set of possible actions depends on the object type.
As a rule, it is possible to
show
(or
list
) objects, but some objects do not allow all of these operations
or have some additional commands. The
help
command is available for all objects. It prints
out a list of available commands and argument syntax conventions.
 
If no command is given, some default command is assumed.
Usually it is
list
or, if the objects of this class cannot be listed,
help.
 
 
 EXIT STATUS
Exit status is 0 if command was successful or a positive integer upon failure.
 
 
 SEE ALSOrdma-dev(8),
rdma-link (8),
 
 
 REPORTING BUGS
Report any bugs to the Linux RDMA mailing list
<linux-rdma@vger.kernel.org> 
where the development and maintenance is primarily done.
You do not have to be subscribed to the list to send a message there.
 
 
 AUTHOR
Leon Romanovsky <leonro@mellanox.com >
 
 
 Index
NAME
SYNOPSIS
OPTIONS
OBJECT
COMMAND
EXIT STATUS
SEE ALSO
REPORTING BUGS
AUTHOR
 
 
 
 
 |