Hitachi

uCosminexus Application Server Operation, Monitoring, and Linkage Guide


3.3.3 Output Destination and Number of Statistics Files

This subsection describes the output destination of statistics files, number of files, switching intervals, and file names.

Organization of this subsection

(1) Output destination of statistics files

In the case of default settings, statistics files are created in the following folders when the J2EE server is running:

In Windows

Work-directory#\ejb\J2EE-server-name\stats

In UNIX

Work-directory#/ejb/J2EE-server-name/stats

#

The work-directory indicates a directory specified in the user definition of a J2EE server (ejb.public.directory in the usrconf.cfg file). The default value in Windows is Cosminexus-installation-directory \CC\server\public, and in UNIX the default value is /opt/Cosminexus/CC/server/public.

You can also change the output destination of statistics files.

For output destination settings of statistics files, see 3.3.4 Settings for the execution environment (J2EE server settings).

(2) Number and switching intervals of statistics files

You can set the number of statistics files to be stored in an output destination and switching intervals of statistics files. For example, if you set the number of files to be stored as 7 and the switching interval of files as 24 (hours), the statistics files are switched once daily and you can save the files of the recent week (7 days).

For details on the settings of the number of statistics files and the file switching interval, see 3.3.4 Settings for the execution environment (J2EE server settings).

(3) File names of statistics files

The file name of a statistics file differs for each statistics collection function. The following table describes the file names of statistics files for each function:

Table 3‒5: File names of statistics files

Functionality

File name

JavaVM

HJVMStats_YYYYMMDDhhmmTZ.csv

Process resource

HOSStats_YYYYMMDDhhmmTZ.csv

Stateful Session Bean

HStatefulSessionBeanStats_YYYYMMDDhhmmTZ.csv

Stateless Session Bean

HStatelessSessionBeanStats_YYYYMMDDhhmmTZ.csv

Message-driven Bean

HMessageDrivenBeanStats_YYYYMMDDhhmmTZ.csv

DB Connector

HDBConnectorStats_YYYYMMDDhhmmTZ.csv

JCA resource

HJCAConnectionPoolStats_YYYYMMDDhhmmTZ.csv

Transaction service

HJTAStats_YYYYMMDDhhmmTZ.csv

Web Application

HWebModuleStats_YYYYMMDDhhmmTZ.csv

Web container

HWebContainerStats_YYYYMMDDhhmmTZ.csv

URL group

HWebURLGroupStats_YYYYMMDDhhmmTZ.csv

Notes:

  • The following are the values showing the time when a file is output in YYYYMMDDhhmmTZ:

    YYYY: Christian year, MM: month, DD: day, hh: hour, mm: minute

  • In TZ, the time zone is displayed with a time difference from GMT (Greenwich Mean Time). In Japan, +0900 is displayed.