Uses of Class
com.ibm.lang.management.JvmCpuMonitorInfo
-
Packages that use JvmCpuMonitorInfo Package Description com.ibm.lang.management OpenJ9 management extensions to java.lang.management.com.ibm.lang.management.internal -
-
Uses of JvmCpuMonitorInfo in com.ibm.lang.management
Methods in com.ibm.lang.management that return JvmCpuMonitorInfo Modifier and Type Method Description static JvmCpuMonitorInfo
JvmCpuMonitorInfo. from(CompositeData cd)
Receives aCompositeData
representing aJvmCpuMonitorInfo
object and attempts to return the rootJvmCpuMonitorInfo
instance.JvmCpuMonitorInfo
JvmCpuMonitorMXBean. getThreadsCpuUsage()
This function creates a newJvmCpuMonitorInfo
object and populates it with CPU usage statistics of the various thread categories.JvmCpuMonitorInfo
JvmCpuMonitorMXBean. getThreadsCpuUsage(JvmCpuMonitorInfo jcmInfo)
This function updates the user providedJvmCpuMonitorInfo
object with CPU usage statistics of the various thread categories.Methods in com.ibm.lang.management with parameters of type JvmCpuMonitorInfo Modifier and Type Method Description JvmCpuMonitorInfo
JvmCpuMonitorMXBean. getThreadsCpuUsage(JvmCpuMonitorInfo jcmInfo)
This function updates the user providedJvmCpuMonitorInfo
object with CPU usage statistics of the various thread categories. -
Uses of JvmCpuMonitorInfo in com.ibm.lang.management.internal
Methods in com.ibm.lang.management.internal with parameters of type JvmCpuMonitorInfo Modifier and Type Method Description static CompositeData
JvmCpuMonitorInfoUtil. toCompositeData(JvmCpuMonitorInfo info)
-