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