| Modifier and Type | Method and Description |
|---|---|
Long |
getPerformanceCounterLong(String name)
Queries the specified JVM performance counter with a Long data type.
|
String |
getPerformanceCounterString(String name)
Queries the specified JVM performance counter with a String data type.
|
public Long getPerformanceCounterLong(String name) throws VmUpdateException
VmUpdategetPerformanceCounterLong in interface VmUpdatename - - The name of the performance counterVmUpdateException - if there is a problem communicating with
the JVMpublic String getPerformanceCounterString(String name) throws VmUpdateException
VmUpdategetPerformanceCounterString in interface VmUpdatename - - The name of the performance counterVmUpdateException - if there is a problem communicating with
the JVMCopyright © 2013. All Rights Reserved.