Uses of Class
com.ibm.lang.management.ProcessorUsage
Package
Description
OpenJ9 management extensions to java.lang.management.
-
Uses of ProcessorUsage in com.ibm.lang.management
Modifier and TypeMethodDescriptionstatic ProcessorUsage
ProcessorUsage.from
(CompositeData cd) Receives aCompositeData
representing aProcessorUsage
object and attempts to return the rootProcessorUsage
instance.OperatingSystemMXBean.retrieveProcessorUsage()
Instantiates and returns an array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.OperatingSystemMXBean.retrieveProcessorUsage
(ProcessorUsage[] procArray) Returns an updated array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.OperatingSystemMXBean.retrieveTotalProcessorUsage()
Instantiate and return a newProcessorUsage
object that represents the current snapshot of Processor usage statistics.OperatingSystemMXBean.retrieveTotalProcessorUsage
(ProcessorUsage procObj) Returns an updatedProcessorUsage
object that represents the current snapshot of Processor usage statistics.Modifier and TypeMethodDescriptionOperatingSystemMXBean.retrieveProcessorUsage
(ProcessorUsage[] procArray) Returns an updated array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.OperatingSystemMXBean.retrieveTotalProcessorUsage
(ProcessorUsage procObj) Returns an updatedProcessorUsage
object that represents the current snapshot of Processor usage statistics. -
Uses of ProcessorUsage in com.ibm.lang.management.internal
Modifier and TypeMethodDescriptionfinal ProcessorUsage[]
ExtendedOperatingSystemMXBeanImpl.retrieveProcessorUsage()
Instantiates and returns an array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.final ProcessorUsage[]
ExtendedOperatingSystemMXBeanImpl.retrieveProcessorUsage
(ProcessorUsage[] procUsageArr) Returns an updated array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.final ProcessorUsage
ExtendedOperatingSystemMXBeanImpl.retrieveTotalProcessorUsage()
Instantiate and return a newProcessorUsage
object that represents the current snapshot of Processor usage statistics.final ProcessorUsage
ExtendedOperatingSystemMXBeanImpl.retrieveTotalProcessorUsage
(ProcessorUsage procUsageObj) Returns an updatedProcessorUsage
object that represents the current snapshot of Processor usage statistics.Modifier and TypeMethodDescriptionfinal ProcessorUsage[]
ExtendedOperatingSystemMXBeanImpl.retrieveProcessorUsage
(ProcessorUsage[] procUsageArr) Returns an updated array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.final ProcessorUsage
ExtendedOperatingSystemMXBeanImpl.retrieveTotalProcessorUsage
(ProcessorUsage procUsageObj) Returns an updatedProcessorUsage
object that represents the current snapshot of Processor usage statistics.static CompositeData
ProcessorUsageUtil.toCompositeData
(ProcessorUsage usage)