Dubbo's simple control center monitor

If you use dubbo, the simple control center monitor 

 

A brief introduction to the monitor:

The failure of Simple Monitor will not affect the call between Consumer and Provider, so there is no risk in production environment.

After the configuration is completed, it can be used in conjunction with the admin management background, and you can clearly see the access records, success times, failure times, etc. of the service. . . .

Simple Monitor uses disk storage statistics. Please pay attention to the disk limit of the installation machine. If you want to cluster, it is recommended to use mount to share the disk.


 The charts directory must be placed under jetty.directory, otherwise the page cannot be accessed.


The address of the official website
: http://alibaba.github.io/dubbo-doc-static/Administrator+Guide-zh.htm#AdministratorGuide-zh-%E7%AE%80%E6%98%93%E7%9B%91 %E6%8E%A7%E4%B8%AD%E5%BF%83%E5%AE%89%E8%A3%85

 

The following describes the configuration and use process of the monitor:

 

Install:

 

wget http://code.alibabatech.com/mvn/releases/com/alibaba/dubbo-monitor-simple/2.4.1/dubbo-monitor-simple-2.4.1-assembly.tar.gz
tar zxvf dubbo-monitor-simple-2.4.1-assembly.tar.gz
cd dubbo-monitor-simple-2.4.1

But the address of the official website seems to be closed and cannot be used. The upload address of csdn is attached below: http://download.csdn.net/detail/liweifengwf/7864009

Configuration:

vi conf/dubbo.properties

Edit this file in the package, and mainly modify the place:

the most important thing is the broadcast address: dubbo.registry, just change the address to your own.

start up:

./bin/start.sh

stop:

./bin/stop.sh

Reboot:

./bin/restart.sh

debugging:

./bin/start.sh debug

system status:

./bin/dump.sh

General control entrance:

./bin/server.sh start
./bin/server.sh stop
./bin/server.sh restart
./bin/server.sh debug
./bin/server.sh dump

 

The above are the official startup steps, just follow the above.

After a period of time after startup, the directory you specified in the configuration file : dubbo.charts.directory=${dubbo.jetty.directory}/charts The corresponding file will appear below, the chart directory

Then visit your interface path: http://10.0.65.3:8080/ The following interface will appear. For the rest, please see the function introduction of the official website.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327030713&siteId=291194637