Use the following dotted name pattern for JVM runtime statistics:
server.jvm.runtime.statistic
The statistics that are available for the runtime in the JVM runtime for Java SE are shown in the following table.
Table 10–15 JVM Statistics for Java SE Runtime|
Statistic |
Description |
|---|---|
|
classpath-current |
Classpath that is used by the system class loader to search for class files |
|
inputarguments-current |
Input arguments passed to the JVM; not including arguments to the main method |
|
managementspecversion-current |
Management specification version implemented by the JVM |
|
name-current |
Name representing the running JVM |
|
specname-current |
JVM specification name |
|
specvendor-current |
JVM specification vendor |
|
specversion-current |
JVM specification version |
|
uptime-count |
Uptime of the JVM (in milliseconds) |
|
vmname-current |
JVM implementation name |
|
vmvendor-current |
JVM implementation vendor |
|
vmversion-current |
JVM implementation version |