public class JMXServiceProvider
extends org.graalvm.compiler.serviceprovider.JMXService
JMXService for JDK 11+.| Constructor and Description |
|---|
JMXServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getCurrentThreadCpuTime() |
protected List<String> |
getInputArguments() |
protected long |
getThreadAllocatedBytes(long id) |
protected boolean |
isCurrentThreadCpuTimeSupported() |
protected boolean |
isThreadAllocatedMemorySupported() |
protected long getThreadAllocatedBytes(long id)
getThreadAllocatedBytes in class org.graalvm.compiler.serviceprovider.JMXServiceprotected long getCurrentThreadCpuTime()
getCurrentThreadCpuTime in class org.graalvm.compiler.serviceprovider.JMXServiceprotected boolean isThreadAllocatedMemorySupported()
isThreadAllocatedMemorySupported in class org.graalvm.compiler.serviceprovider.JMXServiceprotected boolean isCurrentThreadCpuTimeSupported()
isCurrentThreadCpuTimeSupported in class org.graalvm.compiler.serviceprovider.JMXService