diff options
author | bmah <bmah@FreeBSD.org> | 2014-01-21 12:56:03 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2014-01-21 12:56:03 +0800 |
commit | aef3c265255acb42d5d5d2269609b4f9f1701ebc (patch) | |
tree | fd855d1f216c8ab9f9e415cd3fb12fc1c2f9db87 /benchmarks/Makefile | |
parent | f26f4bd6d412a35dd082a5df949f805951a65e91 (diff) | |
download | freebsd-ports-gnome-aef3c265255acb42d5d5d2269609b4f9f1701ebc.tar.gz freebsd-ports-gnome-aef3c265255acb42d5d5d2269609b4f9f1701ebc.tar.zst freebsd-ports-gnome-aef3c265255acb42d5d5d2269609b4f9f1701ebc.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)
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
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 |