Skip to content

0.7.0

Compare
Choose a tag to compare
@stevej stevej released this 21 Jul 21:19

[0.7.0] - 2016-07-21

Added

  • We now output min and max latency numbers bracketing the latency percentiles. (Fixes #13)
  • You can now pass a CSV of Host headers and it will fairly split traffic with each Host header.
  • Each request has a header called Sc-Req-Id with a unique numeric value to help debug proxy interactions.

    Changed

  • Output now shows good/bad/failed requests
  • Improved qps calculation when fractional milliseconds are involved. (Fixed #5)
  • -reuse is now on by default. If you want to turn reuse off, use -noreuse (Fixes #11)