jvm.userprf.File

Format

jvm.userprf.File=character-string

Description

Specifies the path of the user-extended performance analysis trace setup file.

The file in the path specified in this property is read as the user-extended performance analysis trace setup file for the user-extended performance trace. Note that if this property is not specified, the file in the default path is read as the user-extended performance analysis trace setup file.

Hint
The method coded in the user-extended performance analysis trace setup file becomes the trace target of the user-extended performance analysis trace.
Default value
In Windows
JDK-installation-directory\usrconf\userprf.cfg
In UNIX
/opt/Cosminexus/jdk/usrconf/userprf.cfg
Prerequisite property
jvm.userprf.Enable=true

Argument

character-string
Specifies the path of the user-extended performance analysis trace setup file.
Specify the path of the user-extended performance analysis trace setup file as follows:
  • You can specify only one file path.
  • The relative path and absolute path from the current directory are valid as path strings. An example of current directory is as follows:
(Example) Default current directory when the cjstartsv command is used for execution:
  • In Windows
    Cosminexus-installation-directory\CC\server\public\ejb\server-name
  • In UNIX
    /opt/Cosminexus/CC/server/public/ejb/server-name

Precautions

Examples of specification

The following is an example of specifying the property:

add.jvm.arg= -Djvm.userprf.File=/test/setting.txt