본문 바로가기

emotional developer/detect-server

zookeeper web ui tool - zk-web

저장소 경로

https://github.com/qiuxiafei/zk-web



기본 제공 되는 zkCli 로 관리/동작제어가 가능하지만.

뚜렸한 view 가 보이지 않는 복잡한 tree 라면, 이야기가 다르다.


이런 경우는, UI 형태를 가진 tool 의 사용이 능률적이고 효율적이다.


이것저것 공개 된 것을 찾다가 그 중 가장 설치가 잘 되고, 간편한 것 같다라는 생각이 드는 오픈소스다.



설치는 github 에서 설명한 대로 차근히 하면 된다.

아 일단, lein(클로저) 설치 부터.


http://leiningen.org/#install 에서 스크립트 다운 받고 하거나

yum 패키지매니저에서 install 하거나..


Usage

To use zk-web, you need leiningen and git currentlly. (And I'll make a stand-alone package later). Run the following command:

git clone git://github.com/qiuxiafei/zk-web.git
cd zk-web
lein deps # run this if you're using lein 1.x
lein run

Meet with zk-web at http://localhost:8080! I'am sure it's super easy!



설치하는 과정도 많은 경험이 되니 이런건 꼭꼭 자신이 해야한다고 본다.


admin 으로 로그인하면, 아래와 같은 화면이다. (기본설정은 admin/hello)





이 UI에서 zookeeper node 들을 제어 할 수 있다.







반응형

'emotional developer > detect-server' 카테고리의 다른 글

redis 모니터링툴.  (0) 2014.07.07
java SDK 설치  (0) 2014.04.29
git를 서버에 설치하기.  (0) 2014.04.29