Closed ghost closed 7 years ago
I can try to implement this @sdsykes
Well, it won't be easy change as I would like to introduce hdr histogram both into lambda, queue and aggregations.
I'd probably forget mean:
[min, 50%, 75%, 95%, 99%, Max]
@wendigo nice to see you too on this project ;) ...cheers from OLX/NaspersClassifieds@Berlin
implemented & merged
@aidylewis please, have a try
@zeph Off work today, but will test tomorrow. Thanks.
This is not in master? This commit seems to be available only in issue#37 branch.
@subwiz I merged https://github.com/goadapp/goad/pull/101 already... I don't get it and issue#37 's branch is merged too https://github.com/goadapp/goad/pull/99
...can u pinpoint me the commit u refer to? or make a pull request and I'll review it
I was specifically looking for the -i
parameter to compute the percentiles. That seems to be not available in the master
?
it's not in the ab (apache benchmark) command line, so I'm asking our contractors to first baseline on that interface and add the extra features as part of a file based configuration (it will include a lot of other things) ...coming soon ;) [a month or two]
Thanks @zeph! Till then we are building branch issue#37
for the percentile computation.
The change that shows latencies in issue#37 corresponds to goad 1.2.0. That version is already very different than master/2.x. It would be a pity to lose this change because averages are often misleading. Would it be possible to incorporate that change back into master?
Average response times can be misleading with high standard deviations, so I would suggest using either percentiles or mean with percentiles. I'd also add the max response time.
[mean, 50, 95, 99, max]