Uses of Class
com.ibm.virtualization.management.GuestOSProcessorUsage
-
Packages that use GuestOSProcessorUsage Package Description com.ibm.virtualization.management OpenJ9 management extensions relating to execution within a Guest (Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.com.ibm.virtualization.management.internal -
-
Uses of GuestOSProcessorUsage in com.ibm.virtualization.management
Methods in com.ibm.virtualization.management that return GuestOSProcessorUsage Modifier and Type Method Description static GuestOSProcessorUsage
GuestOSProcessorUsage. from(CompositeData cd)
Receives aCompositeData
representing aGuestOSProcessorUsage
object and attempts to return the rootGuestOSProcessorUsage
instance.GuestOSProcessorUsage
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.GuestOSProcessorUsage
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 GuestOSProcessorUsage Modifier and Type Method Description GuestOSProcessorUsage
GuestOSMXBean. 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 with parameters of type GuestOSProcessorUsage Modifier and Type Method Description static CompositeData
GuestOSProcessorUsageUtil. toCompositeData(GuestOSProcessorUsage usage)
-