You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Patrick Hunt <ph...@apache.org> on 2009/10/22 08:52:02 UTC

ZooKeeper Dashboard now available

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