History log of /iperf/docs/invoking.rst (Results 1 – 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e26b0711 02-Feb-2022 Bruce A. Mah <[email protected]>

Update manual page for iperf-3.11.


Revision tags: 3.11
# 76bd67f6 28-Jan-2022 Sarah Larsen <[email protected]>

iperf-3.11 release engineering tasks.

Bump version number, update release notes, rename release notes and tweak
markup. Update copyright year.


# e919e8c2 03-Sep-2021 a1346054 <[email protected]>

trim excess whitespace


Revision tags: 3.10.1
# d4f8999e 01-Jun-2021 Bruce A. Mah <[email protected]>

docs: Update for iperf-3.10 manpage.


Revision tags: 3.10
# bd143779 12-Nov-2020 ralcini <[email protected]>

Configurable value for time drift between client/server for authentication request issue1065 (#1070)

* Issue 1065

* feat: Allow to configure a custom value for time drift between client/server fo

Configurable value for time drift between client/server for authentication request issue1065 (#1070)

* Issue 1065

* feat: Allow to configure a custom value for time drift between client/server for authentication

The use case is to support scenarios where it's not possible to enforce sync between client and server times.

* enh: drift redefined with skew

Co-authored-by: Francesco Marino <[email protected]>

show more ...


Revision tags: 3.9, 3.8.1, 3.8, 3.7
# 40e7c054 01-Feb-2019 Matt Pelland <[email protected]>

implement providing password via environment variable (#815)


# 0778f04c 13-Dec-2018 Boris Okunev <[email protected]>

Bidirect mode implementation (#780)

Adds the `--bidir` flag to support simultaneous two-way tests.

Submitted by @LikHait. Fixes #201.


# 13255cad 25-Jun-2018 Bruce A. Mah <[email protected]>

Update for iperf 3.6, re-render manual page from source.


Revision tags: 3.6
# a3bfd9e4 02-Mar-2018 Bruce A. Mah <[email protected]>

Update for iperf-3.5, re-render manual page.
Part of #707.


Revision tags: 3.5
# a6123ce7 21-Feb-2018 Jason Leschnik <[email protected]>

Change the wording on bind parameter documentation for clarity (#702)


# f35cd60f 14-Feb-2018 Bruce A. Mah <[email protected]>

Update rendered manpage.


Revision tags: 3.4, 3.3
# d5d364a2 12-Oct-2017 Bruce A. Mah <[email protected]>

Fix a Sphinx warning.


# b6d9de52 26-Jun-2017 Bruce A. Mah <[email protected]>

Updates for iperf-3.2 (new news, update manpage, version number).


Revision tags: 3.2
# 0741ccff 20-Jun-2017 Bruce A. Mah <[email protected]>

Update/fix a couple of links to fasterdata.

Motivated by #603.


Revision tags: 3.2rc1
# eae9391f 18-May-2017 Bruce A. Mah <[email protected]>

Update manpage rendering for the Web site.

While here, add a few words of explanation that the manpage might
not correspond to a current version of iperf3 (at this moment in
time, it in fact is from

Update manpage rendering for the Web site.

While here, add a few words of explanation that the manpage might
not correspond to a current version of iperf3 (at this moment in
time, it in fact is from the not-yet-released iperf-3.2).

show more ...


# a51045de 20-Apr-2017 ralcini <[email protected]>

Service Authentication (#517)

Add an optional mode that requires clients to authenticate with the server.

In this mode, clients need to provide a username and a password, which are checked agains

Service Authentication (#517)

Add an optional mode that requires clients to authenticate with the server.

In this mode, clients need to provide a username and a password, which are checked against a password file on the server. The authentication credentials are protected by an RSA public keypair...the encrypted credentials are sent along with the test parameters.

Operationally the use of this feature places the following additional requirements on the build and installation of iperf3:

o The presence of the OpenSSL headers and libraries to build iperf3, and the libraries available on the client and server at runtime.

o Generation of an RSA public keypair; the private part is used by the server and the public part must be distributed to the clients.

o Username/password pairs for all authorized users, to be stored in a file on the server.

o Loose time synchronization between the server and clients (to within approximately 30 seconds).

o Appropriate command-line flags given on the client and server.

Note that iperf3 can be built and run as before, without fulfilling any of these requirements.

Partial documentation for this feature is included in this commit. It is anticipated that additional documentation text and editing will follow this merge.

Submitted by @ralcini. First suggested by @codyhanson in pull request #242.

show more ...


Revision tags: 3.1.7, 3.1.6
# c5147b68 13-Jan-2017 Bruce A. Mah <[email protected]>

Update on-line manpage to reflect iperf 3.1.5.


Revision tags: 3.1.5
# f0f3e52f 10-Nov-2016 Bruce A. Mah <[email protected]>

Update manpage in online docs to reflect 3.1-STABLE sometime after 3.1.4.
Fixes #440.


Revision tags: 3.1.4, 3.0.12, 3.1.3
# 08a2de45 06-Mar-2016 QuaSoft <[email protected]>

Add command line option `--forceflush` to allow user to request flushing of output at the end of each interval.

Fixes #299


Revision tags: 3.1.2, 3.1.1, 3.1, 3.1b3, 3.1b2, 3.1b1, 3.0.11, 3.0.10, 3.0.9, 3.0.8, 3.0.7, 3.0.6, 3.0.5, 3.0.4
# 14741dcb 31-Mar-2014 Bruce A. Mah <[email protected]>

First pass at new iperf3 documentation, implemented in reStructuredText.

Building and deploying the documentation requires some infrastructure
that's not part of this tree.