You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Lyuben Todorov (JIRA)" <ji...@apache.org> on 2013/09/03 22:43:52 UTC

[jira] [Comment Edited] (CASSANDRA-4191) Add `nodetool cfstats ` abilities

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

Lyuben Todorov edited comment on CASSANDRA-4191 at 9/3/13 8:42 PM:
-------------------------------------------------------------------

Added flag to allow for toggling between ignoring or including specific keyspaces and column families. Example for ignoring the system keyspace and the system_traces.sessions cf: [Sample output|https://gist.github.com/lyubent/6429254]
{code}
./nodetool cfstats system system_traces.sessions -i
{code}
Example for only specifying the system.local cf, system.schema_columnfamilies cf and system_traces ks: [Sample output|https://gist.github.com/lyubent/6429293]
{code}
./nodetool cfstats system.local system.schema_columnfamilies system_traces
{code}
                
      was (Author: lyubent):
    Added flag to allow for toggling between ignoring or including specific keyspaces and column families. Example for ignoring the system keyspace and the system_traces.sessions cf:
{code}
./nodetool cfstats system system_traces.sessions -i
{code}
Example for only specifying the system.local cf, system.schema_columnfamilies cf and system_traces ks:
{code}
./nodetool cfstats system.local system.schema_columnfamilies system_traces
{code}

                  
> Add `nodetool cfstats <ks> <cf>` abilities
> ------------------------------------------
>
>                 Key: CASSANDRA-4191
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4191
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 1.2.0 beta 1
>            Reporter: Joaquin Casares
>            Assignee: Lyuben Todorov
>            Priority: Minor
>              Labels: datastax_qa
>         Attachments: 4191.patch, 4191_specific_cfstats.diff
>
>
> This way cfstats will only print information per keyspace/column family combinations.
> Another related proposal as an alternative to this ticket:
> Allow for `nodetool cfstats` to use --excludes or --includes to accept keyspace and column family arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira