Use the following dotted name pattern for JVM class loading system statistics:
server.jvm.class-loading-system.statistic
The statistics that are available for class loading in the JVM for Java SE are shown in the following table.
Table 10–10 JVM Statistics for Java SE Class Loading|
Statistic |
Description |
|---|---|
|
loadedclasscount-count |
Number of classes that are currently loaded in the JVM |
|
totalloadedclasscount-count |
Total number of classes that have been loaded since the JVM began execution |
|
unloadedclasscount-count |
Number of classes that have been unloaded from the JVM since the JVM began execution |