678bb6dc57
good for testing performance with multiple TCP streams. Siege is an http regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP and HTTPS protocols. It allows the user hit a web server with a configurable number of concurrent simulated users. Those users place the webserver "under siege."
13 lines
568 B
Plaintext
13 lines
568 B
Plaintext
$OpenBSD: patch-utils_siege_config_in,v 1.1.1.1 2009/04/09 00:19:14 sthen Exp $
|
|
--- utils/siege.config.in.orig Wed Feb 18 11:27:17 2009
|
|
+++ utils/siege.config.in Wed Feb 18 11:27:29 2009
|
|
@@ -14,7 +14,7 @@ if test -f $rcfile; then
|
|
echo "siege.config"
|
|
echo "usage: siege.config [no arguments]"
|
|
echo "----------------------------------"
|
|
- echo "Resource file already install as $rcfile"
|
|
+ echo "Resource file already installed as $rcfile"
|
|
echo "Use your favorite editor to change your configuration by"
|
|
echo "editing the values in that file."
|
|
echo ""
|