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 GuestOSProcessorUsageGuestOSProcessorUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aGuestOSProcessorUsageobject and attempts to return the rootGuestOSProcessorUsageinstance.GuestOSMXBean.retrieveProcessorUsage()Function instantiates aGuestOSProcessorUsageobject 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 aGuestOSProcessorUsageobject.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 aGuestOSProcessorUsageobject. -
Uses of GuestOSProcessorUsage in com.ibm.virtualization.management.internal
Methods in com.ibm.virtualization.management.internal that return GuestOSProcessorUsageModifier and TypeMethodDescriptionGuestOS.retrieveProcessorUsage()Function instantiates aGuestOSProcessorUsageobject 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 aGuestOSProcessorUsageobject.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 aGuestOSProcessorUsageobject.static CompositeDataGuestOSProcessorUsageUtil.toCompositeData(GuestOSProcessorUsage usage)