Uses of Class
com.ibm.virtualization.management.GuestOSInfoRetrievalException
Packages that use GuestOSInfoRetrievalException
Package
Description
OpenJ9 management extensions relating to execution within a Guest
(Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.
-
Uses of GuestOSInfoRetrievalException in com.ibm.virtualization.management
Methods in com.ibm.virtualization.management that throw GuestOSInfoRetrievalExceptionModifier and TypeMethodDescriptionGuestOSMXBean.retrieveMemoryUsage()
Function instantiates aGuestOSMemoryUsage
object and populates it with the current snapshot of Memory Usage statistics of the Guest as seen by the Hypervisor.GuestOSMXBean.retrieveMemoryUsage
(GuestOSMemoryUsage gmUsage) Snapshot of the Guest Memory usage statistics as seen by the Hypervisor, returned as aGuestOSMemoryUsage
object.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. -
Uses of GuestOSInfoRetrievalException in com.ibm.virtualization.management.internal
Methods in com.ibm.virtualization.management.internal that throw GuestOSInfoRetrievalExceptionModifier and TypeMethodDescriptionGuestOS.retrieveMemoryUsage()
Function instantiates aGuestOSMemoryUsage
object and populates it with the current snapshot of Memory Usage statistics of the Guest as seen by the Hypervisor.GuestOS.retrieveMemoryUsage
(GuestOSMemoryUsage gmUsage) Snapshot of the Guest Memory usage statistics as seen by the Hypervisor, returned as aGuestOSMemoryUsage
object.GuestOS.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.