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 JvmCpuMonitorInfoJvmCpuMonitorInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aJvmCpuMonitorInfoobject and attempts to return the rootJvmCpuMonitorInfoinstance.JvmCpuMonitorMXBean.getThreadsCpuUsage()This function creates a newJvmCpuMonitorInfoobject and populates it with CPU usage statistics of the various thread categories.JvmCpuMonitorMXBean.getThreadsCpuUsage(JvmCpuMonitorInfo jcmInfo) This function updates the user providedJvmCpuMonitorInfoobject 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 providedJvmCpuMonitorInfoobject 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 newJvmCpuMonitorInfoobject and populates it with CPU usage statistics of the various thread categories.JvmCpuMonitor.getThreadsCpuUsage(JvmCpuMonitorInfo jcmInfo) This function updates the user providedJvmCpuMonitorInfoobject 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 providedJvmCpuMonitorInfoobject with CPU usage statistics of the various thread categories.static CompositeDataJvmCpuMonitorInfoUtil.toCompositeData(JvmCpuMonitorInfo info)