benschmaus / nodeload

HTTP load/traffic generator and benchmark tool built on Node.js
MIT License
399 stars 73 forks source link

RPS stats collector #6

Closed mmattozzi closed 13 years ago

mmattozzi commented 13 years ago

I think it's helpful to separate a RPS stats collector into its own stats collector rather than have it combined with the result codes. For example, if I'm running a load test where 99.99% of the responses are 200s, the line graph for RPS is dwarfed by the 200s count.

jonjlee commented 13 years ago

Thanks for the suggestion and changes, Mike!