Uses of Class
com.ibm.lang.management.JvmCpuMonitorInfo
Packages that use JvmCpuMonitorInfo
Package
Description
OpenJ9 management extensions to java.lang.management.
-
Uses of JvmCpuMonitorInfo in com.ibm.lang.management
Methods in com.ibm.lang.management that return JvmCpuMonitorInfoModifier 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.Methods in com.ibm.lang.management with parameters of type JvmCpuMonitorInfoModifier 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
Methods in com.ibm.lang.management.internal that return JvmCpuMonitorInfoModifier 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.Methods in com.ibm.lang.management.internal with parameters of type JvmCpuMonitorInfoModifier 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)