Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 92549 invoked from network); 22 Oct 2009 06:52:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Oct 2009 06:52:33 -0000 Received: (qmail 91626 invoked by uid 500); 22 Oct 2009 06:52:33 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 91507 invoked by uid 500); 22 Oct 2009 06:52:32 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Received: (qmail 91449 invoked by uid 99); 22 Oct 2009 06:52:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 06:52:32 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.145.54.171] (HELO mrout1.yahoo.com) (216.145.54.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 06:52:29 +0000 Received: from [10.72.168.141] (snvvpn4-10-72-168-c141.hq.corp.yahoo.com [10.72.168.141]) by mrout1.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id n9M6q36H098288; Wed, 21 Oct 2009 23:52:03 -0700 (PDT) Message-ID: <4AE00112.2060709@apache.org> Date: Wed, 21 Oct 2009 23:52:02 -0700 From: Patrick Hunt User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: "zookeeper-dev@hadoop.apache.org" , "zookeeper-user@hadoop.apache.org" Subject: ZooKeeper Dashboard now available Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I've created a ZooKeeper Dashboard using Django and the zkpython bindings, it's available on github: http://bit.ly/1kjQy0 It currently provides some basic information about the ensemble: * Cluster summary * Individual server detail * Client connection detail * Navigate & examine the live znode hierarchy I thought you might find it useful. Any feedback let me know. Patrick