[ 
https://issues.apache.org/jira/browse/GEODE-6086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16702533#comment-16702533
 ] 

ASF subversion and git services commented on GEODE-6086:
--------------------------------------------------------

Commit b28bb40275cd1d73d7de2f5aec7b32d66f6a5c4c in geode-benchmarks's branch 
refs/heads/develop from [~browe]
[ https://gitbox.apache.org/repos/asf?p=geode-benchmarks.git;h=b28bb40 ]

GEODE-6086: Handling multiple clients in HdrHistogramProbe

This probe was generating a single number in the csv file, but to correctly
combine results from multiple clients we need to output the entire histogram
for each client and combine them before getting the 99th percentile latency.

Writing the histogram results to a new .hlog file and combining them when
parsing the results.


> Provide a tool that can extract the key metrics we want from the yardstick 
> output
> ---------------------------------------------------------------------------------
>
>                 Key: GEODE-6086
>                 URL: https://issues.apache.org/jira/browse/GEODE-6086
>             Project: Geode
>          Issue Type: New Feature
>          Components: benchmarks
>            Reporter: Dan Smith
>            Assignee: Brian Rowe
>            Priority: Major
>              Labels: pull-request-available
>
> *Given* some output directories from our benchmark running tool.
> *Produce* text (csv, json, ??) that gives a single number for each output 
> directory that is passed in to the tool.
> The initial numbers we would like to be able to get is average throughput and 
> 99th percentile latency, but we want to be able to extract other metrics in 
> the future.
> *Acceptance*
> Given that a developer has run some benchmarks with the benchmark running 
> tool, they can run this tool and get a summary of the benchmark data (average 
> throughput and 99th percentile latency) for each output directory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to