'\" 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 IB_READ_BW/IB_READ_LAT 1 " Oct 15, 2011" .SH "NAME" ib_read_bw, ib_read_lat - Bandwith and latency test using RDMA read transactions. .PP .SH SYNOPSIS .HP .nf ib_read_bw [-p, --port=] [-d, --ib-dev=] [-i, --ib-port=] [-m, --mtu=] [-s, --size=] [-a, --all] [-n, --iters=] [-t, --tx-depth=] [-u, --qp-timeout=] [-x, --gid-index=] [-F, --CPU-freq] [-V, --version] [-b, --bidirectional] [-e, --events] [-N, --no peak-bw] [-o, --outs=] [server] .fi .HP .nf ib_read_lat [-p, --port=] [-d, --ib-dev=] [-i, --ib-port=] [-m, --mtu=] [-s, --size=] [-a, --all] [-n, --iters=] [-t, --tx-depth=] [-u, --qp-timeout=] [-x, --gid-index=] [-F, --CPU-freq] [-V, --version] [-e, --events] [-o, --outs=] [-C, --report-cycles] [-H, --report-histogram] [-U, --report-unsorted] [server] .fi .SH DESCRIPTION .PP .Nm The ib_read_bw and ib_read_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 #ib_read_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 #ib_read_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\-c, --connection Connection type RC or UD (default RC) .TP \fB\-m, --mtu s Mtu size : 256 - 4096 (default port mtu) .TP \fB\-s, --size Size of message to exchange (default 2) .TP \fB\-a, --all Run sizes from 2 till 2^23 .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\-u, --qp-timeout QP timeout, timeout value is 4 usec * 2 ^(timeout), default 14 .TP \fB\-S, --sl SL (default 0) .TP \fB\-x, --gid-index Test uses GID with GID index (Default : IB - no gid) .TP \fB\-F, --CPU-freq Do not fail even if cpufreq_ondemand module is loaded .TP \fB\-V, --version Display version number .TP \fB\-b, --bidirectional Measure bidirectional bandwidth (default unidirectional) .TP \fB\-e, --events Sleep on CQ events (default poll) .TP \fB\-N, --no peak-bw Cancel peak-bw calculation (default with peak) .TP \fB\-o, --outs Specify as number of outstanding read/atom(default max of device) .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_send_bw(1), rdma_lat(1), ib_write_bw_postlist(1), rdma_bw(1), ib_write_lat(1), ib_send_lat(1), ib_clock_test(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/.