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

ASF GitHub Bot commented on ARTEMIS-1476:
-----------------------------------------

Github user franz1981 commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1605#discussion_r146536958
  
    --- Diff: pom.xml ---
    @@ -625,6 +626,15 @@
                 <!-- License: Apache 2.0 -->
              </dependency>
     
    +         <!-- needed by SyncCalculation -->
    +         <!-- 
https://mvnrepository.com/artifact/org.hdrhistogram/HdrHistogram -->
    +         <dependency>
    +            <groupId>org.hdrhistogram</groupId>
    +            <artifactId>HdrHistogram</artifactId>
    +            <version>${org.hdrhistogram.version}</version>
    +            <!-- License: Apache 2.0 -->
    --- End diff --
    
    Yep: super good point!! It is not obvious at all...I'm checking it!!!


> HdrHistogram support on verbose SyncCalculation
> -----------------------------------------------
>
>                 Key: ARTEMIS-1476
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1476
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>
> The SyncCalculation::syncTest could benefit of 
> [HdrHistogram|http://hdrhistogram.org/] support to represent the write 
> latencies percentile distribution while using it as a CLI command (ie through 
> the perf-journal command).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to