If you are already using CA Wily Introscope in your organization, you can monitor the health of the SPS. You can use the Wily EPAgent to monitor the following statistics of a Tomcat server:
The data monitoring section has the following format:
<Server> . . monitor_data_buffer_size="1000" . . </Server>
<metric-reporter name="Wily Metric Reporter"> enabled="yes" class="com.ca.proxy.monitor.wily.WilyMetricReporter" endpoint="tcp://localhost:8886"
</metric-reporter>
Specifies the size of the buffer the SPS maintains to store the collected statistics before sending them/statistics to Wily.
Default Value: 1000
Specifies the name of the metric reporter. You can use this name to debug any metric errors.
Specifies the state of the data monitoring feature. If you want to monitor the health of SPS, set the value to yes. If you do not want to monitor the health of the SPS, set the value to no.
Default Value: no
Specifies the configuration details of the EPAgent. Start the EPAgent before you communicate with the SPS. The endpoint parameter has the following format:
protocol://hostname_of_EPAgent:port
Specifies the communication protocol that the EPAgent uses.
Specifies the hostname of the machine where the EPAgent is installed.
Default Value: localhost
Specifies the port number the EPAgent uses to communicate with the SPS. If you use TCP protocol, enter the network data port that is configured in EPAgent. If you use HTTP protocol, enter the HTTP port number that is configured in EPAgent.
| Copyright © 2012 CA. All rights reserved. |
|