On Thu, Jan 29, 2015 at 3:27 PM, Jan <cne...@yahoo.com> wrote:

> I am trying to use JMXterm,  a command line based tool to script & monitor
> C* cluster.
> Would anyone on this forum know the exact syntax to connect to Cassandra
> Domain using JMXterm  ?
>

Here's an example from an old JIRA at my shop :

1. Download the jmxterm-1.0-alpha-4-uber.jar from
http://wiki.cyclopsgroup.org/jmxterm
2. sudo java -jar jmxterm-1.0-alpha-4-uber.jar # then within the tool:
3. open <pid of cassandra proc>
4. bean org.apache.cassandra.db:type=StorageService # or whichever bean
you're looking for
5. run setLog4jLevel org.apache.cassandra.db.index.keys.KeySearcher.java
DEBUG # example of how to set log level

=Rob

Reply via email to