newsapps / beeswithmachineguns

A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications).
http://apps.chicagotribune.com/
MIT License
6.43k stars 631 forks source link

Summarized failed requests details in the final report #103

Closed lucaagostini closed 9 years ago

lucaagostini commented 9 years ago

In ab (Apache Benchmark) response when there are some failed requests, it also return information about errors details. Requests can be considered failed for different conditions: connect, exception, length, etc... I summarized in the final report the details about failed requests. This can be usefull because some times length errors can be ignored and if you haven't got any information about the reason the requests failed it's difficult to know if the test is ok or not.