jajik / mod_proxy_cluster-perf-comparison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple performance comparison testsuite

NOTE: Clone this repository with --recurse-submodules.

To get some basic performance comparison between mod_proxy_cluster 1.3.x and 2.x, run:

sh setup.sh
sh run.sh

The given files use some variables which you can tweak to influence tests parameters such as number of tomcats, iterations count, etc.

This suite uses docker and runs everything on a single machine, so take the results with a grain of salt (especially if you run it on your workstation).

You can then print out summary of all runs by executing summary.sh.

Tools needed

  • ab
  • filename
  • sed
  • docker
  • git
  • maven

About


Languages

Language:Shell 51.6%Language:C++ 37.1%Language:Dockerfile 8.5%Language:CMake 2.8%