diff options
author | ashish <ashish@FreeBSD.org> | 2010-09-21 22:17:23 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-09-21 22:17:23 +0800 |
commit | 938f864cb4ea91363254d27c67b9f3d2fa632b54 (patch) | |
tree | 50bf72705e8a7d40aea98f139200210fbb5d2094 /benchmarks/Makefile | |
parent | a13cbf6bca1dcef1c3a0124bcfd639dcb136f3bc (diff) | |
download | freebsd-ports-gnome-938f864cb4ea91363254d27c67b9f3d2fa632b54.tar.gz freebsd-ports-gnome-938f864cb4ea91363254d27c67b9f3d2fa632b54.tar.zst freebsd-ports-gnome-938f864cb4ea91363254d27c67b9f3d2fa632b54.zip |
NetPerfMeter is a network performance meter for the UDP,
TCP, SCTP and DCCP transport protocols over IPv4 and IPv6.
It simultaneously transmits bidirectional flows to an endpoint
and measures the resulting flow bandwidths and QoS. The
results are written as vector and scalar files. The vector
files can e.g. be used to create plots of the results.
WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/
PR: ports/148994
Approved by: tabthorpe (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 99fdb1aff186..bb7b2aebdd63 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -30,6 +30,7 @@ SUBDIR += nbench SUBDIR += netio SUBDIR += netperf + SUBDIR += netperfmeter SUBDIR += netpipe SUBDIR += nqueens SUBDIR += nttcp |