Uses of Class
com.ibm.virtualization.management.GuestOSProcessorUsage
Packages that use 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
Methods in com.ibm.virtualization.management that return GuestOSProcessorUsageModifier 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.Methods in com.ibm.virtualization.management with parameters of type GuestOSProcessorUsageModifier 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
Methods in com.ibm.virtualization.management.internal that return GuestOSProcessorUsageModifier 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.Methods in com.ibm.virtualization.management.internal with parameters of type GuestOSProcessorUsageModifier 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)