Go to main content
マニュアルページ セク ション 1: ユー ザーコマンド

印刷ビューの終了

更新: 2016年12月6日
 
 

rdma_bw (1)

名前

rdma_bw - tions.

形式

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]

説明

RDMA_BW/RDMA_LAT(1)         General Commands Manual        RDMA_BW/RDMA_LAT(1)



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

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  performance  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>
              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 unidirectional)

       -c, --cma
              use RDMA CM

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

       -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)



NOTES
       This    software    was    built    from    source     available     at
       https://java.net/projects/solaris-userland.    The  original  community
       source was downloaded from  ['http://www.openfabrics.org/downloads/ibu-
       tils/ibutils-1.5.7.tar.gz',           'http://www.openfabrics.org/down-
       loads/libibverbs/libibverbs-1.1.4-1.22.g7257cd3.tar.gz',
       'http://www.openfabrics.org/down-
       loads/libmlx4/libmlx4-1.0.1-1.18.gb810a27.tar.gz', 'http://www.openfab-
       rics.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/manage-
       ment/libibmad-1.3.7.tar.gz', 'http://www.openfabrics.org/downloads/man-
       agement/libibumad-1.3.7.tar.gz',      'http://www.openfabrics.org/down-
       loads/management/opensm-3.3.9.tar.gz',             'http://www.openfab-
       rics.org/downloads/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.openfab-
       rics.org/downloads/rdmacm/librdmacm-1.0.14.1.tar.gz', 'http://www.open-
       fabrics.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/.



                                  Oct 15, 2011             RDMA_BW/RDMA_LAT(1)