[Pkg-ofed-commits] r632 - /branches/ofed-1.5lenny/perftest/trunk/debian/

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Wed Feb 10 16:51:09 UTC 2010


Author: gmpc-guest
Date: Wed Feb 10 16:51:08 2010
New Revision: 632

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=632
Log:
Rename manpages for ib_rdma_bw -> rdma_bw and ib_rmd_lat -> rmd_lat

Added:
    branches/ofed-1.5lenny/perftest/trunk/debian/rdma_bw.1
    branches/ofed-1.5lenny/perftest/trunk/debian/rdma_lat.1
Removed:
    branches/ofed-1.5lenny/perftest/trunk/debian/ib_rdma_bw.1
    branches/ofed-1.5lenny/perftest/trunk/debian/ib_rdma_lat.1
Modified:
    branches/ofed-1.5lenny/perftest/trunk/debian/perftest.manpages

Modified: branches/ofed-1.5lenny/perftest/trunk/debian/perftest.manpages
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/perftest/trunk/debian/perftest.manpages?rev=632&op=diff
==============================================================================
--- branches/ofed-1.5lenny/perftest/trunk/debian/perftest.manpages (original)
+++ branches/ofed-1.5lenny/perftest/trunk/debian/perftest.manpages Wed Feb 10 16:51:08 2010
@@ -6,5 +6,5 @@
 debian/ib_write_lat.1
 debian/ib_clock_test.1
 debian/ib_write_bw_postlist.1
-debian/ib_rdma_bw.1
-debian/ib_rdma_lat.1
+debian/rdma_bw.1
+debian/rdma_lat.1

Added: branches/ofed-1.5lenny/perftest/trunk/debian/rdma_bw.1
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/perftest/trunk/debian/rdma_bw.1?rev=632&op=file
==============================================================================
--- branches/ofed-1.5lenny/perftest/trunk/debian/rdma_bw.1 (added)
+++ branches/ofed-1.5lenny/perftest/trunk/debian/rdma_bw.1 Wed Feb 10 16:51:08 2010
@@ -1,0 +1,52 @@
+.TH rdma_bw 1 "February 20, 2008" "perftest" "User Commands"
+
+.SH NAME
+rdma_bw \- RDMA bandwidth test
+
+.SH SYNOPSIS
+.B rdma_bw  [
+.I options 
+.B ] [
+.I server IP address 
+.B ]
+
+.SH DESCRIPTION 
+This program tests the latency  of RMDA write transactions.
+
+.SH OPTIONS
+.TP  
+.B -p, --port=<port>            
+listen on/connect to port <port> (default: 18515)
+.TP  
+.B -d, --ib-dev=<dev>           
+use IB device <dev> (default: first device found)
+.TP  
+.B -i, --ib-port=<port>         
+use port <port> of IB device (default: 1)
+.TP 
+.B -s, --size=<size>            
+size of message to exchange (default: 65536)
+.TP 
+.B -t, --tx-depth=<dep>         
+size of tx queue (default 100)
+.TP 
+.B -n, --iters=<iters>          
+number of exchanges (at least 2, default: 1000)
+.TP 
+.B -b, --bidrectional  
+measure bidirectional bandwidth (default unidirectional)
+.TP
+.B -c, --cma
+use RDMA CM
+.TP
+.B -V, --version                
+display version number
+
+
+.SH AUTHOR
+.TP
+Guy Coates  < gmpc at sanger.ac.uk >
+
+
+
+

Added: branches/ofed-1.5lenny/perftest/trunk/debian/rdma_lat.1
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/perftest/trunk/debian/rdma_lat.1?rev=632&op=file
==============================================================================
--- branches/ofed-1.5lenny/perftest/trunk/debian/rdma_lat.1 (added)
+++ branches/ofed-1.5lenny/perftest/trunk/debian/rdma_lat.1 Wed Feb 10 16:51:08 2010
@@ -1,0 +1,61 @@
+.TH rdma_lat 1 "February 20, 2008" "perftest" "User Commands"
+
+.SH NAME
+rdma_lat \- RDM latency test
+
+.SH SYNOPSIS
+.B rdma_lat  [
+.I options 
+.B ] [
+.I server IP address 
+.B ]
+
+.SH DESCRIPTION 
+This program tests the latency  of RMDA write transactions.
+
+.SH OPTIONS
+.TP  
+.B -p, --port=<port>            
+listen on/connect to port <port> (default: 18515)
+.TP  
+.B -d, --ib-dev=<dev>           
+use IB device <dev> (default: first device found)
+.TP  
+.B -i, --ib-port=<port>         
+use port <port> of IB device (default: 1)
+.TP 
+.B -s, --size=<size>            
+size of message to exchange (default: 65536)
+.TP 
+.B -t, --tx-depth=<dep>         
+size of tx queue (default 100)
+.TP 
+.B -n, --iters=<iters>          
+number of exchanges (at least 2, default: 1000)
+.TP 
+.B -I, --inline_size=<size>  
+max size of message to be sent in inline mode (default 400)
+.TP
+.B -C, --report-cycles    
+report times in cpu cycle units (default microseconds)
+.TP
+.B -H, --report-histogram 
+print out all results (default print summary only)
+.TP
+.B -U, --report-unsorted  
+(implies -H) print out unsorted results (default sorted)
+.TP
+.B -c, --cma
+use the RDMA CMA to setup the RDMA connection
+.TP
+.B -V, --version                
+display version number
+
+
+.SH AUTHOR
+.TP
+Guy Coates  < gmpc at sanger.ac.uk >
+
+
+
+




More information about the Pkg-ofed-commits mailing list