@AMXMetadata(type="class-loading-system-mon",
group="monitoring")
@ManagedObject
@Description(value="JVM Class Loading Statistics")
public class JVMClassLoadingStatsProvider
extends Object
| Constructor and Description |
|---|
JVMClassLoadingStatsProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.external.statistics.CountStatistic |
getLoadedClassCount() |
org.glassfish.external.statistics.CountStatistic |
getTotalLoadedClassCount() |
org.glassfish.external.statistics.CountStatistic |
getUnloadedClassCount() |
@ManagedAttribute(id="loadedclass-count") @Description(value="number of classes currently loaded in the JVM") public org.glassfish.external.statistics.CountStatistic getLoadedClassCount()
@ManagedAttribute(id="totalloadedclass-count") @Description(value="total number of classes loaded since the JVM started") public org.glassfish.external.statistics.CountStatistic getTotalLoadedClassCount()
@ManagedAttribute(id="unloadedclass-count") @Description(value="total number of classes unloaded since the JVM started") public org.glassfish.external.statistics.CountStatistic getUnloadedClassCount()
Copyright © 2017. All rights reserved.