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 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.