You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2010/11/21 09:10:13 UTC

[jira] Updated: (CASSANDRA-1763) NodeCmd should be able to view Compaction Statistics

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

Edward Capriolo updated CASSANDRA-1763:
---------------------------------------

    Attachment: cassandra-1763-patch.txt

> NodeCmd should be able to view Compaction Statistics
> ----------------------------------------------------
>
>                 Key: CASSANDRA-1763
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1763
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 0.6.7
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Minor
>         Attachments: cassandra-1763-patch.txt
>
>
> When joining a node, major compacting a node, running cleanup on a node, or sometimes when a node seems slightly slow it would be helpful to get compaction information with nodetool 
> nodetool compactionstats would produce:
> {noformat}
> compaction type: Major
> column family: standard1
> bytes compacted: 49925478
> bytes total in progress: 63555680
> pending tasks: 1
> {noformat}

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