zk-view is a Web UI of zookeeper
To use zk-view , you need clone zk-view git repository.
git clone https://github.com/huifer/zk-view.git
cd zk-view
mvn clean install
java -jar target/zk-view-0.0.1-SNAPSHOT.jar
meet with zk-view at http://localhost:9010
- view node list
- view node data
- create / edit / delete a node
- zookeeper state
- Apache License 2.0