Diff for /embedaddon/iperf/docs/index.rst between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2016/10/18 13:28:18 version 1.1.1.3, 2023/09/27 11:14:54
Line 6 Line 6
 iperf3  iperf3
 ======  ======
   
iperf is a tool for active measurements of the maximum achievableThe iperf series of tools perform active measurements to determine the
bandwidth on IP networks.  It supports tuning of various parametersmaximum achievable bandwidth on IP networks.  It supports tuning of
related to timing, protocols, and buffers.  For each test it reportsvarious parameters related to timing, protocols, and buffers.  For
the bandwidth, loss, and other parameters.each test it reports the measured throughput, loss, and other
 parameters.
   
 This version, sometimes referred to as iperf3, is a redesign of an  This version, sometimes referred to as iperf3, is a redesign of an
 original version developed at NLANR / DAST.  iperf3 is a new  original version developed at NLANR / DAST.  iperf3 is a new
Line 21  original iperf.  These include, for example, a zero-co Line 22  original iperf.  These include, for example, a zero-co
 optional JSON output.  Note that iperf3 is *not* backwards compatible  optional JSON output.  Note that iperf3 is *not* backwards compatible
 with the original iperf.  with the original iperf.
   
Primary development for iperf3 takes place on CentOS 6 Linux, FreeBSDPrimary development for iperf3 takes place on CentOS Linux, FreeBSD,
10, and MacOS 10.10.  At this time, these are the only officiallyand macOS.  At this time, these are the only officially
 supported platforms, however there have been some reports of success  supported platforms, however there have been some reports of success
 with OpenBSD, Android, and other Linux distributions.  with OpenBSD, Android, and other Linux distributions.
   
Line 30  iperf3 is principally developed by `ESnet <http://www. Line 31  iperf3 is principally developed by `ESnet <http://www.
 `Lawrence Berkeley National Laboratory <http://www.lbl.gov/>`_.  It  `Lawrence Berkeley National Laboratory <http://www.lbl.gov/>`_.  It
 is released under a three-clause BSD license.  is released under a three-clause BSD license.
   
   iperf2 is no longer being developed by its original maintainers.
   However, beginning in 2014, another developer began fixing bugs and
   enhancing functionality, and generating releases of iperf2.  Both
   projects (as of late 2017) are currently being developed actively, but
   independently.  More information can be found in the :ref:`faq`.
   
 Links for the Impatient  Links for the Impatient
 -----------------------  -----------------------
   
 Project homepage and documentation hosted on GitHub Pages:  Project homepage and documentation hosted on GitHub Pages:
http://software.es.net/iperf/https://software.es.net/iperf/
   
 Project site (source code repository, issue tracker) hosted on GitHub:  Project site (source code repository, issue tracker) hosted on GitHub:
 https://github.com/esnet/iperf  https://github.com/esnet/iperf
   
 Source code downloads:  Source code downloads:
http://downloads.es.net/pub/iperf/https://downloads.es.net/pub/iperf/
   
 Contents  Contents
 --------  --------
Line 53  Contents Line 60  Contents
    building     building
    invoking     invoking
    dev     dev
      faq
   
 Indices and tables  Indices and tables
 ------------------  ------------------
Line 60  Indices and tables Line 68  Indices and tables
 * :ref:`genindex`  * :ref:`genindex`
 * :ref:`modindex`  * :ref:`modindex`
 * :ref:`search`  * :ref:`search`
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>