summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2022-12-01 13:41:23 +0100
committerAndreas Fankhauser hiddenalpha.ch2022-12-01 13:41:23 +0100
commitc4988524fbc988e4cf59d3c18141147ba1b82428 (patch)
treed036d760207405f185d40806685a587ea44b520a /src/main
parentc7110d553c64985ac7d0fb88117791b8f01d5beb (diff)
downloadUnspecifiedGarbage-c4988524fbc988e4cf59d3c18141147ba1b82428.zip
UnspecifiedGarbage-c4988524fbc988e4cf59d3c18141147ba1b82428.tar.gz
(HttpFlood) Rewrite intro in sub-README
Diffstat (limited to 'src/main')
-rw-r--r--src/main/nodejs/HttpFlood/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main/nodejs/HttpFlood/README.md b/src/main/nodejs/HttpFlood/README.md
index 37d8453..3ba7512 100644
--- a/src/main/nodejs/HttpFlood/README.md
+++ b/src/main/nodejs/HttpFlood/README.md
@@ -2,7 +2,15 @@
Load testing for http server
============================
-Here some notes about how to use scripts here to stress-test a HTTP server.
+Occasionally I have to produce some load towards gateleen sometimes for
+debugging or reproducing bugs. Luckily it is surprisingly simple to do this
+with a few lines of code. I now did tidy-up my scripts somewhat for better
+re-use. Every command has its own help page. Just call it with --help and you
+see what can be done.
+
+All you need is [nodejs](https://nodejs.org/en/download), and the script of
+interest. Nothing else is needed.
+[NO npm, NO node_modules, NO insertYourHolyFrameworkHere](https://devrant.com/rants/5107044).
## Example "How to kill gateleen"