'\" te '\" t .\" Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. .\" Modified for Solaris to add the Solaris stability classification, .\" and to add a note about source availability. .\" .TH RDMA_BW/RDMA_LAT 1 " Oct 15, 2011" .SH "NAME" rdma_bw, rdma_lat - Bandwith and latency test using RDMA write transactions. .PP .SH SYNOPSIS .HP .nf rdma_bw [-p, --port=] [-d, --ib-dev=] [-i, --ib-port=] [-n, --iters=] [-t, --tx-depth=] [-S, --sl=] [-b, --bidirectional] [-c, --cma] [server] .fi .HP .nf rdma_lat [-p, --port=] [-d, --ib-dev=] [-i, --ib-port=] [-n, --iters=] [-t, --tx-depth=] [-S, --sl=] [--I, --inline_size=] [-C, --report-cycles] [-H, --report-histogram] [-U, --report-unsorted] [-c, --cma] [server] .fi .SH DESCRIPTION .PP .Nm The rdma_bw and rdma_lat tests are part of the "perftest" utilities that are used for InfiniBand related performance testing. The "perftest" utilities are micro bench mark utilities. .PP First a passive receiving instance is started. .RS 12 #rdma_bw .RE .PP Then an active sending instance is started, giving it the address at which it will find a listening passive receiver. .PP .RS 12 #rdma_bw server .RE .PP If options are used then the same options must be used for both client and server. .PP .SH OPTIONS .PP The following options are available for use on the command line: .TP 7 \fB\-p, --port Listen on/connect to port (default 18515) .TP \fB\-d, --ib-dev Use IB device (default first device found) .TP \fB\-i, --ib-port Use port of IB device (default 1) .TP \fB\-s, --size Size of message to exchange (default 2) .TP \fB\-n, --iters Number of exchanges (at least 5, default 1000) .TP \fB\-t, --tx-depth Size of tx queue (default 50) .TP \fB\-S, --sl SL (default 0) .TP \fB\-I, --inline_size Max size of message to be sent in inline (default 0) .TP \fB\-b, --bidirectional Measure bidirectional bandwidth (default unidirectional) .TP \fB\-c, --cma use RDMA CM .TP \fB\-C, --report-cycles report times in cpu cycle units (default microseconds) .TP \fB\-H, --report-histogram Print out all results (default print summary only) .TP \fB\-U, --report-unsorted (implies -H) print out unsorted results (default sorted) .PP .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (5) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability network/open-fabrics = Stability Volatile .TE .PP .SH SEE ALSO ib_write_bw(1), ib_write_lat(1), ib_send_lat(1), ib_read_bw(1), ib_send_bw(1), ib_read_lat(1), ib_clock_test(1), ib_write_bw_post_list(1) .SH NOTES .\" Oracle has added source availability information to this manual page This software was built from source available at https://java.net/projects/solaris-userland. The original community source was downloaded from ['http://download.oracle.com/otn-pub/oss/networking/libsif-1.0.tar.gz', 'http://www.openfabrics.org/downloads/ibutils/ibutils-1.5.7.tar.gz', 'http://www.openfabrics.org/downloads/libibverbs/libibverbs-1.1.4-1.22.g7257cd3.tar.gz', 'http://www.openfabrics.org/downloads/libmlx4/libmlx4-1.0.1-1.18.gb810a27.tar.gz', 'http://www.openfabrics.org/downloads/libsdp/libsdp-1.1.108-0.15.gd7fdb72.tar.gz', 'http://www.openfabrics.org/downloads/management/infiniband-diags-1.5.8.tar.gz', 'http://www.openfabrics.org/downloads/management/libibmad-1.3.7.tar.gz', 'http://www.openfabrics.org/downloads/management/libibumad-1.3.7.tar.gz', 'http://www.openfabrics.org/downloads/management/opensm-3.3.9.tar.gz', 'http://www.openfabrics.org/downloads/perftest/perftest-1.3.0-0.42.gf350d3d.tar.gz', 'http://www.openfabrics.org/downloads/qperf/qperf-0.4.6-0.1.gb81434e.tar.gz', 'http://www.openfabrics.org/downloads/rdmacm/librdmacm-1.0.14.1.tar.gz', 'http://www.openfabrics.org/downloads/rds-tools/rds-tools-2.0.4.tar.gz'] Further information about this software can be found on the open source community website at http://www.openfabrics.org/.