Threaded access log replayer for Tomcat?
Suffered a "DOS" attack, which 开发者_如何学JAVAbrought 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?
JMeter can do it, found this guide.
精彩评论