Uses of Class
com.ibm.lang.management.JvmCpuMonitorInfo
Package
Description
OpenJ9 management extensions to java.lang.management.
-
Uses of JvmCpuMonitorInfo in com.ibm.lang.management
Modifier and TypeMethodDescriptionstatic JvmCpuMonitorInfo
JvmCpuMonitorInfo.from
(CompositeData cd) Receives aCompositeData
representing aJvmCpuMonitorInfo
object and attempts to return the rootJvmCpuMonitorInfo
instance.JvmCpuMonitorMXBean.getThreadsCpuUsage()
This function creates a newJvmCpuMonitorInfo
object and populates it with CPU usage statistics of the various thread categories.JvmCpuMonitorMXBean.getThreadsCpuUsage
(JvmCpuMonitorInfo jcmInfo) This function updates the user providedJvmCpuMonitorInfo
object with CPU usage statistics of the various thread categories.Modifier and TypeMethodDescriptionJvmCpuMonitorMXBean.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
Modifier and TypeMethodDescriptionJvmCpuMonitor.getThreadsCpuUsage()
This function creates a newJvmCpuMonitorInfo
object and populates it with CPU usage statistics of the various thread categories.JvmCpuMonitor.getThreadsCpuUsage
(JvmCpuMonitorInfo jcmInfo) This function updates the user providedJvmCpuMonitorInfo
object with CPU usage statistics of the various thread categories.Modifier and TypeMethodDescriptionJvmCpuMonitor.getThreadsCpuUsage
(JvmCpuMonitorInfo jcmInfo) This function updates the user providedJvmCpuMonitorInfo
object with CPU usage statistics of the various thread categories.static CompositeData
JvmCpuMonitorInfoUtil.toCompositeData
(JvmCpuMonitorInfo info)