Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 27454 invoked from network); 10 May 2010 05:52:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 May 2010 05:52:10 -0000 Received: (qmail 85764 invoked by uid 500); 10 May 2010 05:52:10 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 85656 invoked by uid 500); 10 May 2010 05:52:09 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 85648 invoked by uid 99); 10 May 2010 05:52:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 05:52:08 +0000 X-ASF-Spam-Status: No, hits=-1407.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 05:52:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4A5pl5v017696 for ; Mon, 10 May 2010 05:51:48 GMT Message-ID: <18572010.59951273470707880.JavaMail.jira@thor> Date: Mon, 10 May 2010 01:51:47 -0400 (EDT) From: "Ran Tavory (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Created: (CASSANDRA-1068) Create a mini admin interface per each cassandra node MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 Reporter: Ran Tavory Assignee: Ran Tavory Priority: Minor Fix For: 0.7 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.