- getCpuLimitMHz() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the maximum processing power in MHz available to the virtual
machine.
- getCpuReservationMHz() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the minimum processing power in MHz available to the virtual
machine.
- getCpuShares() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the number of CPU shares allocated to the virtual machine.
- getCpuUsedMs() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the number of milliseconds during which the virtual machine
has been using the CPU.
- getElapsedMs() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the number of milliseconds that have passed in real time since
the virtual machine started running on the current host system.
- getHostProcessorSpeed() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the speed of the host system's physical CPU in MHz.
- getMemActiveMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the estimated amount of memory the virtual machine is actively
using.
- getMemBalloonedMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the amount of memory that has been reclaimed from this virtual
machine via the VMware Memory Balloon mechanism.
- getMemLimitMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the maximum amount of memory that is available to the virtual
machine.
- getMemMappedMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the mapped memory size of this virtual machine.
- getMemOverheadMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the amount of overhead memory associated with this virtual
machine consumed on the host system.
- getMemReservationMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the minimum amount of memory that is available to the virtual
machine.
- getMemSharedMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the amount of physical memory associated with this virtual
machine that is copy-on-write (COW) shared on the host.
- getMemSharedSavedMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the estimated amount of physical memory on the host saved
from copy-on-write (COW) shared guest physical memory.
- getMemShares() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the number of memory shares allocated to the virtual machine.
- getMemSwappedMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the amount of memory associated with this virtual machine that
has been swapped by the host system.
- getMemUsedMB() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the estimated amount of physical host memory currently
consumed for this virtual machine's physical memory.
- getResourcePoolPath() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves a string representation of the path to this virtual machine in
the resource pool namespace of the host system.
- getSessionId() - Method in interface com.vmware.vmguestlib.VMGuestLibInterface
-
Retrieves the ID for the current session after invoking the updateInfo
method.