Hitachi

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


7.3.4 -XX:[+|-]HitachiThreadDumpWithCpuTime

-XX:[+|-]HitachiThreadDumpWithCpuTime outputs the following information in the thread information of extended thread dumps: user CPU time and kernel CPU time.

Description

-XX:[+|-]HitachiThreadDumpWithCpuTime specifies whether to output the following information in the thread information of extended thread dumps: user CPU time and kernel CPU time.

The user CPU time and the kernel CPU time are output for the thread that is running the Java program. Hash codes are not output for the thread that is used for Java VM internal operation.

Prerequisite option
  • -XX:+HitachiThreadDump

Syntax

-XX:[+|-]HitachiThreadDumpWithCpuTime

Specifiable values

Type: String

-XX:+HitachiThreadDumpWithCpuTime

Outputs the following information in the thread information of extended thread dumps: user CPU time and kernel CPU time from the start of the thread.

-XX:-HitachiThreadDumpWithCpuTime

Does not output the following information in the thread information of extended thread dumps: user CPU time and kernel CPU time from the start of the thread.

Default value

If the definition item is omitted:

-XX:+HitachiThreadDumpWithCpuTime

Notes