Search code examples
apachewebbenchmarking

benchmark multiple URLs using ab


I'm trying to use "ab" to load test a website. I can't quite see how to hit more than one url using it, round-robin style. Is there a trick to doing this?

I saw some people starting ab with an &, but this isn't quite what I'm looking to do.


Solution

  • ab can't do this, but this github project can. takes a file with a list of URLs.

    https://github.com/philipgloyne/apachebench-for-multi-url