$manlookup

rdma

(8)

RDMA tool

rdma [ OPTIONS ] OBJECT { COMMAND | help } rdma [ -force ] -batch filename OBJECT := { dev | link | resource | system | statistic | monitor } OPTIONS := { -V[ersion] | -d[etails] | -j[son] | -o[neline] | -p[retty] }

Options

8
-V-Version

Print the version of the rdma tool and exit.

-b-batch

Read commands from provided file or standard input and invoke them. First failure will cause termination of rdma.

-force

Don't terminate rdma on errors in batch mode. If there were any errors during execution of the commands, the application return code will be non zero.

-d--details

Output detailed information. Adding a second -d includes driver-specific details.

-r--raw

Output includes driver-specific details in raw format.

-p--pretty

When combined with -j generate a pretty JSON output.

-j--json

Generate JSON output.

-o-oneline

output each record on a single line, replacing line feeds with the '\' character.

EXIT STATUS

Exit status is 0 if command was successful or a positive integer upon failure.

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

See also