/docker-ab

Run Apache benchmark (ab) and visualize using Kibana.

Apache License 2.0Apache-2.0

docker-ab

Run Apache benchmark tool (ab) from container and visualize results.

Usage

Install Docker. Clone this repo to your local machine. Run docker-compose:

docker-compose up

Connect to ab container:

docker-compose exec ab sh

Run ab:

cat /mnt/urls/urls | parallel --colsep ',' "ab -e {2} -c 2 -n 200 {1} && cat {2} | tail -n 100 | sed 's/^/{2},/' >> /tmp/ab.csv"

Open Kibana webinterface

http://localhost:5601/

ab