freebsd-ports/benchmarks/Makefile
Martin Wilke 335c40d5eb 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>
2009-09-03 19:03:12 +00:00

72 lines
1.5 KiB
Makefile

# $FreeBSD$
#
COMMENT = Benchmarking tools
SUBDIR += autobench
SUBDIR += blogbench
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += dkftpbench
SUBDIR += fhourstones
SUBDIR += flops
SUBDIR += forkbomb
SUBDIR += geekbench
SUBDIR += gsbench
SUBDIR += gtkperf
SUBDIR += himenobench
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += imb
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += iperf
SUBDIR += libmicro
SUBDIR += lmbench
SUBDIR += mdtest
SUBDIR += nbench
SUBDIR += netio
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += nqueens
SUBDIR += nttcp
SUBDIR += nuttcp
SUBDIR += octave-forge-benchmark
SUBDIR += p5-Benchmark-Forking
SUBDIR += p5-Benchmark-Stopwatch
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pathrate
SUBDIR += pear-Benchmark
SUBDIR += pipebench
SUBDIR += pnetmark
SUBDIR += polygraph
SUBDIR += polygraph31
SUBDIR += postal
SUBDIR += postmark
SUBDIR += pybench
SUBDIR += raidtest
SUBDIR += rawio
SUBDIR += rubygem-railsbench
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += sipp
SUBDIR += slowloris
SUBDIR += stream
SUBDIR += super-smack
SUBDIR += sysbench
SUBDIR += tcpblast
SUBDIR += thrulay
SUBDIR += tmetric
SUBDIR += ttcp
SUBDIR += ubench
SUBDIR += unixbench
SUBDIR += webbench
SUBDIR += xdd
SUBDIR += xengine
.include <bsd.port.subdir.mk>