Hitachi

uCosminexus Application Server Operation, Monitoring, and Linkage Guide


3.4.3 Definition in cosminexus.xml

This subsection describes definition of cosminexus.xml required in the application development environment.

Specify the definition for using the event issuing functionality in the <war> tag of cosminexus.xml.

The following table describes the definition of the event issuing functionality in cosminexus.xml:

Table 3‒24: Definition of the event issuing functionality in cosminexus.xml

Monitoring target

Tags to be specified

Setting contents

Number of entire pending requests for Web applications

<thread-control>-<thread-control-stats-monitor>-<whole-waiting-request-count>-<enabled>

Specify whether to enable the monitoring of the entire pending request count of a Web application. The default value is true.

<thread-control>-<thread-control-stats-monitor>-<whole-waiting-request-count>-<high-threshold>

Specify the upper limit threshold value of the entire pending request count for a Web application. The value is specified with the percentage (%) stored for the number of entire pending requests for Web applications.

<thread-control>-<thread-control-stats-monitor>-<whole-waiting-request-count>-<low-threshold>

Specify the lower limit threshold value of the entire pending request count for a Web application. The value is specified with the percentage (%) stored for the number of entire pending requests for Web applications.

Number of pending requests for Web applications

<thread-control>-<thread-control-stats-monitor>-<waiting-request-count>-<enabled>

Specify whether to enable the monitoring of the pending request count of a Web application. The default value is true.

<thread-control>-<thread-control-stats-monitor>-<waiting-request-count>-<high-threshold>

Specify the upper limit threshold value for the pending request count for a Web application. The value is specified with the percentage (%) stored for the number of pending requests for Web applications.

<thread-control>-<thread-control-stats-monitor>-<waiting-request-count>-<low-threshold>

Specify the lower limit threshold value of the pending request count for a Web application. The value is specified with the percentage (%) stored for the number of pending requests for Web applications.

Number of pending requests for URL groups

<thread-control>-<urlgroup-thread-control>-<stats-monitor>-<waiting-request-count>-<enabled>

Specify whether to enable the monitoring of the pending request count of the URL group. The default value is true.

<thread-control>-<urlgroup-thread-control>-<stats-monitor>-<waiting-request-count>-<high-threshold>

Specify the upper limit threshold value for the pending request count for a URL group. The value is specified with the percentage (%) stored for the number of pending requests for URL groups.

<thread-control>-<urlgroup-thread-control>-<stats-monitor>-<waiting-request-count>-<low-threshold>

Specify the lower limit threshold value for the pending request count for a URL group. The value is specified with the percentage (%) stored for the number of pending requests for URL groups.

For details on the tags to be specified, see 2.2.6 Details of the WAR property in the uCosminexus Application Server Application and Resource Definition Reference Guide.