From e43a989acd2055661bb2d93454f2f7aa4e6e5177 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Thu, 1 Jan 2015 23:35:31 +0100 Subject: use alpha.buetow.org instead of buetow.ninja --- httpbench.alpha.buetow.org/content/home.xml | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 httpbench.alpha.buetow.org/content/home.xml (limited to 'httpbench.alpha.buetow.org/content/home.xml') 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 @@ + + + + + Important notice: + The host + .alpha.buetow.org + contains only development, test and PoC stuff. Replace + $shomething.alpha.buetow.org + with + $something.buetow.org + (if exists) to get the stable stuff. + + + httpbench + + + Important notice: + This is beta software!!! + + + + 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: + + + Iterating over a list of URLs + Measuring response times and calculating min, max and avg values + Measuring TCP/HTTP errors + Multi threaded for concurrent connections (using pthreads) + Set upper limit of requests per second wanted + Validation of response strings + *VERY* simple source code + Works with Linux, UNIX and a like + + To get started fetch httpbench from the deb repository (see Download section) or fetch it from git and compile it. + -- cgit v1.2.3