summaryrefslogtreecommitdiffstats
path: root/rules/iperf3.in
blob: cc73c85d3f9aac53a8ce158f5bf3e98feff56605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.