aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-03 19:03:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-03 19:03:12 +0000
commit335c40d5ebbd640fc8a92b56b628a7278e78dc27 (patch)
treed15c62550b1abb3657d512ea6d886d687fa9782b /benchmarks/Makefile
parent61cbdc3c32810cde8d66ad3fe1b72eb29bacc536 (diff)
downloadports-335c40d5ebbd640fc8a92b56b628a7278e78dc27.tar.gz
ports-335c40d5ebbd640fc8a92b56b628a7278e78dc27.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>
Notes
Notes: svn path=/head/; revision=240790
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