summaryrefslogtreecommitdiff
path: root/httpbench.alpha.buetow.org/content/home.xml
diff options
context:
space:
mode:
authorPaul Buetow (centauri) <puppet@mx.buetow.org>2015-08-09 10:53:07 +0100
committerPaul Buetow (centauri) <puppet@mx.buetow.org>2015-08-09 10:53:07 +0100
commit2b40c40f32cecf6c3a82a0e88c0459084e73011a (patch)
treeb1089baaafb381f1693aceeaa65065bf3334eee3 /httpbench.alpha.buetow.org/content/home.xml
parent7397ede1a0805f3bc0a14f04b6e4b4b38db168e6 (diff)
parent2fab3867d291514b6666a8bd582fe8ae4896a1c0 (diff)
Merge
Diffstat (limited to 'httpbench.alpha.buetow.org/content/home.xml')
-rw-r--r--httpbench.alpha.buetow.org/content/home.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/httpbench.alpha.buetow.org/content/home.xml b/httpbench.alpha.buetow.org/content/home.xml
new file mode 100644
index 0000000..e3c4d73
--- /dev/null
+++ b/httpbench.alpha.buetow.org/content/home.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <important>
+ <text>
+ <strong>Important notice:</strong>
+ <noop>The host </noop>
+ <strong>.alpha.buetow.org</strong>
+ <noop>contains only development, test and PoC stuff. Replace </noop>
+ <strong>$shomething.alpha.buetow.org</strong>
+ <noop> with </noop>
+ <strong>$something.buetow.org</strong>
+ <noop> (if exists) to get the stable stuff.</noop>
+ </text>
+ </important>
+ <pagetitle>httpbench</pagetitle>
+ <important2>
+ <text>
+ <strong>Important notice:</strong>
+ <noop>This is beta software!!!</noop>
+ </text>
+ </important2>
+ <text>
+ <noop>httpbench is a small program for Linux, UNIX and a like written in C which can be used to benchmark HTTP servers. So why implementing a new benchmarking tool? Because I want a specific benchmark featureset which I could not find in another tools such as Apache Benchmarker or Siege and it's more fun to implement my own tool instead of extending the existing tools although other tools are in its most features much more advanced than httpbench! This is the current feature set:</noop>
+ </text>
+ <enumeration>
+ <enumitem>Iterating over a list of URLs</enumitem>
+ <enumitem>Measuring response times and calculating min, max and avg values</enumitem>
+ <enumitem>Measuring TCP/HTTP errors</enumitem>
+ <enumitem>Multi threaded for concurrent connections (using pthreads)</enumitem>
+ <enumitem>Set upper limit of requests per second wanted</enumitem>
+ <enumitem>Validation of response strings</enumitem>
+ <enumitem>*VERY* simple source code</enumitem>
+ <enumitem>Works with Linux, UNIX and a like</enumitem>
+ </enumeration>
+ <text>To get started fetch httpbench from the deb repository (see Download section) or fetch it from git and compile it.</text>
+</content>