Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 690
OneSolitaryNoob Avatar asked Aug 04 '14 05:08

OneSolitaryNoob


1 Answers

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

like image 110
OneSolitaryNoob Avatar answered Sep 25 '22 13:09

OneSolitaryNoob