diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-08-25 11:13:11 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-08-25 11:13:11 +0000 |
commit | 0f4b5093f71da0a81791b136dbef5935045aa6bd (patch) | |
tree | 36393afb95ff18797662511f4e72467d41d713fb /benchmarks | |
parent | 19094cd53d0b198fa023c5c3d8adabf03e623a01 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dkftpbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/dkftpbench/pkg-descr | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 072037ac9f5e..a8aaf1662e87 100644 --- a/benchmarks/dkftpbench/Makefile +++ b/benchmarks/dkftpbench/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.kegel.com/dkftpbench/ MAINTAINER= novel@FreeBSD.org COMMENT= FTP benchmark program +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_AUTOTOOLS= automake14 autoconf diff --git a/benchmarks/dkftpbench/pkg-descr b/benchmarks/dkftpbench/pkg-descr index 395f2192f297..d64359398494 100644 --- a/benchmarks/dkftpbench/pkg-descr +++ b/benchmarks/dkftpbench/pkg-descr @@ -1,8 +1,9 @@ -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. +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. -WWW: http://www.kegel.com/dkftpbench/ +WWW: http://www.kegel.com/dkftpbench/ |