version 1.1.1.2, 2021/03/17 00:36:45
|
version 1.1.1.3, 2023/09/27 11:14:54
|
Line 25 Bug Reports
|
Line 25 Bug Reports
|
----------- |
----------- |
|
|
Before submitting a bug report, try checking out the latest version of |
Before submitting a bug report, try checking out the latest version of |
the code, and confirm that it's not already fixed. Also see the :doc:`faq`. | the code, and confirm that it's not already fixed. Also see the :doc:`faq`. |
Then submit to the iperf3 issue tracker on GitHub: |
Then submit to the iperf3 issue tracker on GitHub: |
|
|
https://github.com/esnet/iperf/issues |
https://github.com/esnet/iperf/issues |
Line 47 for a complete list of iperf3 options)::
|
Line 47 for a complete list of iperf3 options)::
|
-T, --title str prefix every output line with this string |
-T, --title str prefix every output line with this string |
-F, --file name xmit/recv the specified file |
-F, --file name xmit/recv the specified file |
-A, --affinity n/n,m set CPU affinity (Linux and FreeBSD only) |
-A, --affinity n/n,m set CPU affinity (Linux and FreeBSD only) |
-k, --blockcount #[KMG] number of blocks (packets) to transmit (instead | -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead |
of -t or -n) |
of -t or -n) |
-L, --flowlabel set IPv6 flow label (Linux only) |
-L, --flowlabel set IPv6 flow label (Linux only) |
|
|
Line 62 Deprecated flags (currently no plans to support)::
|
Line 62 Deprecated flags (currently no plans to support)::
|
-d, --dualtest Do a bidirectional test simultaneously |
-d, --dualtest Do a bidirectional test simultaneously |
-r, --tradeoff Do a bidirectional test individually |
-r, --tradeoff Do a bidirectional test individually |
-T, --ttl time-to-live, for multicast (default 1) |
-T, --ttl time-to-live, for multicast (default 1) |
-x, --reportexclude [CDMSV] exclude C(connection) D(data) M(multicast) | -x, --reportexclude [CDMSV] exclude C(connection) D(data) M(multicast) |
S(settings) V(server) reports |
S(settings) V(server) reports |
-y, --reportstyle C report as a Comma-Separated Values |
-y, --reportstyle C report as a Comma-Separated Values |
|
|
Line 130 The developers increment the:
|
Line 130 The developers increment the:
|
Release Engineering Checklist |
Release Engineering Checklist |
----------------------------- |
----------------------------- |
|
|
1. Update the ``README`` and ``RELEASE_NOTES`` files to be accurate. Make sure | 1. Update the ``README`` and ``RELNOTES.md`` files to be accurate. Make sure |
that the "Known Issues" section of the ``README`` file and in this document |
that the "Known Issues" section of the ``README`` file and in this document |
are up to date. |
are up to date. |
|
|
Line 142 Release Engineering Checklist
|
Line 142 Release Engineering Checklist
|
status`` emits no output), make the changes necessary to produce |
status`` emits no output), make the changes necessary to produce |
the new version, such as bumping version numbers:: |
the new version, such as bumping version numbers:: |
|
|
vi RELEASE_NOTES # update version number and release date | vi RELNOTES.md # update version number and release date |
vi configure.ac # update version parameter in AC_INIT |
vi configure.ac # update version parameter in AC_INIT |
vi src/iperf3.1 # update manpage revision date if needed |
vi src/iperf3.1 # update manpage revision date if needed |
vi src/libiperf.3 # update manpage revision date if needed |
vi src/libiperf.3 # update manpage revision date if needed |
Line 176 Release Engineering Checklist
|
Line 176 Release Engineering Checklist
|
7. For extra points, actually try downloading, compiling, and |
7. For extra points, actually try downloading, compiling, and |
smoke-testing the results of the tarball on all supported |
smoke-testing the results of the tarball on all supported |
platforms. |
platforms. |
| |
8. Plug the SHA256 checksum into the release announcement. |
8. Plug the SHA256 checksum into the release announcement. |
|
|
9. PGP-sign the release announcement text using ``gpg --clearsign``. |
9. PGP-sign the release announcement text using ``gpg --clearsign``. |
Line 233 Code Authors
|
Line 233 Code Authors
|
The main authors of iperf3 are (in alphabetical order): Jon Dugan, |
The main authors of iperf3 are (in alphabetical order): Jon Dugan, |
Seth Elliott, Bruce A. Mah, Jeff Poskanzer, Kaustubh Prabhu. |
Seth Elliott, Bruce A. Mah, Jeff Poskanzer, Kaustubh Prabhu. |
Additional code contributions have come from (also in alphabetical |
Additional code contributions have come from (also in alphabetical |
order): Mark Ashley, Aaron Brown, Aeneas Jaißle, Susant Sahani, | order): Mark Ashley, Aaron Brown, Aeneas Jaißle, Susant Sahani, |
Bruce Simpson, Brian Tierney. |
Bruce Simpson, Brian Tierney. |
|
|
iperf3 contains some original code from iperf2. The authors of iperf2 |
iperf3 contains some original code from iperf2. The authors of iperf2 |