diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2016-08-29 07:27:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-29 07:28:24 +0700 |
commit | f2557045b37a41b58e6de4f23e9e494b538bde86 (patch) | |
tree | 592505ae83757c21dc7159ec62acbc19e31747eb /network/iperf3/README | |
parent | 712eac86bbfd1f8db42edb131793a5d1ace8554b (diff) |
network/iperf3: Added (bandwidth measurement tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/iperf3/README')
-rw-r--r-- | network/iperf3/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/iperf3/README b/network/iperf3/README new file mode 100644 index 0000000000000..1c5222bbae271 --- /dev/null +++ b/network/iperf3/README @@ -0,0 +1,10 @@ +From the website: 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. + +This is a new implementation that shares no code with the original +iPerf and also is not backwards compatible. iPerf was orginally +developed by NLANR/DAST. iPerf3 is principally developed by ESnet / +Lawrence Berkeley National Laboratory. |