You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2010/08/06 01:10:27 UTC

[Cassandra Wiki] Update of "NodeProbe" by NirmalRanganathan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "NodeProbe" page has been changed by NirmalRanganathan.
http://wiki.apache.org/cassandra/NodeProbe?action=diff&rev1=8&rev2=9

--------------------------------------------------

  {{{
  usage: java org.apache.cassandra.tools.NodeCmd -host <arg> <command>
  
-  -host <arg>   node hostname or ip address
+  -h, -host <arg>   node hostname or ip address
-  -port <arg>   remote jmx agent port number
+  -p, -port <arg>   remote jmx agent port number
  
- Available commands: ring, cluster, info, cleanup, compact
+ Available commands: ring, info, version, cleanup, compact, cfstats,
+ snapshot [snapshotname], clearsnapshot, tpstats, flush, drain, repair,
+ decommission, move, loadbalance, removetoken, setcachecapacity <keyspace>
+ <cfname> <keycachecapacity> <rowcachecapacity>, getcompactionthreshold,
+ setcompactionthreshold [minthreshold] ([maxthreshold]), streams [host]
  }}}
  The -host argument is required, the -port argument is optional and will default to 8080 if not supplied.