Hitachi

uCosminexus Application Server XML Processor User Guide


3.4.10 Details of the tuning summary file

This subsection describes the file name, output format, and upper-limit of the file size of the tuning summary file.

Organization of this subsection

(1) File name (tuning summary file)

csmjaxp_ppxml_summary.csv

(2) Output format (tuning summary file)

Output line

Output contents

First line

Header indicating the tuning summary file

Cosminexus XML Processor Fast Parse Function Tuning Summary Information

Second line

Week, date and time on which the tuning summary file was created

Third line

Line header from the fourth line onwards

matching rate,preparsed XML,parsed XML,tuning detail file,date

Fourth line and thereafter

The following information is demarcated by a comma and output:

  1. Success rate of the matching process

    Success frequency ÷ matching process execution frequency × 100

  2. pre-parse XML file name #

  3. System identifier of the XML document for parsing#

    If the system identifier is not set up, null will be output.

  4. File name of the tuning details file#

  5. Date and time of completion of parsing

#

Even if commas (,) are included in the output character string, they will be output as it is.

Output example

[Figure]

(3) Upper-limit value of the file size

1 MB#

#

If the file size exceeds 1MB, the data thereafter will not be added.

Note that you can change the upper-limit value of the file size with the following system property:

System property name

com.cosminexus.jaxp.preparsedxml.tuning.summaryfile_maxsize

Value

Specify an integer value of 0 or more. The unit is MB.

If this property is not set up, and if a value out of range is specified, 1 will be set up.