Run Apache benchmark tool (ab) from container and visualize results.
Install Docker. Clone this repo to your local machine. Run docker-compose:
docker-compose up
docker-compose exec ab sh
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"
http://localhost:5601/