Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


7.18.2 jvm.userprf.ExtendedSetting

jvm.userprf.ExtendedSetting specifies the specification format for the performance-based trace analysis configuration file.

Description

jvm.userprf.ExtendedSetting specifies whether to enable the following methods in the specification format for the performance-based trace analysis configuration file.

Prerequisite property
  • jvm.userprf.Enable=true

Syntax

jvm.userprf.ExtendedSetting={true | false}

Specifiable values

Type: Boolean

true

The following specification methods can be used in the performance-based trace analysis configuration file:

  • Method of specifying both the package name and the class name

  • Method of specifying the class name only

false

The following specification methods cannot be used in the performance-based trace analysis configuration file:

  • Method of specifying both the package name and the class name

  • Method of specifying the class name only

If a value other than true or false is specified, the default value is set.

Default value

If the definition item is omitted:

jvm.userprf.ExtendedSetting=false

If the value is omitted:

jvm.userprf.ExtendedSetting=false

Example

-Djvm.userprf.ExtendedSetting=true

Notes

If you specify false for this property but the performance-based trace analysis configuration file is specified by using a specification method that is enabled only when true is specified for this property, a format error of the performance-based trace analysis configuration file occurs.