CMTIME(1) | librdmacm | CMTIME(1) |
cmtime - RDMA CM connection steps timing test.
cmtime [-s server_address] [-b bind_address] [-c connections] [-p port_number] [-r retries] [-t timeout_ms]
Determines min and max times for various "steps" in RDMA CM connection setup and teardown between a client and server application.
"Steps" that are timed are: create id, bind address, resolve address, resolve route, create qp, connect, disconnect, and destroy.
Basic usage is to start cmtime on a server system, then run cmtime -s server_name on a client system.
Because this test maps RDMA resources to userspace, users must ensure that they have available system resources and permissions. See the libibverbs README file for additional details.
2017-04-28 | librdmacm |