Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C80A4A4F for ; Sun, 15 May 2011 23:59:45 +0000 (UTC) Received: (qmail 93426 invoked by uid 500); 15 May 2011 23:59:43 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 93390 invoked by uid 500); 15 May 2011 23:59:42 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 93382 invoked by uid 99); 15 May 2011 23:59:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 23:59:42 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.33.216.122] (HELO hapkido.dreamhost.com) (66.33.216.122) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 23:59:36 +0000 Received: from homiemail-a55.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by hapkido.dreamhost.com (Postfix) with ESMTP id BFC53178E38 for ; Sun, 15 May 2011 16:59:15 -0700 (PDT) Received: from homiemail-a55.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a55.g.dreamhost.com (Postfix) with ESMTP id 4B4FE12C064 for ; Sun, 15 May 2011 16:59:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; q=dns; s= thelastpickle.com; b=Z8DSrodL89mbRv9qAIeCz137A4oaqu+EFjiYbnNCLoL B3c4wj6irXeRjV7BLNzZY6DJoL1aLlJ406Bc1yMoQjm5LrbL7U4Guq8J07tlfU0M cGhmycQx3UwlBJL73LuO3f7oLphBr8eTRUfIcJmMY7irlT6X94UyvesBIysQKLGQ = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h= content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= thelastpickle.com; bh=7S19QFDmY3AV4bdaLiBspNDibvc=; b=EJBIGw19FQ MezNIsSZPxlQt1YDNfnmB/jMmy2r73qHtwBw2OGNhgQp5psVyte6L7tH4uVvy0zK IwUYRrt3KvZuWwuoEgndsyAWcepm0Q5LCQMdtZPLGXMuQL323zXJEJUbs09HMg6p hgqdAciNHCj+nIdH7uwsiMYM4X/uRMAms= Received: from [10.0.1.151] (121-73-157-230.cable.telstraclear.net [121.73.157.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a55.g.dreamhost.com (Postfix) with ESMTPSA id F20D512C05F for ; Sun, 15 May 2011 16:59:07 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: JMX access sample by jython (Was: How to invoke getNaturalEndpoints with jconsole?) From: aaron morton In-Reply-To: Date: Mon, 16 May 2011 11:59:05 +1200 Content-Transfer-Encoding: 7bit Message-Id: References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1084) Nice, Thanks ----------------- Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 15 May 2011, at 01:12, Maki Watanabe wrote: > Just FYI for beginners like me: I've also write it with jython. > Getting attributes are more easier than invoke Operations. I feel > jython will be a good option to create custom monitoring/management > tools. >