Hi, It's first time to post here. Recently, I'm developing new function regarding ApacheBench(ab). Present ApacheBench supports only single URL. New function which I'm developing supports multi URLs like next.
./ab -c 1 -n 10 -L urls.txt In this case, ApacheBench picks up URLs from "urls.txt" and send requests. Also, confirm responses of document length for each requests. And, I've already opened source code here: http://code.google.com/p/apachebench-for-multi-url/ I would appreciate it if I could contribute it to Apache. Best regards, Atsushi Ishii