SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > R
  • 0 Ratings

Data Object - ResourcePoolQuickStats(vim.ResourcePool.Summary.QuickStats)

Property of
ResourcePoolSummary
Extends
DynamicData
Since
vSphere API 4.0

Data Object Description

A set of statistics that are typically updated with near real-time regularity. These statistics are aggregates of the corresponding statistics of all virtual machines in the given resource pool, and unless otherwise noted, only make sense when at least one virtual machine in the given resource pool is powered on. This data object type does not support notification, for scalability reasons. Therefore, changes in QuickStats do not generate property collector updates. To monitor statistics values, use the statistics and alarms modules instead.

Properties

Name Type Description
balloonedMemory*xsd:long

The size of the balloon driver in a virtual machine, in MB. The host will inflate the balloon driver to reclaim physical memory from a virtual machine. This is a sign that there is memory pressure on the host.
compressedMemory*xsd:long

The amount of compressed memory currently consumed by VM, in KB.

Since vSphere API 4.1
consumedOverheadMemory*xsd:long

The amount of overhead memory, in MB, currently being consumed to run a VM. This value is limited by the overhead memory reservation for a VM, stored in overheadMemory.
distributedCpuEntitlement*xsd:long

This is the amount of CPU resource, in MHz, that this VM is entitled to, as calculated by DRS. Valid only for a VM managed by DRS.
distributedMemoryEntitlement*xsd:long

This is the amount of memory, in MB, that this VM is entitled to, as calculated by DRS. Valid only for a VM managed by DRS.
guestMemoryUsage*xsd:long

Guest memory utilization statistics, in MB. This is also known as active guest memory. The number can be between 0 and the configured memory size of a virtual machine.
hostMemoryUsage*xsd:long

Host memory utilization statistics, in MB. This is also known as consummed host memory. This is between 0 and the configured resource limit. Valid while a virtual machine is running. This includes the overhead memory of a virtual machine.
overallCpuDemand*xsd:long

Basic CPU performance statistics, in MHz.
overallCpuUsage*xsd:long

Basic CPU performance statistics, in MHz.
overheadMemory*xsd:long

The amount of memory resource (in MB) that will be used by a virtual machine above its guest memory requirements. This value is set if and only if a virtual machine is registered on a host that supports memory resource allocation features. For powered off VMs, this is the minimum overhead required to power on the VM on the registered host. For powered on VMs, this is the current overhead reservation, a value which is almost always larger than the minimum overhead, and which grows with time.
See QueryMemoryOverheadEx

privateMemory*xsd:long

The portion of memory, in MB, that is granted to a virtual machine from non-shared host memory.
sharedMemory*xsd:long

The portion of memory, in MB, that is granted to a virtual machine from host memory that is shared between VMs.
staticCpuEntitlement*xsd:int

The static CPU resource entitlement for a virtual machine. This value is calculated based on this virtual machine's resource reservations, shares and limit, and doesn't take into account current usage. This is the worst case CPU allocation for this virtual machine, that is, the amount of CPU resource this virtual machine would receive if all virtual machines running in the cluster went to maximum consumption. Units are MHz.
staticMemoryEntitlement*xsd:int

The static memory resource entitlement for a virtual machine. This value is calculated based on this virtual machine's resource reservations, shares and limit, and doesn't take into account current usage. This is the worst case memory allocation for this virtual machine, that is, the amount of memory this virtual machine would receive if all virtual machines running in the cluster went to maximum consumption. Units are MB.
swappedMemory*xsd:long

The portion of memory, in MB, that is granted to a virtual machine from the host's swap space. This is a sign that there is memory pressure on the host.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings