From: Michael Tremer Date: Mon, 8 Apr 2019 21:29:52 +0000 (+0100) Subject: iperf3: New package X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fipfire-3.x.git;a=commitdiff_plain;h=6a396aea4c5672e1b2720e88decc4d73772931ca iperf3: New package iPerf3 is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports the bandwidth, loss, and other parameters. Signed-off-by: Michael Tremer --- diff --git a/iperf3/iperf3.nm b/iperf3/iperf3.nm new file mode 100644 index 000000000..2437ed9bd --- /dev/null +++ b/iperf3/iperf3.nm @@ -0,0 +1,39 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = iperf3 +version = 3.1.3 +release = 1 +thisapp = iperf-%{version} + +groups = Applications/Internet +url = https://iperf.fr +license = BSD +summary = The ultimate speed test tool for TCP, UDP and SCTP + +description + iPerf3 is a tool for active measurements of the maximum achievable + bandwidth on IP networks. It supports tuning of various parameters + related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4 + and IPv6). For each test it reports the bandwidth, loss, and other + parameters. +end + +source_dl = https://iperf.fr/download/source/ +sources = %{thisapp}-source.tar.gz + +build + requires + gcc-c++ + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end