| /iperf/docs/_esnet/static/ |
| H A D | esnet.css | 18 .navbar-default .navbar-nav > li > a { 21 .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { 24 …fault .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default … 28 …r-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default … 53 .navbar-default .navbar-nav .open .dropdown-menu > li > a { 56 …lt .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-me… 59 …active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default …
|
| /iperf/docs/ |
| H A D | invoking.rst | 45 user must establish both a server and a client. 86 data is sent over a separate TCP connection, as a separate flow of UDP 140 write a file with the process ID, most useful when running as a 159 only be bound to a single CPU (as opposed to a set containing 205 show a help synopsis 226 set a limit on the server side, which will cause a test to abort 232 can be specified by adding a '/' and a number to the bitrate 269 viding a shorter value may speed up detection of a down iperf3 276 stream. You can also add a '/' and a number to the bitrate 348 (this behavior is not a bug in iperf3 but a "feature" of the [all …]
|
| H A D | dev.rst | 20 a low volume of inquiries on the developer list is probably 21 acceptable. If necessary, a user-oriented mailing list might be 27 Before submitting a bug report, try checking out the latest version of 41 for a complete list of iperf3 options):: 63 -r, --tradeoff Do a bidirectional test individually 67 -y, --reportstyle C report as a Comma-Separated Values 76 interest to a large fraction of users or have high impact for some 108 the end of a test (particularly a UDP test), containing few or no 118 iperf3 version numbers use (roughly) a `Semantic Versioning 139 announcement can be used as a starting point. [all …]
|
| H A D | news.rst | 9 iperf 3.11 is principally a bugfix release. Also GitHub 40 iperf 3.9 adds a ``--timestamps`` flag, which prepends a timestamp to 102 iperf 3.4 fixes a number of minor bugs and adds a few enhancements. 170 This release fixes a few minor bugs, including a 184 These releases address a security issue that could cause a crash of an 216 This release fixes a few minor bugs. 243 platforms, and a number of bug fixes. 252 This maintenance release adds a -1 flag to make the iperf3 execute a 357 iperf3 downloads are now hosted on a new server at ESnet: 392 This version is a maintenance release that [all …]
|
| H A D | faq.rst | 9 iperf2's problems, ESnet decided by 2010 that a new, simpler tool 45 How can I build a statically-linked executable of iperf3? 48 quite a straight-forward process. 75 the last two steps are needed to produce a static executable. 98 #. After the configure step, there will be a definition in 121 I'm seeing quite a bit of unexpected UDP loss. Why? 203 I managed to get a Windows executable built, but why do I get a BSOD on Windows 7? 204 There seems to be a bug in Windows 7 where running iperf3 from a 214 Why can’t I run a UDP client with no server? 233 The ``-F`` option to iperf3 is not a file transfer utility. It's a [all …]
|
| H A D | 2017-04-27.txt | 3 This is the first of a series of (maybe periodic?) updates about 9 iperf3 was originally written to be a "better", more maintainable 14 McMahon of Broadcom. He (and other contributors) have fixed a number 25 such functionality are best met by using a recent version of iperf2 30 Research and Education (R&E) networks, especially as a part of the 34 has focused on the use of UDP for end-to-end latency testing on a 57 candidates for someone in the community to work on and submit as a 61 ESnet's goals and requirements for iperf3. If you're contemplating a 62 code change that would have a major, fundamental change on the iperf3 64 maintainers before doing a significant amount of work. [all …]
|
| H A D | 2017-06-06.txt | 6 We've done quite a bit of work the past few weeks getting the master 7 branch in shape to cut a new release, which will be the first of the 8 3.2.x series. These changes include fixes for a number of 11 authentication and a configurable client connection timeout) and 21 There is a mostly-final set of release notes in the RELEASE_NOTES file 30 After a lot of issue triage, we're down to 38 issues in the issue 32 earlier update, a lot of the issues we closed were user questions, not
|
| H A D | index.rst | 15 This version, sometimes referred to as iperf3, is a redesign of an 16 original version developed at NLANR / DAST. iperf3 is a new 17 implementation from scratch, with the goal of a smaller, simpler code 18 base, and a library version of the functionality that can be used in 19 other programs. iperf3 also incorporates a number of features found in 21 original iperf. These include, for example, a zero-copy mode and 32 is released under a three-clause BSD license.
|
| H A D | obtaining.rst | 20 19 and 20 and in Fedora EPEL 5, 6, and 7. iperf3 is included as a 24 is available in Trusty (backports), and as a part of the main 39 **Note:** Due to a software packaging error, the 3.0.2 release 40 tarball was not compressed, even though its filename had a ``.tar.gz`` 44 a "Releases" feature, which can automatically generate ``.zip`` or ``.tar.gz`` 47 version of files making up a release. 55 distributions from the the directory above (or a mirror site), and
|
| H A D | Makefile | 28 @echo " singlehtml to make a single large HTML file" 31 @echo " htmlhelp to make HTML files and a HTML help project" 32 @echo " qthelp to make HTML files and a qthelp project" 33 @echo " devhelp to make HTML files and a Devhelp project"
|
| /iperf/ |
| H A D | RELNOTES.md | 55 * Fix a bug where some --reverse tests didn't terminate (#982 / 80 * Fixed a few bugs in termination conditions for byte or 117 command-line argument. It allows a server to enforce a maximum 153 a statically-linked iperf3 binary to be built (#989). 255 the bytecounts. This fixes a bug that could, under some 337 * Authentication via a username/password mechanism, coupled with a 578 * Added a contrib/ directory containing a few submitted graphing 651 * Consumers of libiperf can now get the JSON output for a 697 * Fixed a series of problems that came from attempting a UDP test 865 -D, --daemon run server as a daemon [all …]
|
| H A D | README.md | 7 iperf is a tool for active measurements of the maximum achievable 12 This version, sometimes referred to as iperf3, is a redesign of an 13 original version developed at NLANR/DAST. iperf3 is a new 14 implementation from scratch, with the goal of a smaller, simpler code 15 base, and a library version of the functionality that can be used in 27 Laboratory. It is released under a three-clause BSD license. 93 information even if you're not using a supported platform, we 111 iperf3 contains a number of options and functions not present in 126 -y, --reportstyle C report as a Comma-Separated Values 164 acting on its behalf a paid-up, nonexclusive, irrevocable, [all …]
|
| H A D | INSTALL | 17 those values to create a `Makefile' in each directory of the package. 19 definitions. Finally, it creates a shell script `config.status' that 38 `configure' by a program called `autoconf'. You only need 40 a newer version of `autoconf'. 90 own directory. To do this, you must use a version of `make' that 96 If you have to use a `make' that does not support the `VPATH' 149 type, such as `sun4', or a canonical name which has the form: 165 If you want to _use_ a cross compiler, that generates code for a 179 A warning: not all `configure' scripts look for a site script. 184 Variables not defined in a site shell script can be set in the [all …]
|
| H A D | aclocal.m4 | 248 libext=a 809 dnl in a comment (ie after a #). 1798 # a 1K string should be a reasonable start. 4060 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ 7504 int a; 7513 int a; 7520 a=0 7528 a=0 7536 a = 0; 7642 rm -f a.out a.exe [all …]
|
| H A D | make_release | 48 tag -- create a tag 49 tar -- create a tarball from a tag 57 subcommands to explicitly specify a tag string. If not specified, the
|
| H A D | configure.ac | 12 # acting on its behalf a paid-up, nonexclusive, irrevocable, 18 # and others acting on its behalf a paid-up, nonexclusive, 23 # This code is distributed under a BSD style license, see the LICENSE 203 # Define HAVE_CPU_AFFINITY to indicate the CPU affinity setting as a 209 # Check for daemon(). Most systems have this but a few (IRIX) don't. 217 # Check for getline support, used as a part of authenticated
|
| H A D | LICENSE | 35 Laboratory, without imposing a separate written license agreement for such 36 Enhancements, then you hereby grant the following license: a non-exclusive, 47 Permission is hereby granted, free of charge, to any person obtaining a copy 69 This software was developed as part of a project at MIT. 75 a copy of this software and associated documentation files (the 102 * is included in all copies of any software which is or includes a copy 187 * obtaining a copy of this software (Iperf) and associated
|
| /iperf/src/ |
| H A D | cjson.c | 549 double maxVal = fabs(a) > fabs(b) ? fabs(a) : fabs(b); in compare_double() 1190 #define cjson_min(a, b) (((a) < (b)) ? (a) : (b)) argument 2537 cJSON *a = NULL; in cJSON_CreateIntArray() local 2564 return a; in cJSON_CreateIntArray() 2572 cJSON *a = NULL; in cJSON_CreateFloatArray() local 2600 return a; in cJSON_CreateFloatArray() 2608 cJSON *a = NULL; in cJSON_CreateDoubleArray() local 2636 return a; in cJSON_CreateDoubleArray() 2672 return a; in cJSON_CreateStringArray() 2954 if ((a == NULL) || (b == NULL) || ((a->type & 0xFF) != (b->type & 0xFF)) || cJSON_IsInvalid(a)) in cJSON_Compare() [all …]
|
| H A D | version.h.in | 13 * acting on its behalf a paid-up, nonexclusive, irrevocable, 19 * and others acting on its behalf a paid-up, nonexclusive, 24 * This code is distributed under a BSD style license, see the LICENSE
|
| /iperf/.github/ |
| H A D | PULL_REQUEST_TEMPLATE.md | 1 _PLEASE NOTE the following text from the iperf3 license. Submitting a 10 Laboratory, without imposing a separate written license agreement for such 11 Enhancements, then you hereby grant the following license: a non-exclusive, 25 * Brief description of code changes (suitable for use as a commit message):
|
| H A D | CONTRIBUTING.md | 13 FreeBSD, and macOS. Support may be provided on a best-effort basis to 24 contains various bits of helpful information, including a list of 51 Laboratory, without imposing a separate written license agreement for such 52 Enhancements, then you hereby grant the following license: a non-exclusive, 60 before doing a significant amount of work on the code. We might be 61 able to provide some guidance. Also, we're more likely to accept a
|
| H A D | ISSUE_TEMPLATE.md | 2 requests, or submissions of code. It is not a means for asking 19 Support may be provided on a best-effort basis to other UNIX-like 28 features, etc. should be done as a pull request at
|
| /iperf/docs/_esnet/ |
| H A D | README.rst | 6 pages. This repo is meant to be included into a project using git subtree and 28 ``sphinx-quickstart`` creates a basic conf.py file, however to use the ESnet 85 The files are in the ``docs`` directory. Take a look at the content of 86 ``index.rst``. Take a look at the docs from other projects and review the 101 ``open -a /Application/Google\ Chrome.app _build/html/index.html``
|
| /iperf/contrib/ |
| H A D | Dockerfile | 2 # - Configure for a static binary: ./configure --enable-static "LDFLAGS=--static" --disable-shared … 9 # - Client: docker run -it iperf3 -c 192.168.1.1 (note: since this is a minimal image and does not …
|
| /iperf/config/ |
| H A D | ax_check_openssl.m4 | 11 # Look for OpenSSL in a number of default spots, or in a user-selected 52 # if pkg-config is installed and openssl has installed a .pc file,
|