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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15722313#comment-15722313 ] 

ASF subversion and git services commented on AMQ-6518:
------------------------------------------------------

Commit 5b6ce12fc473569e7de3c307330ff11e158e49ad in activemq's branch refs/heads/activemq-5.14.x from [~gtully]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=5b6ce12 ]

[AMQ-6518] - fix up aveMessageSize dest stat and test

(cherry picked from commit cfdff4edc529984deea27067578810498541321c)


> 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)