Home
last modified time | relevance | path

Searched refs:iperf3 (Results 1 – 25 of 27) sorted by relevance

12

/external/iperf3/
Dtest_commands.sh20 ./src/iperf3 -c $host -V -t 5 -T "test1"
21 ./src/iperf3 -c $host -u -V -t 5
23 ./src/iperf3 -c $host -i .3 -O 2 -t 5
25 ./src/iperf3 -c $host -i 1 -J -t 5
27 ./src/iperf3 -c $host -4 -t 5
28 ./src/iperf3 -c $host -4 -u -t 5
30 ./src/iperf3 -c $host -6 -t 5
31 ./src/iperf3 -c $host -6 -u -t 5
33 ./src/iperf3 -c $host -P 3 -t 5
34 ./src/iperf3 -c $host -u -P 3 -t 5
[all …]
DREADME.md1 iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool
12 This version, sometimes referred to as iperf3, is a redesign of an
13 original version developed at NLANR/DAST. iperf3 is a new
16 other programs. iperf3 also has a number of features found in other tools
19 Note that iperf3 is *not* backwards compatible with the original iperf.
21 Primary development for iperf3 takes place on CentOS Linux, FreeBSD,
26 iperf3 is principally developed by ESnet / Lawrence Berkeley National
33 Obtaining iperf3
36 Downloads of iperf3 are available at:
44 Building iperf3
[all …]
DRELEASE_NOTES8 * A new --repeating-payload option makes iperf3 use a payload pattern
27 * Functions related to authenticated iperf3 connections have been
36 * iperf3 no longer counts data received after the end of a test in
51 * iperf3 now builds on systems lacking a daemon(3) library call
71 ephemeral port number allocation that can make multi-stream iperf3
77 * iperf3 now builds on (some) macOS systems older than 10.7 (#607).
87 * iperf3 can now be built --without-openssl on systems where OpenSSL
101 * A bug that could cause iperf3 to overwrite the PID file of an
102 already-existing iperf3 process has been fixed (#623).
104 * iperf3 will now ignore nonsensical TCP MSS values (from the TCP
[all …]
Diperf3.spec.in1 Name: iperf3
19 iperf3 is a tool for active measurements of the maximum achievable
50 %{_mandir}/man1/iperf3.1.gz
52 %{_bindir}/iperf3
D.gitignore12 /iperf3.spec
20 src/iperf3
DMETADATA1 name: "iperf3"
DMakefile.in102 CONFIG_CLEAN_FILES = iperf3.spec
160 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \
367 iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in
/external/iperf3/docs/
Dobtaining.rst3 Obtaining iperf3
9 Note that ESnet does not distribute binary packages of iperf3. All of
14 * FreeBSD: `benchmarks/iperf3
15 <http://freshports.org/benchmarks/iperf3>`_ in the FreeBSD Ports Collection
16 * Fedora / CentOS: `iperf3
17 <https://apps.fedoraproject.org/packages/iperf3/>`_ and
18 `iperf3-devel
19 <https://apps.fedoraproject.org/packages/iperf3-devel>`_ in Fedora
20 19 and 20 and in Fedora EPEL 5, 6, and 7. iperf3 is included as a
23 * Ubuntu: `iperf3 <https://launchpad.net/ubuntu/+source/iperf3>`_,
[all …]
Dfaq.rst3 iperf3 FAQ
6 What is the history of iperf3, and what is the difference between iperf2 and iperf3?
10 was needed, and began development of iperf3. The goal was make the
14 iperf2. Many of the feature requests for iperf3 came from the
21 iperf3. iperf2.0.8, released in 2015, made iperf2 a useful tool. iperf2's
25 As of this writing (2017), both iperf2 and iperf3 are being actively
29 A feature comparison of iperf2, iperf3, and nuttcp is available at:
32 iperf3 parallel stream performance is much less than iperf2. Why?
33 iperf3 is single threaded, and iperf2 is multi-threaded. We
35 …e iperf3 streams use the method described `here <https://fasterdata.es.net/performance-testing/net…
[all …]
D2017-04-27.txt1 Subject: iperf3 status, April 2017
4 iperf3 development:
6 State of the iperf3 World, as seen from ESnet...
9 iperf3 was originally written to be a "better", more maintainable
21 We note that iperf3 lacks several features found in iperf2, for
27 iperf3.
29 ESnet's main interest in iperf3 is for testing high-performance
31 perfSONAR toolkit. iperf3 can be useful in other circumstances as
38 iperf3 Support
41 We're trying to work down the support backlog for iperf3. To that
[all …]
Dinvoking.rst1 Invoking iperf3
4 iperf3 includes a manual page listing all of the command-line options.
11 Using the default options, iperf3 is meant to show typical well
14 (such as ``splice()``-ing the data to ``/dev/null``). iperf3 does
19 iperf3 Manual Page
22 This section contains a plaintext rendering of the iperf3 manual page.
24 correspond to the current version of iperf3. The authoritative iperf3
35 iperf3 - perform network throughput tests
38 iperf3 -s [ options ]
39 iperf3 -c server [ options ]
[all …]
Dnews.rst1 iperf3 Project News
46 2017-06-06: iperf3 update, June 2017
52 2017-04-27: iperf3 update, April 2017
64 This version of iperf3 contains two documentation fixes, but is
74 This version of iperf3 contains two minor fixes. Notably, one of them
84 This version of iperf3 makes some improvements to the fair-queue-based
86 Users who use either of these aspects of iperf3 are encourage to
111 iperf3 process (it could theoretically lead to a remote code
144 2015-10-16: iperf3 Development Status
147 Beginning with the release of iperf 3.1, ESnet plans to support iperf3
[all …]
Dindex.rst6 iperf3 title
15 This version, sometimes referred to as iperf3, is a redesign of an
16 original version developed at NLANR / DAST. iperf3 is a new
19 other programs. iperf3 also incorporates a number of features found in
22 optional JSON output. Note that iperf3 is *not* backwards compatible
25 Primary development for iperf3 takes place on CentOS Linux, FreeBSD,
30 iperf3 is principally developed by `ESnet <http://www.es.net/>`_ /
D2017-06-06.txt1 Subject: iperf3 status, June 2017
16 compiling iperf3 from GitHub sources, to checkout / clone the iperf3
27 iperf3 Support
35 sites such as Stack Overflow. For bug reports (where you think iperf3
39 Thanks for your interest and support of iperf3,
Dbuilding.rst1 Building iperf3
4 Building iperf3, as with most tools of this type, is a fairly
11 iperf3 requires few (if any) dependencies on common operating
17 In many cases, iperf3 can be built and installed as follows:
Ddev.rst1 iperf3 Development
4 The iperf3 project is hosted on GitHub at:
14 The developer list for iperf3 is: iperf-dev@googlegroups.com.
29 Then submit to the iperf3 issue tracker on GitHub:
33 **Note:** Issues submitted to the old iperf3 issue tracker on Google
41 for a complete list of iperf3 options)::
82 * The ``-Z`` flag sometimes causes the iperf3 client to hang on OSX.
88 iperf3's ``--debug`` flag.) However, CWND does not actually ramp up
99 doing a ``make install`` before the ``iperf3`` executable can find
118 iperf3 version numbers use (roughly) a `Semantic Versioning
[all …]
/external/iperf3/.github/
DCONTRIBUTING.md1 # iperf3 Contribution Guidelines
3 Thanks for contributing to iperf3!
6 and other sorts of interactions with the iperf3 project. These are
12 iperf3 is officially supported on Linux (various distributions),
15 and/or running iperf3 on Windows, iOS, or Android.
21 bandwidth measurement tools, including iperf3. The iperf3
26 We specifically discourage the use of the issue tracker on the iperf3
31 alternatively use the iperf3 mailing list at
36 If you have improvements or bugfixes to make to iperf3, we'd love to
41 Before making any submission to the iperf3 project (whether it be code
[all …]
DISSUE_TEMPLATE.md1 _NOTE: The iperf3 issue tracker is for registering bugs, enhancement
3 questions about building or using iperf3. Those are best directed
4 towards the iperf3 mailing list at iperf-dev@google-groups.com or
7 regarding iperf3 can be found at http://software.es.net/iperf/faq.html._
11 * Version of iperf3:
17 _Please note: iperf3 is supported on Linux, FreeBSD, and macOS.
20 iperf3 on Windows, iOS, or Android._
DPULL_REQUEST_TEMPLATE.md1 _PLEASE NOTE the following text from the iperf3 license. Submitting a
2 pull request to the iperf3 repository constitutes "[making]
17 _The complete iperf3 license is available in the `LICENSE` file in the
18 top directory of the iperf3 source tree._
20 * Version of iperf3 (or development branch, such as `master` or
/external/iperf3/contrib/
Diperf3.gp2 # sample Gnuplot command file for iperf3 results
8 # iperf3 data fields
11 set output "iperf3.png"
12 #set output "iperf3.eps"
35 #plot "iperf3.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5, \
36 # "iperf3.new.dat" using 1:3 title '4.2 kernel' with linespoints lw 3 pt 7
DREADME.txt2 This directory contains files that might be useful to analyze iperf3 results
4 iperf3_to_gnuplot.py: converts iperf3 JSON output to format easy to plot in gnuplot
6 iperf3.gp: sample gnuplot commands to plot throught and retransmits
9 Other iperf3 related projects that might be of interest:
Diperf3.service2 Description=iperf3
6 ExecStart=/usr/bin/iperf3 -s
/external/iperf3/src/
DMakefile.am2 bin_PROGRAMS = iperf3 # Build and install an iper… program
96 dist_man_MANS = iperf3.1 libiperf.3
DMakefile.in93 bin_PROGRAMS = iperf3$(EXEEXT)
157 am_iperf3_OBJECTS = iperf3-main.$(OBJEXT)
235 ./$(DEPDIR)/iperf3-main.Po ./$(DEPDIR)/iperf3_profile-cjson.Po \
694 dist_man_MANS = iperf3.1 libiperf.3
843 iperf3$(EXEEXT): $(iperf3_OBJECTS) $(iperf3_DEPENDENCIES) $(EXTRA_iperf3_DEPENDENCIES)
844 @rm -f iperf3$(EXEEXT)
875 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3-main.Po@am__quote@ # am--include-marker
941 iperf3-main.o: main.c
942 … $(CPPFLAGS) $(iperf3_CFLAGS) $(CFLAGS) -MT iperf3-main.o -MD -MP -MF $(DEPDIR)/iperf3-main.Tpo -c…
943 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po
[all …]
/external/bcc/tests/python/
DCMakeLists.txt14 find_program(IPERF3 iperf3)
16 message(WARNING "Recommended test program 'iperf' or 'iperf3' not found")

12