yubin00145865 / iperf

Automatically exported from code.google.com/p/iperf
Other
0 stars 0 forks source link

add some of the more useful features from nuttcp #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Besides 'burst mode', which is already entered as another issue, I find the 
following nuttcp command line options quite useful:

ability to set the server window size from the client:
    -ws##   server receive|transmit window size in KB (or (m|M)B or (g|G)B)

ability to label output; useful when launching multiple tests from the same 
window.
    -Ixxx   identifier for nuttcp output (max of 40 characters)

ability to increase process priority:
    -xP##   set nuttcp process priority (must be root)

Multilink aggregation options:
         nuttcp [-options] -N##  [ctl_addr]/host1/host2/.../host##  

ability to specify which core to use:
        -xcN/N    specify core for the sender/receiver

I do not find any of the command line flag names very intuitive, so they can 
all be changed if desired.

Original issue reported on code.google.com by bltier...@gmail.com on 7 Sep 2012 at 1:09

GoogleCodeExporter commented 8 years ago

Original comment by bltier...@gmail.com on 7 Sep 2012 at 3:56

GoogleCodeExporter commented 8 years ago

Original comment by bltier...@es.net on 12 Mar 2013 at 10:53

GoogleCodeExporter commented 8 years ago
These are now complete, or in other issues. Closing.

Original comment by bltier...@es.net on 7 Nov 2013 at 3:38