man pages section 1: User Commands

Exit Print View

Updated: July 2014
 
 

rdma_bw (1)

Name

rdma_bw - Bandwith and latency test using RDMA write transactions.

Synopsis

rdma_bw [-p, --port=<port>] [-d, --ib-dev=<dev>]
[-i, --ib-port=<port number.] [-s, --size=<size>]
[-n, --iters=<iterations>] [-t, --tx-depth=<depth>]
[-S, --sl=<sl>] [-b, --bidirectional] [-c, --cma]
[server]


rdma_lat [-p, --port=<port>] [-d, --ib-dev=<dev>]
[-i, --ib-port=<port number.] [-s, --size=<size>]
[-n, --iters=<iterations>] [-t, --tx-depth=<depth>]
[-S, --sl=<sl>] [--I, --inline_size=<size>]
[-C, --report-cycles] [-H, --report-histogram]
[-U, --report-unsorted] [-c, --cma] [server]

Description




User Commands                                 RDMA_BW/RDMA_LAT(1)



NAME
     rdma_bw,  rdma_lat  -  Bandwith  and latency test using RDMA
     write transactions.

SYNOPSIS
     rdma_bw [-p, --port=<port>] [-d, --ib-dev=<dev>]
                [-i, --ib-port=<port number.] [-s, --size=<size>]
                [-n, --iters=<iterations>] [-t, --tx-depth=<depth>]
                [-S, --sl=<sl>] [-b, --bidirectional] [-c, --cma]
                [server]


     rdma_lat [-p, --port=<port>] [-d, --ib-dev=<dev>]
                [-i, --ib-port=<port number.] [-s, --size=<size>]
                [-n, --iters=<iterations>] [-t, --tx-depth=<depth>]
                [-S, --sl=<sl>] [--I, --inline_size=<size>]
                [-C, --report-cycles] [-H, --report-histogram]
                [-U, --report-unsorted] [-c, --cma] [server]



DESCRIPTION
     The rdma_bw and rdma_lat tests are part  of  the  "perftest"
     utilities that  are  used  for  InfiniBand  related  perfor-
     mance  testing. The "perftest"  utilities  are  micro  bench
     mark utilities.


     First a passive receiving instance is started.

                      #rdma_bw

     Then  an  active  sending instance is started, giving it the
     address at which it will find a listening passive  receiver.

                      #rdma_bw server

     If  options are used then the same options must be  used for
     both client and server.

OPTIONS
     The following options are available for use on  the  command
     line:


     -p, --port  <port>
            Listen on/connect to port <port> (default 18515)

     -d, --ib-dev <dev>
            Use IB device <dev> (default first device found)

     -i, --ib-port <port number>



SunOS 5.11          Last change:  Oct 15, 2011                  1






User Commands                                 RDMA_BW/RDMA_LAT(1)



            Use port <port number> of IB device (default 1)

     -s, --size <size>
            Size of message to exchange (default 2)

     -n, --iters <iterations>
            Number of exchanges (at least 5, default 1000)

     -t, --tx-depth  <depth>
            Size of tx queue (default 50)

     -S, --sl <sl>
            SL (default 0)

     -I, --inline_size <size>
            Max size of message to be sent in inline (default 0)

     -b, --bidirectional
            Measure  bidirectional  bandwidth  (default unidirec-
            tional)

     -c, --cma
            use RDMA CM

     -C, --report-cycles
            report times in cpu cycle  units  (default  microsec-
            onds)

     -H, --report-histogram
            Print out all results (default print summary only)

     -U, --report-unsorted
            (implies  -H)  print  out  unsorted  results (default
            sorted)

ATTRIBUTES
     See  attributes(5)  for  descriptions   of   the   following
     attributes:

     +---------------+----------------------+
     |ATTRIBUTE TYPE |   ATTRIBUTE VALUE    |
     +---------------+----------------------+
     |Availability   | network/open-fabrics |
     +---------------+----------------------+
     |Stability      | Volatile             |
     +---------------+----------------------+
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)





SunOS 5.11          Last change:  Oct 15, 2011                  2






User Commands                                 RDMA_BW/RDMA_LAT(1)



NOTES
     This   software   was   built   from   source  available  at
     https://java.net/projects/solaris-userland.   The   original
     community  source was downloaded from  ['http://www.openfab-
     rics.org/downloads/ibutils/ibutils-1.5.7.tar.gz',
     'http://www.openfabrics.org/downloads/libibverbs/libib-
     verbs-1.1.4-1.22.g7257cd3.tar.gz',      'http://www.openfab-
     rics.org/down-
     loads/libmlx4/libmlx4-1.0.1-1.18.gb810a27.tar.gz',
     'http://www.openfabrics.org/downloads/libsdp/lib-
     sdp-1.1.108-0.15.gd7fdb72.tar.gz',      'http://www.openfab-
     rics.org/downloads/management/infiniband-
     diags-1.5.8.tar.gz',       'http://www.openfabrics.org/down-
     loads/management/libibmad-1.3.7.tar.gz',   'http://www.open-
     fabrics.org/downloads/management/libibumad-1.3.7.tar.gz',
     'http://www.openfabrics.org/downloads/manage-
     ment/opensm-3.3.9.tar.gz', 'http://www.openfabrics.org/down-
     loads/perftest/perftest-1.3.0-0.42.gf350d3d.tar.gz',
     'http://www.openfabrics.org/down-
     loads/qperf/qperf-0.4.6-0.1.gb81434e.tar.gz',
     'http://www.openfabrics.org/downloads/rdmacm/librd-
     macm-1.0.14.1.tar.gz',     'http://www.openfabrics.org/down-
     loads/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.openfab-
     rics.org/.




























SunOS 5.11          Last change:  Oct 15, 2011                  3