Skip to content

Latest commit

 

History

History

iperf3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

iperf3

iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the bandwidth, loss, and other parameters.

Packaging

See BUILDNOTES.md for details regarding compiling iperf3 and building an IPS package.

Notes

On Solaris the default maximum send & receive buffer sizes are typically 1MB. When using iperf3 attempts to use larger values with the -w option will fail unless this parameter is adjusted using ipadm:

  • example: pfexec ipadm set-prop -t -p max_buf=4194304 tcp

References