From 6a396aea4c5672e1b2720e88decc4d73772931ca Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 8 Apr 2019 22:29:52 +0100 Subject: [PATCH] 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 --- iperf3/iperf3.nm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 iperf3/iperf3.nm 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 -- 2.39.2