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
VmUpdate
getPerformanceCounterLong
in interface VmUpdate
name
- - The name of the performance counterVmUpdateException
- if there is a problem communicating with
the JVMpublic String getPerformanceCounterString(String name) throws VmUpdateException
VmUpdate
getPerformanceCounterString
in interface VmUpdate
name
- - The name of the performance counterVmUpdateException
- if there is a problem communicating with
the JVMCopyright © 2014. All rights reserved.