使用Exhibitor管理zookeeper

衣舞晨風發表於2017-03-25

Exhibitor 是 ZooKeeper 例項監控,備份,恢復,清理和視覺化工具, 是 ZooKeeper 的監控管理系統。

1、去github上下載exhibitor原始碼
2、進入到cd 到 */exhibitor-master\exhibitor-standalone\src\main\resources\buildscripts\standalone\maven目錄下
執行:

mvn clean package

執行完成後
這裡寫圖片描述

拷貝生成的exhibitor-1.5.6.jar到伺服器

小注:
我是在本機win7 環境下編譯,然後拷貝到zk伺服器。

進入到exhibitor-1.5.6.jar所在目錄,執行:

java -jar exhibitor-1.5.6.jar -c file

這裡寫圖片描述

在本機瀏覽器輸入:
http://192.168.179.128:8080/exhibitor/v1/ui/index.html

小注:
192.168.179.128是zk所在伺服器地址。

這裡寫圖片描述

如果需要通過Exhibitor管理zookeeper叢集需要在叢集的每個機器上安裝Exhibitor。

這裡寫圖片描述

Exhibitor具體使用參見:
https://github.com/soabase/exhibitor/wiki

作者:jiankunking 出處:http://blog.csdn.net/jiankunking

相關文章