You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2008/06/06 23:06:00 UTC

[jira] Commented: (CAMEL-582) JMX Instrumentation - PerformanceCounter - total processed

    [ https://issues.apache.org/activemq/browse/CAMEL-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43307#action_43307 ] 

William Tam commented on CAMEL-582:
-----------------------------------

Hi Claus,

Sure, I will submit a patch to expose TotalProcessed time as a managed attribute and change the type to long. 

We've made quite a few changes lately.  I think the current precision (millisecond) is not high enough.  We often get 0 value when a processor does not have a lot of work to do.  Think about when you add up 0's million times, you still get zero for total processed time.  :-)   How about going back to usec?  

> JMX Instrumentation - PerformanceCounter - total processed
> ----------------------------------------------------------
>
>                 Key: CAMEL-582
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-582
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.3.0
>            Reporter: Claus Ibsen
>            Priority: Trivial
>             Fix For: 1.4.0
>
>
> William Tam, this one is for you ;)
> The total processed time is not exposed to as a managed attribute. And it should be changed from double to long.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.