Skip to content

Commit e919e8c

Browse files
committed
trim excess whitespace
1 parent 50d6cce commit e919e8c

36 files changed

+324
-337
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66
- linux
77
- osx
88
- freebsd
9-
9+
1010
notifications:
1111
slack:
1212
secure: ImUmX7hcYotHWCDBfOcIvF6H7kkeGqiaUCy7SVPFtgPbz33ttpbRd94E7oxWVmZMLKb+i6+JCujTEWGwGBimzH+DjL0LLWs0ShzXZIUa1UzEPTc4hgV6VAxucYKFg2WrbXgOPWbulkMG1VZ6pX7GlAEGf0qyNqn44F7S2ay9m18=

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Invoking iperf3
6060
iperf3 includes a manual page listing all of the command-line options.
6161
The manual page is the most up-to-date reference to the various flags and parameters.
6262

63-
For sample command line usage, see:
63+
For sample command line usage, see:
6464

6565
https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/iperf/
6666

@@ -119,7 +119,7 @@ Some iperf2 options are not available in iperf3:
119119

120120
-r, --tradeoff Do a bidirectional test individually
121121
-T, --ttl time-to-live, for multicast (default 1)
122-
-x, --reportexclude [CDMSV] exclude C(connection) D(data) M(multicast)
122+
-x, --reportexclude [CDMSV] exclude C(connection) D(data) M(multicast)
123123
S(settings) V(server) reports
124124
-y, --reportstyle C report as a Comma-Separated Values
125125

contrib/iperf3.gp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# sample Gnuplot command file for iperf3 results
33
set term x11
4-
#set term png
4+
#set term png
55
#set term postscript landscape color
66
set key width -12
77

@@ -19,11 +19,11 @@ set grid linewidth 1
1919
set title "TCP performance: 40G to 10G host"
2020
set xlabel "time (seconds)"
2121
set ylabel "Bandwidth (Gbits/second)"
22-
set xrange [0:60]
23-
set yrange [0:15]
22+
set xrange [0:60]
23+
set yrange [0:15]
2424
set ytics nomirror
2525
set y2tics
26-
set y2range [0:2500]
26+
set y2range [0:2500]
2727
# dont plot when retransmits = 0
2828
set datafile missing '0'
2929
set pointsize 1.6
@@ -34,4 +34,3 @@ plot "40Gto10G.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5
3434

3535
#plot "iperf3.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5, \
3636
# "iperf3.new.dat" using 1:3 title '4.2 kernel' with linespoints lw 3 pt 7
37-

docs/2017-04-27.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ State of the iperf3 World, as seen from ESnet...
77
------------------------------------------------
88

99
iperf3 was originally written to be a "better", more maintainable
10-
follow-on to iperf2. This was seen to be necessary to fill the
10+
follow-on to iperf2. This was seen to be necessary to fill the
1111
requirements for the perfSONAR project (http://www.perfsonar.net).
1212

1313
In the past few years, iperf2 development has been restarted by Bob

docs/building.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ help to run ``./bootstrap.sh`` first from the top-level directory.
2424
By default, the ``libiperf`` library is built in both shared and
2525
static forms. Either can be suppressed by using the
2626
``--disabled-shared`` or ``--disable-static`` configure-time options.
27-

docs/dev.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Bug Reports
2525
-----------
2626

2727
Before submitting a bug report, try checking out the latest version of
28-
the code, and confirm that it's not already fixed. Also see the :doc:`faq`.
28+
the code, and confirm that it's not already fixed. Also see the :doc:`faq`.
2929
Then submit to the iperf3 issue tracker on GitHub:
3030

3131
https://github.com/esnet/iperf/issues
@@ -47,7 +47,7 @@ for a complete list of iperf3 options)::
4747
-T, --title str prefix every output line with this string
4848
-F, --file name xmit/recv the specified file
4949
-A, --affinity n/n,m set CPU affinity (Linux and FreeBSD only)
50-
-k, --blockcount #[KMG] number of blocks (packets) to transmit (instead
50+
-k, --blockcount #[KMG] number of blocks (packets) to transmit (instead
5151
of -t or -n)
5252
-L, --flowlabel set IPv6 flow label (Linux only)
5353

@@ -62,7 +62,7 @@ Deprecated flags (currently no plans to support)::
6262
-d, --dualtest Do a bidirectional test simultaneously
6363
-r, --tradeoff Do a bidirectional test individually
6464
-T, --ttl time-to-live, for multicast (default 1)
65-
-x, --reportexclude [CDMSV] exclude C(connection) D(data) M(multicast)
65+
-x, --reportexclude [CDMSV] exclude C(connection) D(data) M(multicast)
6666
S(settings) V(server) reports
6767
-y, --reportstyle C report as a Comma-Separated Values
6868

