Uses of Class
com.ibm.lang.management.JvmCpuMonitorInfo
Packages that use JvmCpuMonitorInfo
-
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.