Simulate high traffic using data from log files

high-loadload-testingstress-testing

I need to test a saas service load by sending 1000s requests/sec from multiple remote sources. The urls need to be from my access log.

Is there a service that can simulate high traffic using the data from my log files?

Best Answer

You can replay a log with httperf

Here are some instructions: http://dekoder.wordpress.com/2010/11/23/replay-traffic-with-httperf/

Related Topic