You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2016/12/05 13:50:58 UTC

[jira] [Updated] (AMQ-6518) Statistics plugin shows wrong value for average message size

     [ https://issues.apache.org/jira/browse/AMQ-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher L. Shannon updated AMQ-6518:
----------------------------------------
    Fix Version/s: 5.14.2

> Statistics plugin shows wrong value for average message size
> ------------------------------------------------------------
>
>                 Key: AMQ-6518
>                 URL: https://issues.apache.org/jira/browse/AMQ-6518
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.14.2
>         Environment: Linux
>            Reporter: Robert Huffman
>            Assignee: Gary Tully
>             Fix For: 5.15.0, 5.14.2
>
>
> The statistics plugin reports the wrong value for average message size.
> For messages on one of my topic JMX is reporting an average message size of 1242. The statistics plugin is reporting an average message size of 0.
> Digging into this I found that StatisticsPlugin line 123 is the problem. It invokes stats.getMessageSize().getAveragePerSecond() instead of stats.getMessageSize().getAverageSize().
> The result is that the plugin reports 1000 / averageMessageSize instead of averageMessageSize.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)