[ 
https://issues.apache.org/jira/browse/CASSANDRA-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706891#action_12706891
 ] 

Hudson commented on CASSANDRA-144:
----------------------------------

Integrated in Cassandra #63 (See 
[http://hudson.zones.apache.org/hudson/job/Cassandra/63/])
    clean up more ad-hoc timing message and move to mbeans.  add 
TimedStatsDeque to
simplify tracking load stats over a one-minute window.
patch by jbellis; reviewed by Eric Evans for 


> make jmx count/latency stuff actually useful
> --------------------------------------------
>
>                 Key: CASSANDRA-144
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-144
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>         Attachments: 144.patch
>
>
> i just track those since "the beginning of time" it is not very useful for 
> monitoring.  
> (say things are fine for days, then something breaks -- you have to overcome 
> the days of fine-ness in the avg before you can see anything wrong.)
> option 1: reset the counters after each request for data.  problem: then i 
> can't have multiple collectors (which i don't need atm but might be nice to 
> have).
> option 2: keep the last N data points and compute an average on demand, but 
> that's more complicated than just doing a += for each op.
> going to go with option 2.

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

Reply via email to