For performance testing, I would like to capture some traffic from the production server and use it as the basis for re-requesting the request to the test server in order to simulate a realistic load in our development environment. These are all stateless requests, so there are no problems with cookies, sessions, etc.
Apache logging time all the time is reduced to 1 second, but this is not enough granularity for our peak time. What is the best way to capture smaller timestamps for playback? And is there some kind of ab like load generation program that can use this data to replicate the load?
performance regression-testing
Mark harrison
source share