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/slack-desc | |
parent | 712eac86bbfd1f8db42edb131793a5d1ace8554b (diff) | |
download | slackbuilds-f2557045b37a41b58e6de4f23e9e494b538bde86.tar.gz |
network/iperf3: Added (bandwidth measurement tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/iperf3/slack-desc')
-rw-r--r-- | network/iperf3/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/iperf3/slack-desc b/network/iperf3/slack-desc new file mode 100644 index 0000000000..a5061c91e8 --- /dev/null +++ b/network/iperf3/slack-desc @@ -0,0 +1,18 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +iperf3: iperf3 (bandwidth measurement tool) +iperf3: +iperf3: Perf3 is a tool for active measurements of the maximum achievable +iperf3: bandwidth on IP networks. It supports tuning of various parameters +iperf3: related to timing, buffers and protocols (TCP, UDP, SCTP, with IPv4 +iperf3: and IPv6). For each test it reports the bandwidth, loss, and other +iperf3: parameters. +iperf3: +iperf3: This is a new implementation that shares no code with the original +iperf3: iPerf and also is not backwards compatible. |