[
https://issues.apache.org/jira/browse/CASSANDRA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972999#action_12972999
]
Ran Tavory commented on CASSANDRA-1068:
---------------------------------------
I added a section about mx4j at the bottom of this page
http://wiki.apache.org/cassandra/Operations
> Create a mini admin interface per each cassandra node
> -----------------------------------------------------
>
> Key: CASSANDRA-1068
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1068
> Project: Cassandra
> Issue Type: New Feature
> Affects Versions: 0.7 beta 1
> Reporter: Ran Tavory
> Assignee: Ran Tavory
> Priority: Minor
> Fix For: 0.7 beta 1
>
> Attachments: CASSANDRA-1068.patch, MX4J - Agent View.png, MX4J -
> MBean View-1.png, MX4J - MBean View.png
>
>
> I've implemented a simple bridge using mx4j that exposes all JMX attributes
> through an http interface.
> This is enabled per node. Simple exposes the existing jmx attributes (and
> actions) to a browser.
> To use it you'll need to add mx4j-tools.jar to your classpath (add it to
> lib). If mx4j isn't in the classpath the code will skipped and this is not
> considered as an error, this is normal behavior. We expect users that need
> that interface to simply copy mx4j-tools.jar into their lib folder and
> restart the host.
> Patch will be attached in a moment.
> The default port is 8081. To override that provide e.g. -Dmx4jport=8082
> The default listen address is 0.0.0.0. To override that provide
> -Dmx4jaddress=127.0.0.1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.