Uses of Class
com.ibm.virtualization.management.GuestOSProcessorUsage
Package
Description
OpenJ9 management extensions relating to execution within a Guest
(Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.
-
Uses of GuestOSProcessorUsage in com.ibm.virtualization.management
Modifier and TypeMethodDescriptionstatic GuestOSProcessorUsage
GuestOSProcessorUsage.from
(CompositeData cd) Receives aCompositeData
representing aGuestOSProcessorUsage
object and attempts to return the rootGuestOSProcessorUsage
instance.GuestOSMXBean.retrieveProcessorUsage()
Function instantiates aGuestOSProcessorUsage
object and populates it with the current snapshot of Processor Usage statistics of the Guest as seen by the Hypervisor.GuestOSMXBean.retrieveProcessorUsage
(GuestOSProcessorUsage gpUsage) Snapshot of the Guest Processor usage statistics as seen by the Hypervisor, returned as aGuestOSProcessorUsage
object.Modifier and TypeMethodDescriptionGuestOSMXBean.retrieveProcessorUsage
(GuestOSProcessorUsage gpUsage) Snapshot of the Guest Processor usage statistics as seen by the Hypervisor, returned as aGuestOSProcessorUsage
object. -
Uses of GuestOSProcessorUsage in com.ibm.virtualization.management.internal
Modifier and TypeMethodDescriptionGuestOS.retrieveProcessorUsage()
Function instantiates aGuestOSProcessorUsage
object and populates it with the current snapshot of Processor Usage statistics of the Guest as seen by the Hypervisor.GuestOS.retrieveProcessorUsage
(GuestOSProcessorUsage gpUsage) Snapshot of the Guest Processor usage statistics as seen by the Hypervisor, returned as aGuestOSProcessorUsage
object.Modifier and TypeMethodDescriptionGuestOS.retrieveProcessorUsage
(GuestOSProcessorUsage gpUsage) Snapshot of the Guest Processor usage statistics as seen by the Hypervisor, returned as aGuestOSProcessorUsage
object.static CompositeData
GuestOSProcessorUsageUtil.toCompositeData
(GuestOSProcessorUsage usage)