ZooKeeper 管理工具

ZKUI

ZKUI

  1. ##
  2. git clone git@github.com:DeemOpen/zkui.git
  3. mvn clean install
  4. ## 复制 config 文件到 jar 包目录。
  5. cp config.cfg /usr/local/zkui/target
  6. ## Modify it to point to the zookeeper instance.
  7. ## Multiple zk instances are coma separated. eg: server1:2181,server2:2181.
  8. ## First server should always be the leader.
  9. ## 运行 Jar.
  10. nohup java -jar zkui-2.0-SNAPSHOT-jar-with-dependencies.jar &
  11. ## http://localhost:9090

登陆信息:
username: admin, pwd: manager (Admin privileges, CRUD operations supported)
username: appconfig, pwd: appconfig (Readonly privileges, Read operations supported)
可以在 config.cfg 里修改