summaryrefslogtreecommitdiffstats
path: root/rules/iperf3.in
diff options
context:
space:
mode:
authorBastian Stender <bst@pengutronix.de>2017-10-18 15:17:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-10-25 16:27:25 +0200
commit627e0d0444cee921b06ebfe3710c712eef7f48e1 (patch)
treebbb5daea1337022e1d04a7793a10d96468797a99 /rules/iperf3.in
parent632178aa52dc22d500340edeac29e57b5dfbaa3b (diff)
downloadptxdist-627e0d0444cee921b06ebfe3710c712eef7f48e1.tar.gz
ptxdist-627e0d0444cee921b06ebfe3710c712eef7f48e1.tar.xz
iperf3: new package
iperf3 is a new iperf implementation from scratch including a library version of the functionality (also used by the iperf3 binary). iperf3 is not backwards compatible, but iperf2 is still under active development. So both versions should be available in ptxdist. The installed files do not conflict. Signed-off-by: Bastian Stender <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iperf3.in')
-rw-r--r--rules/iperf3.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/iperf3.in b/rules/iperf3.in
new file mode 100644
index 000000000..cc73c85d3
--- /dev/null
+++ b/rules/iperf3.in
@@ -0,0 +1,13 @@
+## SECTION=test_suites
+config IPERF3
+ tristate
+ select OPENSSL
+ select LIBC_PTHREAD
+ select GCCLIBS_GCC_S
+ select GCCLIBS_CXX
+ prompt "iperf3"
+ help
+ iperf 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.