From 1a364c358571948bb897afd0789a7521ed3d3b33 Mon Sep 17 00:00:00 2001 From: Gregor Date: Thu, 1 Jun 2017 22:36:30 +0200 Subject: [PATCH] Add stresstest reload page --- http/counter.html | 24 ++++++++++++++++++++++++ http/index.html | 1 + 2 files changed, 25 insertions(+) create mode 100644 http/counter.html diff --git a/http/counter.html b/http/counter.html new file mode 100644 index 0000000..b740a1c --- /dev/null +++ b/http/counter.html @@ -0,0 +1,24 @@ + + + + + + +
This page releoads as fast as it can to test the server.
+
It is meant as a stresstest to see when and if the server fails.
+

+

+ + \ No newline at end of file diff --git a/http/index.html b/http/index.html index b7c7e44..30df7bc 100644 --- a/http/index.html +++ b/http/index.html @@ -22,6 +22,7 @@
  • Index: This page (static)
  • A text file: Simple text, to verify MIME type is ok. (static)
  • Nice cars: Stress test, loads several "large" images. Makes the chip panic and restart :( (static)
  • +
  • Count Requests: Stress test, loads the same page over and over, counting every load. (static)
  • Zipped: File is actually saved as zipped.html.gz. A compressed file! (static but gzipped)
  • Zipped: Same exact file as served above. Server is smart enough to treat the .gz extension correctly (static but gzipped)
  • Arguments: Parses arguments passed in the URL and prints them. (Lua)