freebsd-ports/benchmarks/webbench/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
518 B
Text

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