./net/iperf3, TCP and UDP bandwidth performance measurement tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 3.1.6, Package name: iperf3-3.1.6, Maintainer: pkgsrc-users

Iperf3 is a tool for active measurements of the maximum achievable
bandwidth on IP networks. It supports tuning of various parameters
related to timing, protocols, and buffers. For each test it reports
the bandwidth, loss, and other parameters.

This version, sometimes referred to as iperf3, is a redesign of an
original version developed at NLANR/DAST. iperf3 is a new
implementation from scratch, with the goal of a smaller, simpler code
base, and a library version of the functionality that can be used in
other programs. Iperf3 also has a number of features found in other tools
such as nuttcp and netperf, but were missing from the original iperf.
These include, for example, a zero-copy mode and optional JSON output.
Note that iperf3 is NOT backwards compatible with the original iperf.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 55937ecf1bfeeb8121ff600c81395d73a2de6205
RMD160: 9aa05a5e2fa47daaebc2fa64a2c402913fa0ea5a
Filesize: 538.086 KB

Version history: (Expand)


CVS history: (Expand)


   2017-05-01 11:44:41 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5386 - requested by sevan
net/iperf3: build fix

Revisions pulled up:
- net/iperf3/Makefile                                           1.5

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Fri Apr 28 14:12:14 UTC 2017

   Modified Files:
           pkgsrc/net/iperf3: Makefile

   Log message:
   Requires C99 for some math functions.