diff options
Diffstat (limited to 'benchmarks/webbench/pkg-descr')
-rw-r--r-- | benchmarks/webbench/pkg-descr | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/benchmarks/webbench/pkg-descr b/benchmarks/webbench/pkg-descr index dfe95e6ae5ce..7a0b39788cd7 100644 --- a/benchmarks/webbench/pkg-descr +++ b/benchmarks/webbench/pkg-descr @@ -1,7 +1,12 @@ -webbench is very simple tool for benchmarking WWW or proxy servers. Uses fork() -for simulating multiple clients and can use HTTP/0.9-HTTP/1.1 requests. This -benchmark is not very realistic, but can test if your HTTPD can realy handle -many clients at once (try to run some CGIs) without taking your machine down. -Displays pages/min and bytes/sec. +webbench is very simple HTTP benchmarking tool, which can benchmark +both WWW and proxy servers. webbench uses fork() for simulating +multiple clients and supports benchmarking by HTTP/0.9-HTTP/1.1 +requests (without Keep-Alive). This benchmark is not very realistic, +but can test if your HTTPD can really handle many clients at once (try +to run some CGIs) without taking your machine down. I am using this +program for setting maximum number of Apaches. Webbench displays +results in pages/min and bytes/sec. Radim Kolar + +WWW: http://home.tiscali.cz/~cz210552/webbench.html
\ No newline at end of file |