Zookeeper's monitoring tools
Many of the company's products will use zookeeper, such as meta-message middleware, in the process of testing, we often need to query the information inside the zookeeper to pinpoint the problem. Currently the project has the development team to write their own browser Node-zk-browser, is based on node. JS express.js Framework and Node-zookeeper client implementation, specific reference https://github.com/ Killme2008/node-zk-browser. But Node-zk-browser is more difficult to deploy to students who are less familiar with node. js, so share a very simple ZK browser tool and Eclipse plugin with everyone. In addition to showing the tree structure, the tool can also show the properties and data of each path, and can be edited if the data is text.
First, Zooinspector
1.ZK Browser Client
Download: Https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip
Run: The following interface appears when you click Zooinspector\build\zookeeper-dev-zooinspector.jar after decompression
Connect ZK
Click the green button in the top left corner to enter the address and port of the ZK server
Once the connection is successful, the node data information of ZK can be seen.
2.zk Browser Eclipse Plugin
Installing the Eclipse Plugin
Step 1. On the Eclipse menu, open Help, Install New software ...
Step 2. Add the URL http://www.massedynamic.org/eclipse/updates/.
Step 3. Select Plug-in and install
Run
Step 1. Open Window->show View->other...->zookeeper 3.2.2 in the Eclipse menu
Step 2. Connect ZK
Enter a running ZK server address and port
Once the connection is successful, you can view the node information in the ZK server in Eclipse.
Second, Zookeeper-monitor
http://jm-blog.aliapp.com/?p=1450
Zookeeper's monitoring tools