diff options
author | krion <krion@FreeBSD.org> | 2004-10-27 02:45:44 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-27 02:45:44 +0800 |
commit | f64fe67a91e0999826167d5f96e3bb04574939bc (patch) | |
tree | c2e46f4f5dca4de31d03be15288b0705d7449455 /benchmarks/Makefile | |
parent | adeb62a355e17fdd735b320b852fffeefd567dd4 (diff) | |
download | freebsd-ports-gnome-f64fe67a91e0999826167d5f96e3bb04574939bc.tar.gz freebsd-ports-gnome-f64fe67a91e0999826167d5f96e3bb04574939bc.tar.zst freebsd-ports-gnome-f64fe67a91e0999826167d5f96e3bb04574939bc.zip |
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>
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 611b2d51d3f6..89e4a4d8b8f6 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -9,6 +9,7 @@ SUBDIR += bytebench SUBDIR += dbench SUBDIR += dbs + SUBDIR += dkftpbench SUBDIR += forkbomb SUBDIR += himenobench SUBDIR += hpl |