Modifier and Type | Method and Description |
---|---|
Long |
VmUpdate.getPerformanceCounterLong(String name)
Queries the specified JVM performance counter with a Long data type.
|
String |
VmUpdate.getPerformanceCounterString(String name)
Queries the specified JVM performance counter with a String data type.
|
Modifier and Type | Method and Description |
---|---|
sun.jvmstat.monitor.Monitor |
VmListenerWrapper.getMonitor(String name) |
Long |
VmUpdateImpl.getPerformanceCounterLong(String name) |
String |
VmUpdateImpl.getPerformanceCounterString(String name) |
Modifier and Type | Method and Description |
---|---|
long |
VmClassStatDataExtractor.getLoadedClasses() |
Modifier and Type | Method and Description |
---|---|
long |
VmGcDataExtractor.getCollectorInvocations(long collector) |
String |
VmGcDataExtractor.getCollectorName(long collector) |
long |
VmGcDataExtractor.getCollectorTime(long collector) |
long |
VmGcDataExtractor.getTotalCollectors() |
Modifier and Type | Method and Description |
---|---|
long |
VmMemoryDataExtractor.getGenerationCapacity(long generation) |
String |
VmMemoryDataExtractor.getGenerationCollector(long generation) |
long |
VmMemoryDataExtractor.getGenerationMaxCapacity(long generation) |
String |
VmMemoryDataExtractor.getGenerationName(long generation) |
long |
VmMemoryDataExtractor.getSpaceCapacity(long generation,
long space) |
long |
VmMemoryDataExtractor.getSpaceMaxCapacity(long generation,
long space) |
String |
VmMemoryDataExtractor.getSpaceName(long generation,
long space) |
long |
VmMemoryDataExtractor.getSpaceUsed(long generation,
long space) |
long |
VmMemoryDataExtractor.getTotalGcGenerations() |
long |
VmMemoryDataExtractor.getTotalSpaces(long generation) |
Copyright © 2014. All rights reserved.