diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:20:07 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:20:07 -0400 |
commit | d84b11ef34ddb9223fe08b35ef2cc7f53f5b43e3 (patch) | |
tree | 4c5a3938fb9b87956252cea2e1006830ebc706b8 /network/siege | |
parent | 23ef4e0bef890e90740c57a8e0c17691b3e86dd0 (diff) | |
download | slackbuilds-d84b11ef34ddb9223fe08b35ef2cc7f53f5b43e3.tar.gz |
network/siege: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/siege')
-rw-r--r-- | network/siege/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/network/siege/README b/network/siege/README index 5ec3a5fccf..0123ce68c9 100644 --- a/network/siege/README +++ b/network/siege/README @@ -1,6 +1,7 @@ -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 to hit -a web server with a configurable number of concurrent simulated users. Those -users place the webserver "under siege." +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 to hit a web server with a configurable +number of concurrent simulated users. Those users place the webserver +"under siege." |