diff options
author | steve <steve@FreeBSD.org> | 1999-08-01 11:21:01 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-01 11:21:01 +0800 |
commit | 86d427ae6b6ddb1fe5ddd39cf2e33257cc65ba9e (patch) | |
tree | 4de88ff3453a8cdfef128bec4a957e5a9d5632af /www/httperf/pkg-descr | |
parent | fb6514cb524eb2b97afafe5dab4b42fc5903fa0a (diff) | |
download | freebsd-ports-gnome-86d427ae6b6ddb1fe5ddd39cf2e33257cc65ba9e.tar.gz freebsd-ports-gnome-86d427ae6b6ddb1fe5ddd39cf2e33257cc65ba9e.tar.zst freebsd-ports-gnome-86d427ae6b6ddb1fe5ddd39cf2e33257cc65ba9e.zip |
Initial import of httperf version 0.6.
A tool for measuring webserver performance.
PR: 12878
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'www/httperf/pkg-descr')
-rw-r--r-- | www/httperf/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/httperf/pkg-descr b/www/httperf/pkg-descr new file mode 100644 index 000000000000..3aee471c8cbf --- /dev/null +++ b/www/httperf/pkg-descr @@ -0,0 +1,21 @@ +Quoted from the website below: + + "This paper describes httperf, a tool for measuring web server +performance. It provides a flexible facility for generating various +HTTP workloads and for measuring server performance. The focus of httperf +is not on implementing one particular benchmark but on providing a robust, +high-performance tool that facilitates the construction of both micro- +and macro-level benchmarks. The three distinguishing characteristics of +httperf are its robustness, which includes the ability to generate and +sustain server overload, support for the HTTP/1.1 protocol, and its +extensibility to new workload generators and performance measurements. +In addition to reporting on the design and implementation of httperf this +paper also discusses some of the experiences and insights gained while +realizing this tool." + +"This paper" refers to the paper that was written on this program. I don't +think I could possibly summarize it better than the above paragraph. + +WWW: http://www.hpl.hp.com/personal/David_Mosberger/httperf.html + +- Will <andrews@technologist.com> |