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: 334
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:
- Number of threads making the requests
- Number of requests/second sent
- 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