[ https://issues.apache.org/jira/browse/GEODE-6081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16700716#comment-16700716 ]
ASF GitHub Bot commented on GEODE-6081: --------------------------------------- upthewaterspout opened a new pull request #6: GEODE-6081: Probe that uses HdrHistogram URL: https://github.com/apache/geode-benchmarks/pull/6 Adding a new probe that uses HdrHistogram to generate a summary with a mean and 99th percentile latency. HdrHistogram should be more accurate than yardsticks histogram probe. This probe currently just reports a one line summary, but we could consider replacing the existing percentile and throughtput probes with this thing in the future - it has its own file format for recording per sample histograms. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Use HdrHistogram for percentile data > ------------------------------------ > > Key: GEODE-6081 > URL: https://issues.apache.org/jira/browse/GEODE-6081 > Project: Geode > Issue Type: New Feature > Components: benchmarks > Reporter: Dan Smith > Priority: Major > Labels: pull-request-available > > The yardstick histogram seems somewhat inaccurate compared to HdrHistogram. > Add a probe that uses HdrHistogram instead. -- This message was sent by Atlassian JIRA (v7.6.3#76005)