freebsd-ports/benchmarks/Makefile
Kirill Ponomarev db755cbc1b Add dkftpbench 0.45,
dkftpbench is an FTP benchmark program inspired by SPECweb99. The
result of the benchmark is a number-of-simultaneous-users rating;
after running the benchmark properly, you have a good idea how many
simultaneous dialup clients a server can support. The target
bandwidth per client is set at 28.8 kilobits/second to model dialup
users; this is important for servers on the real Internet, which
often serve thousands of clients on only 10 MBits/sec of bandwidth.

PR:		ports/73006
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-10-26 18:45:44 +00:00

43 lines
880 B
Makefile

# $FreeBSD$
#
COMMENT = Benchmarking tools
SUBDIR += autobench
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += bytebench
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += dkftpbench
SUBDIR += forkbomb
SUBDIR += himenobench
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += lmbench
SUBDIR += nbench
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += nttcp
SUBDIR += pear-Benchmark
SUBDIR += pipebench
SUBDIR += pnetmark
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += pybench
SUBDIR += rawio
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += stream
SUBDIR += tcpblast
SUBDIR += tmetric
SUBDIR += ttcp
SUBDIR += ubench
SUBDIR += webbench
SUBDIR += xengine
.include <bsd.port.subdir.mk>