You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mikhail Stepura (JIRA)" <ji...@apache.org> on 2013/11/01 18:07:19 UTC

[jira] [Commented] (CASSANDRA-5871) Update nodetool to use o.a.c.metrics

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

Mikhail Stepura commented on CASSANDRA-5871:
--------------------------------------------

{code}
                outs.println("\t\tAverage live cells per slice (last five minutes): " + cfstore.getLiveCellsPerSlice());
                outs.println("\t\tAverage tombstones per slice (last five minutes): " + cfstore.getTombstonesPerSlice());
{code}
Those two are absent in your patch.

> Update nodetool to use o.a.c.metrics
> ------------------------------------
>
>                 Key: CASSANDRA-5871
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5871
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Yuki Morishita
>            Assignee: Lyuben Todorov
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: 5871.patch, 5871_v2.patch
>
>
> Since C* 1.2, metrics are moved from *MBeans to own o.a.c.metrics package and are exposed through metrics-core library.
> But nodetool is still using deprecated MBean metrics, so it is time to migrate to new API.



--
This message was sent by Atlassian JIRA
(v6.1#6144)