zk windows visualization tools

A: zkui

zkui It provides a management interface for CRUD operations zookeepr node values, but also provides a safety certification

1. Download  https://github.com/DeemOpen/zkui

2, mvn clean install, you need to install java before execution environment, maven environment, the successful execution will generate a jar file.

3, config.cfg will be copied to the directory where the jar file generated in the previous step, and then modify the zookeeper address in the configuration file.

zkServer=localhost:2181

4, run command

java -jar zkui-2.0-SNAPSHOT-jar-with-dependencies.jar

5, test, HTTP: // localhost: 9090 , if they can see the following page represents the zookeeper installation is operating normally.

6. Use the default account and password

username:admin
password:manager

image description

 

二. ZooInspector

1, zookeeper graphical client tools Download: https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip ;

2. Once downloaded extract the archive, open the address ZooInspector \ build \ zookeeper-dev- ZooInspector.jar a jar;
2.1 to run jar file: For example, I want to run a jar file on your desktop, double-click in the case of no use in How to do it?

2.2 Input cmd situation as shown occur at the beginning of the button, and then press enter cmd window open;

2.3 First, your computer should be equipped with good java environment. This is the premise that you can open. If you have a good job, then enter the directory you want to open the jar file is located; and then, and then enter the following command can successfully open a jar file, the command input for the java -jar back together with your jar the name of the file. As shown below.

 

 

Click to enter 2.4 can open your jar file, but open to a little time to see the size of the file, and to be patient oh.

After the steps above, if the normal operation, there will be shown below:

 

Guess you like

Origin www.cnblogs.com/liuwei00125/p/11610275.html