@@ -176,7 +176,7 @@ Release Engineering Checklist
176176
7. For extra points, actually try downloading, compiling, and
177177
smoke-testing the results of the tarball on all supported
178178
platforms.
179-
179+
180180
8. Plug the SHA256 checksum into the release announcement.
181181

182182
9. PGP-sign the release announcement text using ``gpg --clearsign``.
@@ -233,7 +233,7 @@ Code Authors
233233
The main authors of iperf3 are (in alphabetical order): Jon Dugan,
234234
Seth Elliott, Bruce A. Mah, Jeff Poskanzer, Kaustubh Prabhu.
235235
Additional code contributions have come from (also in alphabetical
236-
order): Mark Ashley, Aaron Brown, Aeneas Jaißle, Susant Sahani,
236+
order): Mark Ashley, Aaron Brown, Aeneas Jaißle, Susant Sahani,
237237
Bruce Simpson, Brian Tierney.
238238

239239
iperf3 contains some original code from iperf2. The authors of iperf2

docs/faq.rst

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@ What is the history of iperf3, and what is the difference between iperf2 and ipe
1313
threaded, and not worry about backwards compatibility with
1414
iperf2. Many of the feature requests for iperf3 came from the
1515
perfSONAR project (http://www.perfsonar.net).
16-
16+
1717
Then in 2014, Bob (Robert) McMahon from Broadcom restarted
1818
development of iperf2 (See
1919
https://sourceforge.net/projects/iperf2/). He fixed many of the
2020
problems with iperf2, and added a number of new features similar to
21-
iperf3. iperf2.0.8, released in 2015, made iperf2 a useful tool. iperf2's
21+
iperf3. iperf2.0.8, released in 2015, made iperf2 a useful tool. iperf2's
2222
current development is focused is on using UDP for latency testing, as well
2323
as broad platform support.
24-
24+
2525
As of this writing (2017), both iperf2 and iperf3 are being actively
2626
(although independently) developed. We recommend being familiar with
2727
both tools, and use whichever tool’s features best match your needs.
28-
28+
2929
A feature comparison of iperf2, iperf3, and nuttcp is available at:
3030
https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/throughput-tool-comparision/
31-
31+
3232
iperf3 parallel stream performance is much less than iperf2. Why?
3333
iperf3 is single threaded, and iperf2 is multi-threaded. We
3434
recommend using iperf2 for parallel streams.
3535
If you want to use multiple iperf3 streams use the method described `here <https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/iperf/multi-stream-iperf3/>`_.
36-
36+
3737
I’m trying to use iperf3 on Windows, but having trouble. What should I do?
3838
iperf3 is not officially supported on Windows, but iperf2 is. We
3939
recommend you use iperf2.
4040

4141
Some people are using Cygwin to run iperf3 in Windows, but not all
4242
options will work. Some community-provided binaries of iperf3 for
4343
Windows exist.
44-
44+
4545
How can I build a statically-linked executable of iperf3?
4646
There are a number of reasons for building an iperf3 executable with
4747
no dependencies on any shared libraries. Unfortunately this isn't
@@ -123,10 +123,10 @@ I'm seeing quite a bit of unexpected UDP loss. Why?
123123
issue with the default UDP send size that was fixed in
124124
3.1.5. Second, try adding the flag ``-w2M`` to increase the socket
125125
buffer sizes. That seems to make a big difference on some hosts.
126-
126+
127127
iperf3 UDP does not seem to work at bandwidths less than 100Kbps. Why?
128128
You'll need to reduce the default packet length to get UDP rates of less that 100Kbps. Try ``-l100``.
129-
129+
130130
TCP throughput drops to (almost) zero during a test, what's going on?
131131
A drop in throughput to almost zero, except maybe for the first
132132
reported interval(s), may be related to problems in NIC TCP Offload,
@@ -184,13 +184,13 @@ What congestion control algorithms are supported?
184184
On Linux, run this command to see the available congestion control
185185
algorithms (note that some algorithms are packaged as kernel
186186
modules, which must be loaded before they can be used)::
187-
187+
188188
/sbin/sysctl net.ipv4.tcp_available_congestion_control
189189

190190
On FreeBSD, the equivalent command is::
191191

192192
/sbin/sysctl net.inet.tcp.cc.available
193-
193+
194194
I’m using the ``--logfile`` option. How do I see file output in real time?
195195
Use the ``--forceflush`` flag.
196196

@@ -252,5 +252,3 @@ I have a question regarding iperf3...what's the best way to get help?
252252
We discourage the use of the iperf3 issue tracker on GitHub for
253253
support questions. Actual bug reports, enhancement requests, or
254254
pull requests are encouraged, however.
255-
256-

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ Indices and tables
6868
* :ref:`genindex`
6969
* :ref:`modindex`
7070
* :ref:`search`
71-

0 commit comments

Comments
 (0)