aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-09-04 03:03:12 +0800
committermiwi <miwi@FreeBSD.org>2009-09-04 03:03:12 +0800
commitf1394ab58695110b2078d97b6d7d5abc57f8fa62 (patch)
treed2ba9dc544aea1acb3dd7e37d7af58eb83c1107c /benchmarks/Makefile
parent72dab7bdbaf9fab0bce492665697c5670a8c131e (diff)
downloadfreebsd-ports-gnome-f1394ab58695110b2078d97b6d7d5abc57f8fa62.tar.gz
freebsd-ports-gnome-f1394ab58695110b2078d97b6d7d5abc57f8fa62.tar.zst
freebsd-ports-gnome-f1394ab58695110b2078d97b6d7d5abc57f8fa62.zip
nuttcp is a network performance measurement tool intended for use
by network and system managers. Its most basic usage is to determine the raw TCP (or UDP) network layer throughput by transferring memory buffers from a source system across an interconnecting network to a destination system, either transferring data for a specified time interval, or alternatively transferring a specified number of bytes. nuttcp is based on nttcp, but have several useful features such as a server mode, rate limiting, multiple parallel streams, and timer based usage. WWW: http://www.lcp.nrl.navy.mil/nuttcp/ PR: ports/137876 Submitted by: Andy Clark <andrewclarkii at gmail.com>
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 ec69b43062e6..5c757363e693 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -32,6 +32,7 @@
SUBDIR += netpipe
SUBDIR += nqueens
SUBDIR += nttcp
+ SUBDIR += nuttcp
SUBDIR += octave-forge-benchmark
SUBDIR += p5-Benchmark-Forking
SUBDIR += p5-Benchmark-Stopwatch