summaryrefslogtreecommitdiffstats
path: root/rules/iperf3.in
diff options
context:
space:
mode:
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.