github fortio/fortio v0.6.0
fortio v0.6.0

latest releases: v1.63.5, v1.63.5-pre2, v1.63.5-pre1...
6 years ago

Pretty big changes in the stats/histogram in this release! (#77)

  • Adding an extra <=0 bucket and changing bucket interval definition

  • Fixed the cumulative percentile graph to be flat between gap and draw until the end of the interval and not the mid point

  • Add support for RecordN to record N instance of same data point

  • Delay can now also be a list of probabilities

eg
delay="10ms:20,20ms:10,1s:0.5" for 20% 10ms, 10% 20ms, 0.5% 1s and
69.5% 0 delay

  • Allow optional % at the end of the percentage probability (it helps self documenting the feature)

  • Split export and calc percentile(s)

calculate the percentiles after export (scaled data, calculated
cumulative percentage etc…)

Also in this release

  • #71 Increased coverage from 66% to 82% with many core files as near to 100% as possible: found and fixed a synchronization/abort bug as a positive side effect.

  • We are now mentioned in Awesome Go

  • #62 Fixes to fortio report mode to only serve .json and returns 404s. TSV index/export. Only expose .json files, create our own index for directory. Added CORS header so json data can be downloaded anywhere.

  • #65 Configurable timeouts and histogram at different offset/resolution merging support.

Don't miss a new fortio release

NewReleases is sending notifications on new releases.