The Wayback Machine - http://web.archive.org/web/20201019124134/https://github.com/naturalis/docker-ab
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ab
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

Run Apache benchmark (ab) and visualize using Kibana.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.