aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2014-01-21 04:56:03 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2014-01-21 04:56:03 +0000
commit12e3cef04f44d12a32132df448445939bd93de0a (patch)
treefd855d1f216c8ab9f9e415cd3fb12fc1c2f9db87 /benchmarks/Makefile
parent40ee141d8212407f975afc969fafd6356e8bb70c (diff)
downloadports-12e3cef04f44d12a32132df448445939bd93de0a.tar.gz
ports-12e3cef04f44d12a32132df448445939bd93de0a.zip
New port: benchmarks/iperf3
iperf is a tool for measuring the maximum TCP and UDP bandwidth along a path between two hosts. It allows the tuning of various parameters and UDP characteristics, and reports bandwidth, delay jitter, datagram loss. iperf was originally developed by NLANR/DAST. iperf3 is a new implementation from scratch, with the goal of a smaller, simpler code base, and a library version of the functionality that can be used in other programs. iperf3 also a number of features found in other tools such as nuttcp and netperf, but were missing from iperf 2.x. iperf3 is not backwards compatible with iperf 2.x. WWW: https://code.google.com/p/iperf/ Approved by: mat (mentor)
Notes
Notes: svn path=/head/; revision=340548
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 71c8b668ad5b..0338458e645b 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -30,6 +30,7 @@
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += iperf
+ SUBDIR += iperf3
SUBDIR += libmicro
SUBDIR += lmbench
SUBDIR += mdtest