views:

20

answers:

1

Hi,

Suffered a "DOS" attack, which brought down my Tomcat 6 server by issuing numerous GET requests. I would like to replay the access file, preferably with multiple threads. Anyone know a good tool, or do I need to write it myself?

A: 

JMeter can do it, found this guide: http://jakarta.apache.org/jmeter/usermanual/jmeter_accesslog_sampler_step_by_step.pdf

Tomas