Ask HN: What Web server load testing tools are you using?
A Web developer should be able to tell how does their server perform under heavy loads before having those loads in production. Which tools are other hackers using? Which would you recommend as the best? And what makes those stand out? Thanks!
6 comments
[ 4.4 ms ] story [ 19.5 ms ] threadGrinder - able to record the test and customize, codes are in python.
Selenium - record in firefox, able to run the tests onto various web browsers.
I've been focusing specifically in performance and scalability for the last decade. The vast majority of problems that expose themselves under load or many-request scenarios are blatantly obvious in a profiler or tracing data access patterns. I recommend you start there, better use of time.