How to configure Collector on Zorka Monitoring Platform
In the previous log, I briefly introduced how to use the Java monitoring platform Zorka and used the file system as the Trace data collection method. Here we will briefly introduce the basic configuration and usage of the Zorka network collection terminal (Collector:
On this page: The http://zorka.io/downloads.html has Zico, that is, the collection end of Zorka download, decompress it, you can see that there are many files such as zico. sh, zico. war. Here we take Windows as an example, according to this page: http://zorka.io/install/zico.html introduction, You need to configure the zico. conf file, in Windows, in fact, only need to configure the zico. cmd file, for example:
Rem Paths to collector and JDK7 need to be set correctly
Set ZICO_HOME = D: \ Project \ zico-1.0.12
Set JAVA_HOME = "D: \ Program Files \ Java \ jdk1.7.0 _ 75"
Run the cmd file and you can see the zico interface at http: // localhost: 8642.
Next we need to modify the zorka. properties configuration described in the previous log, comment out all file system monitoring options, and add:
Tracer.net = yes
Tracer.net. addr = 127.0.0.1
Tracer.net. port = 8640
Note that the line tracer.net = no mentioned earlier must be commented out. Otherwise, no data will be sent to Collector. After modification, restart Tomcat and perform some simple operations. The following results are displayed:
Zorka details: click here
Zorka: click here
This article permanently updates the link address: