Home
last modified time | relevance | path

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

12

/iperf/
H A Dtest_commands.sh21 ./src/iperf3 -c "$host" -u -V -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
38 ./src/iperf3 -c "$host" -P 3 -t 5
47 ./src/iperf3 -c "$host" -Z -t 5
52 ./src/iperf3 -c "$host" -n 5M
55 ./src/iperf3 -c "$host" -n 5M -R
60 ./src/iperf3 -c "$host" -k 1K
[all …]
H A 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
35 Obtaining iperf3
38 Downloads of iperf3 are available at:
46 Building iperf3
59 Invoking iperf3
86 already been fixed. Then submit to the iperf3 issue tracker on
105 Although iperf2 and iperf3 both measure network performance,
120 Some iperf2 options are not available in iperf3:
[all …]
H A DRELNOTES.md1 iperf3 Release Notes
47 * GNU autoconf 2.71 or newer is now required to regenerate iperf3's
72 interface has been added to make iperf3 work better with
153 a statically-linked iperf3 binary to be built (#989).
160 * Clock skew between the iperf3 client and server will no longer
322 already-existing iperf3 process has been fixed (#623).
339 iperf3 server (#517).
519 the context of iperf3.
544 * On supported platforms (recent Linux), iperf3 can use
628 iperf3 server in daemon mode (issue #119).
[all …]
H A 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
H A D.gitignore12 /iperf3.spec
22 src/iperf3
H A DMakefile.in103 CONFIG_CLEAN_FILES = iperf3.spec
158 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \
372 iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in
/iperf/docs/
H A Dobtaining.rst3 Obtaining iperf3
9 Note that ESnet does not distribute binary packages of iperf3. All of
14 * FreeBSD: `benchmarks/iperf3
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>`_,
27 * Windows: `iperf3 binaries for Windows
[all …]
H A 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
32 iperf3 parallel stream performance is much less than iperf2. Why?
33 iperf3 is single threaded, and iperf2 is multi-threaded. We
38 iperf3 is not officially supported on Windows, but iperf2 is. We
45 How can I build a statically-linked executable of iperf3?
63 #. Configure iperf3 thusly: ``configure "LDFLAGS=--static"
147 large packets are sent, e.g. the default iperf3 128KB (131,072
[all …]
H A 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
38 iperf3 Support
46 discouraging the use of the iperf3 issue tracker for questions.
72 iperf3 Web site, at:
[all …]
H A Dinvoking.rst1 Invoking iperf3
19 iperf3 Manual Page
24 correspond to the current version of iperf3. The authoritative iperf3
38 iperf3 -s [ options ]
51 iperf3 -s
53 iperf3 --server
64 iperf3 -s -p 5002
72 iperf3 -c iperf3.example.com
81 iperf3 -c iperf3.example.com -p 5002
95 iperf3 -c iperf3.example.com -p 5202 -R
[all …]
H A Dnews.rst1 iperf3 Project News
120 2017-06-06: iperf3 update, June 2017
126 2017-04-27: iperf3 update, April 2017
138 This version of iperf3 contains two documentation fixes, but is
185 iperf3 process (it could theoretically lead to a remote code
218 2015-10-16: iperf3 Development Status
324 iperf3 project documentation can now be found at:
329 will be migrated from the iperf3 wiki to GitHub Pages.
354 2014-06-10: New iperf3 download site
357 iperf3 downloads are now hosted on a new server at ESnet:
[all …]
H A Ddev.rst1 iperf3 Development
4 The iperf3 project is hosted on GitHub at:
14 The developer list for iperf3 is: [email protected].
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.
99 doing a ``make install`` before the ``iperf3`` executable can find
118 iperf3 version numbers use (roughly) a `Semantic Versioning
147 vi src/iperf3.1 # update manpage revision date if needed
[all …]
H A 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/>`_ /
H A 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,
H A 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:
/iperf/.github/
H A 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.
23 iperf3 documentation Web site at http://software.es.net/iperf/
32 alternatively use the iperf3 mailing list at
37 If you have improvements or bugfixes to make to iperf3, we'd love to
43 or documentation), we urge you to consult the iperf3 license, in
59 we strongly encourage discussing them with the iperf3 maintainers
[all …]
H A DISSUE_TEMPLATE.md1 _NOTE: The iperf3 issue tracker is for registering bugs, enhancement
3 questions about building or using iperf3. Those are best directed
6 or to the iperf3 mailing list at [email protected].
8 regarding iperf3 can be found at http://software.es.net/iperf/faq.html._
12 * Version of iperf3:
18 _Please note: iperf3 is supported on Linux, FreeBSD, and macOS.
21 iperf3 on Windows, iOS, or Android._
H A 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
/iperf/contrib/
H A DDockerfile4 # - Build Docker image: docker build -t iperf3 -f contrib/Dockerfile .
7 # - Help: docker run iperf3 --help
8 # - Server: docker run -p 5201:5201 -it iperf3 -s
9 # - Client: docker run -it iperf3 -c 192.168.1.1 (note: since this is a minimal image and does not …
11 COPY src/iperf3 /iperf3
13 ENTRYPOINT ["/iperf3"]
H A 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
H A 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 throughput and retransmits
9 Other iperf3 related projects that might be of interest:
H A Diperf3.service2 Description=iperf3
6 ExecStart=/usr/bin/iperf3 -s
/iperf/src/
H A DMakefile.am2 bin_PROGRAMS = iperf3 # Build and install an iper… program
102 dist_man_MANS = iperf3.1 libiperf.3
H A DMakefile.in93 bin_PROGRAMS = iperf3$(EXEEXT)
159 am_iperf3_OBJECTS = iperf3-main.$(OBJEXT)
243 ./$(DEPDIR)/iperf3-main.Po ./$(DEPDIR)/iperf3_profile-cjson.Po \
711 dist_man_MANS = iperf3.1 libiperf.3
861 @rm -f iperf3$(EXEEXT)
963 iperf3-main.o: main.c
965 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po
970 iperf3-main.obj: main.c
972 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3-main.Tpo $(DEPDIR)/iperf3-main.Po
1739 -rm -f ./$(DEPDIR)/iperf3-main.Po
[all …]
/iperf/config/
H A Diperf_config_static_bin.m43 AS_HELP_STRING([--enable-static-bin], [link iperf3 binary statically]),

12