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 2011/07/15 01:05:23 UTC

[Cassandra Wiki] Update of "JmxInterface" by defmikekoh

Dear Wiki user,

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

The "JmxInterface" page has been changed by defmikekoh:
http://wiki.apache.org/cassandra/JmxInterface?action=diff&rev1=24&rev2=25

- If you start it using the standard startup script, Cassandra will listen for connections on port 8080 to view and tweak variables which it exposes via [[http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/|JMX]]. This may be helpful for debugging and monitoring.
+ If you start it using the standard startup script, Cassandra will listen for connections on port 8080 (port 7199 starting in 0.8.0-beta1) to view and tweak variables which it exposes via [[http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/|JMX]]. This may be helpful for debugging and monitoring.  See also [[JmxGotchas]].
  
  The MemtableThresholds page describes how to use [[http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html|Jconsole]] as a client for this.