Server Benchmarking: What tools to use with my real-world test data

Posted by mdemmitt on Stack Overflow See other posts from Stack Overflow or by mdemmitt
Published on 2009-10-09T06:49:08Z Indexed on 2010/04/21 14:03 UTC
Read the original article Hit count: 307

I want to benchmark a new server using historical HTTP-request data. I have a textfile that contains one day's worth of real historical requests to a production server. What is the best tool for sending that list of requests on the server I'm testing? The tool I use should be able to configure the following:

  1. Number of threads making the requests
  2. Number of requests/second sent
  3. A list of request URLs to use when making the requests.

Apache Bench seems like a close fit. However, Bench does not seem to be able to take in a list of request URLs as a parameter. What would you recommend?

© Stack Overflow or respective owner

Related posts about server

Related posts about load-testing