This is a list of all performance metrics that are available in vSphere vCenter Server 8.0. Performance counters can be viewed for Virtual Machines, Hosts, Clusters, Resource Pools, and other objects by opening Monitor > Performance > Advanced in the vSphere Client.
These performance counters can also be used for performance analysis with PowerCLI, Python or Perl.
PowerShell/PowerCLI
PS> Get-Stat -entity (Get-VM <VMNAME>) -realtime -stat "cpu.usage.average"
Python
vm_perf_example.py
Perl
esxcfg-perf.pl
vSphere 8.0 Performance Counter
Counter | Description | |
---|---|---|
clusterServices.clusterDrsScore.latest | % | DRS Score DRS score of the cluster |
clusterServices.cpufairness.latest | num | CPU fairness Fairness of distributed CPU resource allocation |
clusterServices.effectivecpu.average | MHz | Effective CPU resources Total available CPU resources of all hosts within a cluster |
clusterServices.effectivemem.average | MB | Effective memory resources Total amount of machine memory of all hosts in the cluster that is available for use for virtual machine memory and overhead memory |
clusterServices.failover.latest | num | Current failover level vSphere HA number of failures that can be tolerated |
clusterServices.memfairness.latest | num | Memory fairness Aggregate available memory resources of all the hosts within a cluster |
clusterServices.vmDrsScore.latest | % | VM DRS Score DRS score of the virtual machine |
cpu.cache.l3.occupancy.average | KB | CPU L3 Cache Occupancy The amount of L3 cache the VM uses |
cpu.capacity.contention.average | % | CPU Capacity Contention Percent of time the VM is unable to run because it is contending for access to the physical CPU(s) |
cpu.capacity.demand.average | MHz | CPU Capacity Demand The amount of CPU resources a VM would use if there were no CPU contention |
cpu.capacity.entitlement.average | MHz | CPU Capacity Entitlement CPU resources devoted by the ESXi scheduler to the virtual machines and resource pools |
cpu.capacity.provisioned.average | MHz | CPU Capacity Provisioned Capacity in MHz of the physical CPU cores |
cpu.capacity.usage.average | MHz | CPU Capacity Usage CPU usage as a percent during the interval |
cpu.corecount.contention.average | % | CPU Core Count Contention Time the VM vCPU is ready to run, but is unable to run due to co-scheduling constraints |
cpu.corecount.provisioned.average | num | CPU Core Count Provisioned The number of virtual processors provisioned to the entity |
cpu.corecount.provisioned.latest | num | CPU Core Count Provisioned The number of virtual processors provisioned to the entity |
cpu.corecount.usage.average | num | CPU Core Count Usage The number of virtual processors running on the host |
cpu.corecount.usage.latest | num | CPU Core Count Usage The number of virtual processors running on the host |
cpu.coreUtilization.average | % | Core Utilization CPU utilization of the corresponding core (if hyper-threading is enabled) as a percentage during the interval (A core is utilized if either or both of its logical CPUs are utilized) |
cpu.coreUtilization.maximum | % | Core Utilization CPU utilization of the corresponding core (if hyper-threading is enabled) as a percentage during the interval (A core is utilized if either or both of its logical CPUs are utilized) |
cpu.coreUtilization.minimum | % | Core Utilization CPU utilization of the corresponding core (if hyper-threading is enabled) as a percentage during the interval (A core is utilized if either or both of its logical CPUs are utilized) |
cpu.coreUtilization.none | % | Core Utilization CPU utilization of the corresponding core (if hyper-threading is enabled) as a percentage during the interval (A core is utilized if either or both of its logical CPUs are utilized) |
cpu.costop.summation | ms | Co-stop Time the virtual machine is ready to run, but is unable to run due to co-scheduling constraints |
cpu.cpuentitlement.latest | MHz | Worst case allocation Amount of CPU resources allocated to the virtual machine or resource pool, based on the total cluster capacity and the resource configuration of the resource hierarchy |
cpu.demand.average | MHz | Demand The amount of CPU resources a virtual machine would use if there were no CPU contention or CPU limit |
cpu.demandEntitlementRatio.latest | % | Demand-to-entitlement ratio CPU resource entitlement to CPU demand ratio (in percents) |
cpu.entitlement.latest | MHz | Entitlement CPU resources devoted by the ESX scheduler |
cpu.idle.summation | ms | Idle Total time that the CPU spent in an idle state |
cpu.latency.average | % | Latency Percent of time the virtual machine is unable to run because it is contending for access to the physical CPU(s) |
cpu.load.avg15min.latest | % | CPU load average 15 mins CPU load average over the past 15 minutes, sampled on every 6 seconds |
cpu.load.avg1min.latest | % | CPU load average 1 min CPU load average over the past 1 minute, sampled on every 6 seconds |
cpu.load.avg5min.latest | % | CPU load average 5 mins CPU load average over the past 5 minutes, sampled on every 6 seconds |
cpu.maxlimited.summation | ms | Max limited Time the virtual machine is ready to run, but is not run due to maxing out its CPU limit setting |
cpu.overlap.summation | ms | Overlap Time the virtual machine was interrupted to perform system services on behalf of itself or other virtual machines |
cpu.partnerBusyTime.average | % | PCPU Partner Busy Time(%) The percentage HT partner usage per physical CPU |
cpu.readiness.average | % | Readiness Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU |
cpu.ready.summation | ms | Ready Time that the virtual machine was ready, but could not get scheduled to run on the physical CPU during last measurement interval |
cpu.reservedCapacity.average | MHz | Reserved capacity Total CPU capacity reserved by virtual machines |
cpu.run.summation | ms | Run Time the virtual machine is scheduled to run |
cpu.swapwait.summation | ms | Swap wait CPU time spent waiting for swap-in |
cpu.system.summation | ms | System Amount of time spent on system processes on each virtual CPU in the virtual machine |
cpu.totalCapacity.average | MHz | Total capacity Total CPU capacity reserved by and available for virtual machines |
cpu.totalmhz.average | MHz | Total Total amount of CPU resources of all hosts in the cluster |
cpu.usage.average | % | Usage CPU usage as a percentage during the interval |
cpu.usage.maximum | % | Usage CPU usage as a percentage during the interval |
cpu.usage.minimum | % | Usage CPU usage as a percentage during the interval |
cpu.usage.none | % | Usage CPU usage as a percentage during the interval |
cpu.usage.vcpus.average | % | VCPU Usage Virtual CPU usage as a percentage during the interval |
cpu.usagemhz.average | MHz | Usage in MHz CPU usage in megahertz during the interval |
cpu.usagemhz.maximum | MHz | Usage in MHz CPU usage in megahertz during the interval |
cpu.usagemhz.minimum | MHz | Usage in MHz CPU usage in megahertz during the interval |
cpu.usagemhz.none | MHz | Usage in MHz CPU usage in megahertz during the interval |
cpu.used.summation | ms | Used Total CPU usage |
cpu.utilization.average | % | Utilization CPU utilization as a percentage during the interval (CPU usage and CPU utilization might be different due to power management technologies or hyper-threading) |
cpu.utilization.maximum | % | Utilization CPU utilization as a percentage during the interval (CPU usage and CPU utilization might be different due to power management technologies or hyper-threading) |
cpu.utilization.minimum | % | Utilization CPU utilization as a percentage during the interval (CPU usage and CPU utilization might be different due to power management technologies or hyper-threading) |
cpu.utilization.none | % | Utilization CPU utilization as a percentage during the interval (CPU usage and CPU utilization might be different due to power management technologies or hyper-threading) |
cpu.wait.summation | ms | Wait Total CPU time spent in wait state |
datastore.busResets.summation | num | |
datastore.commandsAborted.summation | num | |
datastore.datastoreIops.average | num | Storage I/O Control aggregated IOPS Storage I/O Control aggregated IOPS |
datastore.datastoreMaxQueueDepth.latest | num | Storage I/O Control datastore maximum queue depth Storage I/O Control datastore maximum queue depth |
datastore.datastoreNormalReadLatency.latest | num | Storage DRS datastore normalized read latency Storage DRS datastore normalized read latency |
datastore.datastoreNormalWriteLatency.latest | num | Storage DRS datastore normalized write latency Storage DRS datastore normalized write latency |
datastore.datastoreReadBytes.latest | num | Storage DRS datastore bytes read Storage DRS datastore bytes read |
datastore.datastoreReadIops.latest | num | Storage DRS datastore read I/O rate Storage DRS datastore read I/O rate |
datastore.datastoreReadLoadMetric.latest | num | Storage DRS datastore read workload metric Storage DRS datastore metric for read workload model |
datastore.datastoreReadOIO.latest | num | Storage DRS datastore outstanding read requests Storage DRS datastore outstanding read requests |
datastore.datastoreVMObservedLatency.latest | µs | Datastore latency observed by VMs The average datastore latency as seen by virtual machines |
datastore.datastoreWriteBytes.latest | num | Storage DRS datastore bytes written Storage DRS datastore bytes written |
datastore.datastoreWriteIops.latest | num | Storage DRS datastore write I/O rate Storage DRS datastore write I/O rate |
datastore.datastoreWriteLoadMetric.latest | num | Storage DRS datastore write workload metric Storage DRS datastore metric for write workload model |
datastore.datastoreWriteOIO.latest | num | Storage DRS datastore outstanding write requests Storage DRS datastore outstanding write requests |
datastore.maxTotalLatency.latest | ms | Highest latency Highest latency value across all datastores used by the host |
datastore.numberReadAveraged.average | num | Average read requests per second Average number of read commands issued per second to the datastore during the collection interval |
datastore.numberWriteAveraged.average | num | Average write requests per second Average number of write commands issued per second to the datastore during the collection interval |
datastore.read.average | KBps | Read rate Rate of reading data from the datastore |
datastore.siocActiveTimePercentage.average | % | Storage I/O Control active time percentage Percentage of time Storage I/O Control actively controlled datastore latency |
datastore.sizeNormalizedDatastoreLatency.average | µs | Storage I/O Control normalized latency Storage I/O Control size-normalized I/O latency |
datastore.throughput.contention.average | ms | |
datastore.throughput.usage.average | KBps | |
datastore.totalReadLatency.average | ms | Read latency The average time a read from the datastore takes |
datastore.totalWriteLatency.average | ms | Write latency The average time a write to the datastore takes |
datastore.unmapIOs.summation | num | |
datastore.unmapSize.summation | MB | |
datastore.write.average | KBps | Write rate Rate of writing data to the datastore |
disk.actualused.latest | MB | |
disk.busResets.summation | num | Bus resets Number of Storage-bus reset commands issued during the collection interval |
disk.capacity.contention.average | % | |
disk.capacity.latest | KB | Capacity Configured size of the datastore |
disk.capacity.provisioned.average | KB | |
disk.capacity.usage.average | KB | |
disk.commands.summation | num | Commands issued Number of Storage commands issued during the collection interval |
disk.commandsAborted.summation | num | Commands aborted Number of Storage commands aborted during the collection interval |
disk.commandsAveraged.average | num | Average commands issued per second Average number of Storage commands issued per second during the collection interval |
disk.deltaused.latest | KB | Overhead due to delta disk backings Storage overhead of a virtual machine or a datastore due to delta disk backings |
disk.deviceLatency.average | ms | Physical device command latency Average amount of time, in milliseconds, to complete a Storage command from the physical device |
disk.deviceReadLatency.average | ms | Physical device read latency Average amount of time, in milliseconds, to read from the physical device |
disk.deviceWriteLatency.average | ms | Physical device write latency Average amount of time, in milliseconds, to write to the physical device |
disk.kernelLatency.average | ms | Kernel command latency Average amount of time, in milliseconds, spent by VMkernel to process each Storage command |
disk.kernelReadLatency.average | ms | Kernel read latency Average amount of time, in milliseconds, spent by VMkernel to process each Storage read command |
disk.kernelWriteLatency.average | ms | Kernel write latency Average amount of time, in milliseconds, spent by VMkernel to process each Storage write command |
disk.maxQueueDepth.average | num | Maximum queue depth Maximum queue depth |
disk.maxTotalLatency.latest | ms | Highest latency Highest latency value across all disks used by the host |
disk.numberRead.summation | num | Read requests Number of disk reads during the collection interval |
disk.numberReadAveraged.average | num | Average read requests per second Average number of disk reads per second during the collection interval |
disk.numberWrite.summation | num | Write requests Number of disk writes during the collection interval |
disk.numberWriteAveraged.average | num | Average write requests per second Average number of disk writes per second during the collection interval |
disk.provisioned.latest | KB | Space potentially used Amount of storage set aside for use by a datastore or a virtual machine |
disk.queueLatency.average | ms | Queue command latency Average amount of time spent in the VMkernel queue, per Storage command, during the collection interval |
disk.queueReadLatency.average | ms | Queue read latency Average amount of time spent in the VMkernel queue, per Storage read command, during the collection interval |
disk.queueWriteLatency.average | ms | Queue write latency Average amount of time spent in the VMkernel queue, per Storage write command, during the collection interval |
disk.read.average | KBps | Read rate Average number of kilobytes read from the disk each second during the collection interval |
disk.scsiReservationCnflctsPct.average | % | Disk Storage Reservation Conflicts % Number of Storage reservation conflicts for the LUN as a percent of total commands during the collection interval |
disk.scsiReservationCnflctsPct.average | % | Disk Storage Reservation Conflicts % Number of Storage reservation conflicts for the LUN as a percent of total commands during the collection interval |
disk.scsiReservationConflicts.summation | num | Disk Storage Reservation Conflicts Number of Storage reservation conflicts for the LUN during the collection interval |
disk.throughput.contention.average | ms | Disk Throughput Contention Average amount of time for an I/O operation to complete successfully |
disk.throughput.usage.average | KBps | Disk Throughput Usage Aggregated disk I/O rate, including the rates for all virtual machines running on the host during the collection interval |
disk.totalLatency.average | ms | Command latency Average amount of time taken during the collection interval to process a Storage command issued by the guest OS to the virtual machine |
disk.totalReadLatency.average | ms | Read latency Average amount of time taken during the collection interval to process a Storage read command issued from the guest OS to the virtual machine |
disk.totalWriteLatency.average | ms | Write latency Average amount of time taken during the collection interval to process a Storage write command issued by the guest OS to the virtual machine |
disk.unshared.latest | KB | Space not shared Amount of space associated exclusively with a virtual machine |
disk.usage.average | KBps | Usage Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host during the collection interval. |
disk.usage.maximum | KBps | Usage Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host during the collection interval. |
disk.usage.minimum | KBps | Usage Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host during the collection interval. |
disk.usage.none | KBps | Usage Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host during the collection interval. |
disk.used.latest | KB | Space actually used Amount of space actually used by the virtual machine or the datastore |
disk.write.average | KBps | Write rate Average number of kilobytes written to disk each second during the collection interval |
gpu.mem.usage.average | % | Memory usage The amount of GPU memory used in percentages of the total available |
gpu.mem.usage.maximum | % | Memory usage The amount of GPU memory used in percentages of the total available |
gpu.mem.usage.minimum | % | Memory usage The amount of GPU memory used in percentages of the total available |
gpu.mem.usage.none | % | Memory usage The amount of GPU memory used in percentages of the total available |
gpu.mem.used.average | KB | Memory used The amount of GPU memory used in kilobytes |
gpu.mem.used.maximum | KB | Memory used The amount of GPU memory used in kilobytes |
gpu.mem.used.minimum | KB | Memory used The amount of GPU memory used in kilobytes |
gpu.mem.used.none | KB | Memory used The amount of GPU memory used in kilobytes |
gpu.temperature.average | ℃ | Temperature The temperature of a GPU in degrees celsius |
gpu.utilization.average | % | Utilization The utilization of a GPU in percentages |
gpu.utilization.maximum | % | Utilization The utilization of a GPU in percentages |
gpu.utilization.minimum | % | Utilization The utilization of a GPU in percentages |
gpu.utilization.none | % | Utilization The utilization of a GPU in percentages |
hbr.hbrDiskReadLatency.average | ms | Average disk read latency Average disk read latency seen by vSphere Replication |
hbr.hbrDiskStallLatency.average | ms | Average I/O stall Average guest I/O stall introduced by vSphere Replication |
hbr.hbrDiskTransferBytes.average | KB | Transferred data per disk Average amount of data in KB successfully transferred per disk |
hbr.hbrDiskTransferIdle.average | ms | Idle time per disk Average amount of idle time per disk |
hbr.hbrDiskTransferSuccess.average | ms | Successful transfer time per disk Average amount of successful transfer time per disk |
hbr.hbrNetLatency.average | ms | Replication network latency Average network latency seen by vSphere Replication |
hbr.hbrNetRx.average | KBps | Replication Data Receive Rate Average amount of data received per second |
hbr.hbrNetTx.average | KBps | Replication Data Transmit Rate Average amount of data transmitted per second |
hbr.hbrNumVms.average | num | vSphere Replication VM Count Current number of replicated virtual machines |
hbr.vms.latest | num | vSphere Replication VM Count Current number of replicated virtual machines |
lwd.numSnapshots.latest | num | |
managementAgent.cpuUsage.average | MHz | CPU usage Amount of Service Console CPU usage |
managementAgent.memUsed.average | KB | Memory used Amount of total configured memory that is available for use |
managementAgent.swapIn.average | KBps | Memory swap in Amount of memory that is swapped in for the Service Console |
managementAgent.swapOut.average | KBps | Memory swap out Amount of memory that is swapped out for the Service Console |
managementAgent.swapUsed.average | KB | Memory swap used Sum of the memory swapped by all powered-on virtual machines on the host |
mem.active.average | KB | Active Amount of guest physical memory that is being actively read or written by guest. Activeness is estimated by ESXi |
mem.active.maximum | KB | Active Amount of guest physical memory that is being actively read or written by guest. Activeness is estimated by ESXi |
mem.active.minimum | KB | Active Amount of guest physical memory that is being actively read or written by guest. Activeness is estimated by ESXi |
mem.active.none | KB | Active Amount of guest physical memory that is being actively read or written by guest. Activeness is estimated by ESXi |
mem.activewrite.average | KB | Active write Amount of guest physical memory that is being actively written by guest. Activeness is estimated by ESXi |
mem.bandwidth.read.latest | KBps | Memory Type Current Read Bandwidth Current read bandwidth of this memory type |
mem.bandwidth.total.latest | KBps | Memory Type Total Bandwidth Total read and write bandwidth of this memory type |
mem.bandwidth.write.latest | KBps | Memory Type Current Write Bandwidth Current write bandwidth of this memory type |
mem.capacity.contention.average | % | Memory Capacity Contention Percentage of time VMs are waiting to access swapped, compressed or ballooned memory |
mem.capacity.entitlement.average | KB | Memory Capacity Entitlement Amount of host physical memory the VM is entitled to, as determined by the ESXi scheduler |
mem.capacity.overhead.average | MB | Memory Capacity Overhead Amount of Overhead memory actively used |
mem.capacity.overheadResv.average | MB | Memory Capacity OverheadResv Amount of OverheadResv memory |
mem.capacity.provisioned.average | KB | Memory Capacity Provisioned Total amount of memory available to the host |
mem.capacity.provisioned.latest | MB | Memory Capacity Provisioned Total amount of memory available to the host |
mem.capacity.usable.average | KB | Memory Capacity Usable Amount of physical memory available for use by virtual machines on this host |
mem.capacity.usage.average | KB | Memory Capacity Usage Amount of physical memory actively used |
mem.capacity.usage.userworld.average | KB | |
mem.capacity.usage.vm.average | KB | |
mem.capacity.usage.vmkOvrhd.average | KB | |
mem.capacity.usage.vmOvrhd.average | KB | |
mem.compressed.average | KB | Compressed Guest physical memory pages that have undergone memory compression |
mem.compressionRate.average | KBps | Compression rate Rate of guest physical memory page compression by ESXi |
mem.consumed.average | KB | Consumed Amount of host physical memory consumed for backing up guest physical memory pages |
mem.consumed.maximum | KB | Consumed Amount of host physical memory consumed for backing up guest physical memory pages |
mem.consumed.minimum | KB | Consumed Amount of host physical memory consumed for backing up guest physical memory pages |
mem.consumed.none | KB | Consumed Amount of host physical memory consumed for backing up guest physical memory pages |
mem.consumed.userworlds.average | KB | Memory Consumed by userworlds Amount of physical memory consumed by userworlds on this host |
mem.consumed.vms.average | KB | Memory Consumed by VMs Amount of physical memory consumed by VMs on this host |
mem.decompressionRate.average | KBps | Decompression rate Rate of guest physical memory decompression |
mem.entitlement.average | KB | Entitlement Amount of host physical memory the virtual machine deserves, as determined by ESXi |
mem.granted.average | KB | Granted Amount of host physical memory or physical memory that is mapped for a virtual machine or a host |
mem.granted.maximum | KB | Granted Amount of host physical memory or physical memory that is mapped for a virtual machine or a host |
mem.granted.minimum | KB | Granted Amount of host physical memory or physical memory that is mapped for a virtual machine or a host |
mem.granted.none | KB | Granted Amount of host physical memory or physical memory that is mapped for a virtual machine or a host |
mem.health.reservationState.latest | num | MEMRESVHLT Memory reservation health state, 2->Red, 1->Green |
mem.heap.average | KB | Heap Virtual address space of ESXi that is dedicated to its heap |
mem.heap.maximum | KB | Heap Virtual address space of ESXi that is dedicated to its heap |
mem.heap.minimum | KB | Heap Virtual address space of ESXi that is dedicated to its heap |
mem.heap.none | KB | Heap Virtual address space of ESXi that is dedicated to its heap |
mem.heapfree.average | KB | Heap free Free address space in the heap of ESXi. This is less than or equal to Heap |
mem.heapfree.maximum | KB | Heap free Free address space in the heap of ESXi. This is less than or equal to Heap |
mem.heapfree.minimum | KB | Heap free Free address space in the heap of ESXi. This is less than or equal to Heap |
mem.heapfree.none | KB | Heap free Free address space in the heap of ESXi. This is less than or equal to Heap |
mem.kernel.managed.latest | MB | VMKMEM managed Total amount of machine memory managed by VMkernel |
mem.kernel.minfree.latest | MB | VMKMEM minfree Mininum amount of machine memory that VMkernel likes to keep free |
mem.kernel.unreserved.latest | MB | VMKMEM ursvd Amount of machine memory that is currently unreserved |
mem.latency.average | % | Page-fault latency Percentage of time the virtual machine spent waiting to swap in or decompress guest physical memory |
mem.latency.read.latest | ns | Memory Type Current Read Latency Get the current read latency of this memory type |
mem.latency.write.latest | ns | Memory Type Current Write Latency Get the current write latency of this memory type |
mem.llSwapIn.average | KB | Host cache swap in Amount of guest physical memory swapped in from host cache |
mem.llSwapIn.maximum | KB | Host cache swap in Amount of guest physical memory swapped in from host cache |
mem.llSwapIn.minimum | KB | Host cache swap in Amount of guest physical memory swapped in from host cache |
mem.llSwapIn.none | KB | Host cache swap in Amount of guest physical memory swapped in from host cache |
mem.llSwapInRate.average | KBps | Host cache swap in rate Rate at which guest physical memory is swapped in from the host swap cache |
mem.llSwapOut.average | KB | Host cache swap out Amount of guest physical memory swapped out to the host swap cache |
mem.llSwapOut.maximum | KB | Host cache swap out Amount of guest physical memory swapped out to the host swap cache |
mem.llSwapOut.minimum | KB | Host cache swap out Amount of guest physical memory swapped out to the host swap cache |
mem.llSwapOut.none | KB | Host cache swap out Amount of guest physical memory swapped out to the host swap cache |
mem.llSwapOutRate.average | KBps | Host cache swap out rate Rate at which guest physical memory is swapped out to the host swap cache |
mem.llSwapUsed.average | KB | Host cache consumed Storage space consumed on the host swap cache for storing swapped guest physical memory pages |
mem.llSwapUsed.maximum | KB | Host cache consumed Storage space consumed on the host swap cache for storing swapped guest physical memory pages |
mem.llSwapUsed.minimum | KB | Host cache consumed Storage space consumed on the host swap cache for storing swapped guest physical memory pages |
mem.llSwapUsed.none | KB | Host cache consumed Storage space consumed on the host swap cache for storing swapped guest physical memory pages |
mem.lowfreethreshold.average | KB | Reclamation threshold Threshold of free host physical memory below which ESXi will begin actively reclaiming memory from virtual machines by swapping, compression and ballooning |
mem.memctl.current.latest | MB | MEMCTL current Total amount of physical memory reclaimed using the vmmemctl modules |
mem.memctl.max.latest | MB | MEMCTL max Maximum amount of physical memory ESXi can reclaim using the vmmemctl modules |
mem.memctl.target.latest | MB | MEMCTL target Total amount of physical memory ESXi would like to reclaim using the vmmemctl modules |
mem.mementitlement.latest | MB | Entitlement Memory allocation as calculated by the VMkernel scheduler based on current estimated demand and reservation, limit, and shares policies set for all virtual machines and resource pools in the host or cluster |
mem.missrate.latest | % | Memory Type Current Miss Rate Get the current miss rate of this memory type |
mem.overcommit.avg15min.latest | num | MEM overcommit avg in 15 min Ratio of total requested memory and the managed memory minus 1 over the past 15 minutes |
mem.overcommit.avg1min.latest | num | MEM overcommit avg in 1 min Ratio of total requested memory and the managed memory minus 1 over the past 1 minute |
mem.overcommit.avg5min.latest | num | MEM overcommit avg in 5 min Ratio of total requested memory and the managed memory minus 1 over the past 5 minutes |
mem.overhead.average | KB | Overhead consumed Host physical memory consumed by ESXi data structures for running the virtual machines |
mem.overhead.maximum | KB | Overhead consumed Host physical memory consumed by ESXi data structures for running the virtual machines |
mem.overhead.minimum | KB | Overhead consumed Host physical memory consumed by ESXi data structures for running the virtual machines |
mem.overhead.none | KB | Overhead consumed Host physical memory consumed by ESXi data structures for running the virtual machines |
mem.overheadMax.average | KB | Overhead reserved Host physical memory reserved by ESXi, for its data structures, for running the virtual machine |
mem.overheadTouched.average | KB | Overhead active Estimate of the host physical memory, from Overhead consumed, that is actively read or written to by ESXi |
mem.physical.free.latest | MB | PMEM free Amount of machine memory that is free on the ESXi host |
mem.physical.total.latest | MB | PMEM total Total amount of machine memory on the ESXi host |
mem.physical.user.latest | MB | PMEM other Amount of machine memory being used by everything other than VMkernel |
mem.pshare.common.latest | MB | PShare common Amount of machine memory that is common across World(s) |
mem.pshare.shared.latest | MB | PShare shared Amount of physical memory that is being shared |
mem.pshare.sharedSave.latest | MB | PShare sharedSave Amount of machine memory saved due to page-sharing |
mem.reservedCapacity.average | MB | Reservation consumed Memory reservation consumed by powered-on virtual machines |
mem.reservedCapacity.userworld.average | KB | |
mem.reservedCapacity.vm.average | KB | |
mem.reservedCapacity.vmkOvrhd.average | KB | |
mem.reservedCapacity.vmOvhd.average | KB | |
mem.reservedCapacityPct.average | % | Memory Reserved Capacity % Percent of memory that has been reserved either through VMkernel use, by userworlds or due to VM memory reservations |
mem.reservedCapacityPct.latest | % | Memory Reserved Capacity % Percent of memory that has been reserved either through VMkernel use, by userworlds or due to VM memory reservations |
mem.shared.average | KB | Shared Amount of guest physical memory that is shared within a single virtual machine or across virtual machines |
mem.shared.maximum | KB | Shared Amount of guest physical memory that is shared within a single virtual machine or across virtual machines |
mem.shared.minimum | KB | Shared Amount of guest physical memory that is shared within a single virtual machine or across virtual machines |
mem.shared.none | KB | Shared Amount of guest physical memory that is shared within a single virtual machine or across virtual machines |
mem.sharedcommon.average | KB | Shared common Amount of host physical memory that backs shared guest physical memory (Shared) |
mem.sharedcommon.maximum | KB | Shared common Amount of host physical memory that backs shared guest physical memory (Shared) |
mem.sharedcommon.minimum | KB | Shared common Amount of host physical memory that backs shared guest physical memory (Shared) |
mem.sharedcommon.none | KB | Shared common Amount of host physical memory that backs shared guest physical memory (Shared) |
mem.state.latest | num | Free state Current memory availability state of ESXi. Possible values are high, clear, soft, hard, low. The state value determines the techniques used for memory reclamation from virtual machines |
mem.swap.current.latest | MB | Swap current Current swap usage |
mem.swap.readrate.average | MBps | Swap read Rate at which memory is swapped in by ESXi from disk |
mem.swap.target.latest | MB | Swap reclaimed target Where ESXi expects the reclaimed memory using swapping and compression to be |
mem.swap.writerate.average | MBps | Swap write Rate at which memory is swapped to disk by the ESXi |
mem.swapIn.average | KB | |
mem.swapin.average | KB | Swap in Amount of guest physical memory that is swapped in from the swap space since the virtual machine has been powered on. This value is less than or equal to the 'Swap out' counter |
mem.swapin.maximum | KB | Swap in Amount of guest physical memory that is swapped in from the swap space since the virtual machine has been powered on. This value is less than or equal to the 'Swap out' counter |
mem.swapIn.maximum | KB | |
mem.swapin.minimum | KB | Swap in Amount of guest physical memory that is swapped in from the swap space since the virtual machine has been powered on. This value is less than or equal to the 'Swap out' counter |
mem.swapIn.minimum | KB | |
mem.swapIn.none | KB | |
mem.swapin.none | KB | Swap in Amount of guest physical memory that is swapped in from the swap space since the virtual machine has been powered on. This value is less than or equal to the 'Swap out' counter |
mem.swapinRate.average | KBps | Swap in rate Rate at which guest physical memory is swapped in from the swap space |
mem.swapOut.average | KB | |
mem.swapout.average | KB | Swap out Amount of guest physical memory that is swapped out from the virtual machine to its swap space since it has been powered on. |
mem.swapout.maximum | KB | Swap out Amount of guest physical memory that is swapped out from the virtual machine to its swap space since it has been powered on. |
mem.swapOut.maximum | KB | |
mem.swapout.minimum | KB | Swap out Amount of guest physical memory that is swapped out from the virtual machine to its swap space since it has been powered on. |
mem.swapOut.minimum | KB | |
mem.swapOut.none | KB | |
mem.swapout.none | KB | Swap out Amount of guest physical memory that is swapped out from the virtual machine to its swap space since it has been powered on. |
mem.swapoutRate.average | KBps | Swap out rate Rate at which guest physical memory is swapped out to the swap space |
mem.swapped.average | KB | Swapped Amount of guest physical memory that is swapped out to the swap space |
mem.swapped.maximum | KB | Swapped Amount of guest physical memory that is swapped out to the swap space |
mem.swapped.minimum | KB | Swapped Amount of guest physical memory that is swapped out to the swap space |
mem.swapped.none | KB | Swapped Amount of guest physical memory that is swapped out to the swap space |
mem.swaptarget.average | KB | Swap target Amount of memory that ESXi needs to reclaim by swapping |
mem.swaptarget.maximum | KB | Swap target Amount of memory that ESXi needs to reclaim by swapping |
mem.swaptarget.minimum | KB | Swap target Amount of memory that ESXi needs to reclaim by swapping |
mem.swaptarget.none | KB | Swap target Amount of memory that ESXi needs to reclaim by swapping |
mem.swapunreserved.average | KB | |
mem.swapunreserved.maximum | KB | |
mem.swapunreserved.minimum | KB | |
mem.swapunreserved.none | KB | |
mem.swapused.average | KB | Swap consumed Swap storage space consumed |
mem.swapused.maximum | KB | Swap consumed Swap storage space consumed |
mem.swapused.minimum | KB | Swap consumed Swap storage space consumed |
mem.swapused.none | KB | Swap consumed Swap storage space consumed |
mem.sysUsage.average | KB | VMkernel consumed Amount of host physical memory consumed by VMkernel |
mem.sysUsage.maximum | KB | VMkernel consumed Amount of host physical memory consumed by VMkernel |
mem.sysUsage.minimum | KB | VMkernel consumed Amount of host physical memory consumed by VMkernel |
mem.sysUsage.none | KB | VMkernel consumed Amount of host physical memory consumed by VMkernel |
mem.totalCapacity.average | MB | Total reservation Total reservation, available and consumed, for powered-on virtual machines |
mem.totalmb.average | MB | Total Total amount of host physical memory of all hosts in the cluster that is available for virtual machine memory (physical memory for use by the guest OS) and virtual machine overhead memory |
mem.unreserved.average | KB | Reservation available Amount by which reservation can be raised |
mem.unreserved.maximum | KB | Reservation available Amount by which reservation can be raised |
mem.unreserved.minimum | KB | Reservation available Amount by which reservation can be raised |
mem.unreserved.none | KB | Reservation available Amount by which reservation can be raised |
mem.usage.average | % | Host consumed % Percentage of host physical memory that has been consumed |
mem.usage.maximum | % | Host consumed % Percentage of host physical memory that has been consumed |
mem.usage.minimum | % | Host consumed % Percentage of host physical memory that has been consumed |
mem.usage.none | % | Host consumed % Percentage of host physical memory that has been consumed |
mem.vm.bandwidth.read.latest | KBps | |
mem.vmfs.pbc.capMissRatio.latest | % | VMFS PB Cache Capacity Miss Ratio Trailing average of the ratio of capacity misses to compulsory misses for the VMFS PB Cache |
mem.vmfs.pbc.overhead.latest | KB | VMFS PB Cache Overhead Amount of VMFS heap used by the VMFS PB Cache |
mem.vmfs.pbc.size.latest | MB | VMFS PB Cache Size Space used for holding VMFS Pointer Blocks in memory |
mem.vmfs.pbc.sizeMax.latest | MB | Maximum VMFS PB Cache Size Maximum size the VMFS Pointer Block Cache can grow to |
mem.vmfs.pbc.workingSet.latest | TB | VMFS Working Set Amount of file blocks whose addresses are cached in the VMFS PB Cache |
mem.vmfs.pbc.workingSetMax.latest | TB | Maximum VMFS Working Set Maximum amount of file blocks whose addresses are cached in the VMFS PB Cache |
mem.vmmemctl.average | KB | Ballooned memory Amount of guest physical memory reclaimed from the virtual machine by the balloon driver in the guest |
mem.vmmemctl.maximum | KB | Ballooned memory Amount of guest physical memory reclaimed from the virtual machine by the balloon driver in the guest |
mem.vmmemctl.minimum | KB | Ballooned memory Amount of guest physical memory reclaimed from the virtual machine by the balloon driver in the guest |
mem.vmmemctl.none | KB | Ballooned memory Amount of guest physical memory reclaimed from the virtual machine by the balloon driver in the guest |
mem.vmmemctltarget.average | KB | Balloon target Desired amount of guest physical memory the balloon driver needs to reclaim, as determined by ESXi |
mem.vmmemctltarget.maximum | KB | Balloon target Desired amount of guest physical memory the balloon driver needs to reclaim, as determined by ESXi |
mem.vmmemctltarget.minimum | KB | Balloon target Desired amount of guest physical memory the balloon driver needs to reclaim, as determined by ESXi |
mem.vmmemctltarget.none | KB | Balloon target Desired amount of guest physical memory the balloon driver needs to reclaim, as determined by ESXi |
mem.zero.average | KB | Zero pages Guest physical memory pages whose content is 0x00 |
mem.zero.maximum | KB | Zero pages Guest physical memory pages whose content is 0x00 |
mem.zero.minimum | KB | Zero pages Guest physical memory pages whose content is 0x00 |
mem.zero.none | KB | Zero pages Guest physical memory pages whose content is 0x00 |
mem.zip.saved.latest | MB | Zip saved Saved memory by compression |
mem.zip.zipped.latest | MB | Zip zipped Total compressed physical memory |
mem.zipped.latest | KB | Compressed Amount of guest physical memory pages compressed by ESXi |
mem.zipSaved.latest | KB | Compression saved Host physical memory, reclaimed from a virtual machine, by memory compression. This value is less than the value of 'Compressed' memory |
net.broadcastRx.summation | num | Broadcast receives Number of broadcast packets received during the sampling interval |
net.broadcastTx.summation | num | Broadcast transmits Number of broadcast packets transmitted during the sampling interval |
net.bytesRx.average | KBps | Data receive rate Average amount of data received per second |
net.bytesTx.average | KBps | Data transmit rate Average amount of data transmitted per second |
net.droppedRx.summation | num | Receive packets dropped Number of receives dropped |
net.droppedTx.summation | num | Transmit packets dropped Number of transmits dropped |
net.errorsRx.summation | num | Packet receive errors Number of packets with errors received during the sampling interval |
net.errorsTx.summation | num | Packet transmit errors Number of packets with errors transmitted during the sampling interval |
net.latency.hbr.outbound.latest | ms | Replication network latency Average latency seen by vSphere Replication |
net.multicastRx.summation | num | Multicast receives Number of multicast packets received during the sampling interval |
net.multicastTx.summation | num | Multicast transmits Number of multicast packets transmitted during the sampling interval |
net.packetsRx.summation | num | Packets received Number of packets received during the interval |
net.packetsTx.summation | num | Packets transmitted Number of packets transmitted during the interval |
net.pnicBytesRx.average | KBps | |
net.pnicBytesTx.average | KBps | |
net.received.average | KBps | Data receive rate Average rate at which data was received during the interval |
net.throughput.contention.summation | num | Net Throughput Contention The aggregate network droppped packets for the host |
net.throughput.droppedRx.average | num | VDS Dropped Received Packets Throughput Count of dropped received packets for this VDS |
net.throughput.droppedTx.average | num | VDS Dropped Transmitted Packets Throughput Count of dropped transmitted packets for this VDS |
net.throughput.hbr.inbound.average | KBps | Replication Data Receive Rate Average amount of data received per second |
net.throughput.hbr.outbound.average | KBps | Replication Data Transmit Rate Average amount of data transmitted per second |
net.throughput.packetsPerSec.average | num | pNic Packets Received and Transmitted per Second Average rate of packets received and transmitted per second |
net.throughput.pktsRx.average | num | VDS Packets Throughput Received The rate of received packets for this vDS |
net.throughput.pktsRxBroadcast.average | num | VDS Broadcast Packets Throughput Received The rate of received Broadcast packets for this VDS |
net.throughput.pktsRxMulticast.average | num | VDS Multicast Packets Throughput Received The rate of received Multicast packets for this VDS |
net.throughput.pktsTx.average | num | VDS Packets Throughput Transmitted The rate of transmitted packets for this VDS |
net.throughput.pktsTxBroadcast.average | num | VDS Broadcast Packets Throughput Transmitted The rate of transmitted Broadcast packets for this VDS |
net.throughput.pktsTxMulticast.average | num | VDS Multicast Packets Throughput Transmitted The rate of transmitted Multicast packets for this VDS |
net.throughput.provisioned.average | KBps | Net Throughput Provisioned The maximum network bandwidth for the host |
net.throughput.usable.average | KBps | Net Throughput Usable The current available network bandwidth for the host |
net.throughput.usage.average | KBps | Net Throughput Usage The current network bandwidth usage for the host |
net.throughput.usage.ft.average | KBps | pNic Throughput Usage for FT Average pNic I/O rate for FT |
net.throughput.usage.hbr.average | KBps | pNic Throughput Usage for HBR Average pNic I/O rate for HBR |
net.throughput.usage.iscsi.average | KBps | pNic Throughput Usage for iSCSI Average pNic I/O rate for iSCSI |
net.throughput.usage.nfs.average | KBps | pNic Throughput Usage for NFS Average pNic I/O rate for NFS |
net.throughput.usage.vm.average | KBps | pNic Throughput Usage for VMs Average pNic I/O rate for VMs |
net.throughput.usage.vmotion.average | KBps | pNic Throughput Usage for vMotion Average pNic I/O rate for vMotion |
net.throughput.vds.droppedRx.average | num | DVPort dropped received packets throughput Count of dropped received packets for this DVPort |
net.throughput.vds.droppedTx.average | num | DVPort dropped transmitted packets throughput Count of dropped transmitted packets for this DVPort |
net.throughput.vds.lagDropRx.average | num | LAG dropped received packets throughput Count of dropped received packets for this LAG |
net.throughput.vds.lagDropTx.average | num | LAG dropped transmitted packets throughput Count of dropped transmitted packets for this LAG |
net.throughput.vds.lagRx.average | num | LAG packets Throughput received The rate of received packets for this LAG |
net.throughput.vds.lagRxBcast.average | num | LAG Broadcast packets Throughput received The rate of received Broadcast packets for this LAG |
net.throughput.vds.lagRxMcast.average | num | LAG multicast packets throughput received The rate of received multicast packets for this LAG |
net.throughput.vds.lagTx.average | num | LAG Packets Throughput Transmitted The rate of transmitted packets for this LAG |
net.throughput.vds.lagTxBcast.average | num | LAG Broadcast Packets Throughput Transmitted The rate of transmitted Broadcast packets for this LAG |
net.throughput.vds.lagTxMcast.average | num | LAG Multicast Packets Throughput Transmitted The rate of transmitted Multicast packets for this LAG |
net.throughput.vds.pktsRx.average | num | DVPort Packets Throughput Received The rate of received packets for this DVPort |
net.throughput.vds.pktsRxBcast.average | num | DVPort Broadcast Packets Throughput Received The rate of received broadcast packets for this DVPort |
net.throughput.vds.pktsRxMcast.average | num | DVPort Multicast Packets Throughput Received The rate of received multicast packets for this DVPort |
net.throughput.vds.pktsTx.average | num | DVPort Packets Throughput Transmitted The rate of transmitted packets for this DVPort |
net.throughput.vds.pktsTxBcast.average | num | DVPort Broadcast Packets Throughput Transmitted The rate of transmitted broadcast packets for this DVPort |
net.throughput.vds.pktsTxMcast.average | num | DVPort Multicast Packets Throughput Transmitted The rate of transmitted multicast packets for this DVPort |
net.transmitted.average | KBps | Data transmit rate Average rate at which data was transmitted during the interval |
net.unknownProtos.summation | num | Unknown protocol frames Number of frames with unknown protocol received during the sampling interval |
net.usage.average | KBps | Usage Network utilization (combined transmit-rates and receive-rates) during the interval |
net.usage.maximum | KBps | Usage Network utilization (combined transmit-rates and receive-rates) during the interval |
net.usage.minimum | KBps | Usage Network utilization (combined transmit-rates and receive-rates) during the interval |
net.usage.none | KBps | Usage Network utilization (combined transmit-rates and receive-rates) during the interval |
pmem.available.reservation.latest | MB | Persistent memory available reservation Persistent memory available reservation on a host. |
pmem.drsmanaged.reservation.latest | MB | Persistent memory reservation managed by DRS Persistent memory reservation managed by DRS on a host. |
power.capacity.usable.average | W | Host Power Capacity Usable Current maximum allowed power usage |
power.capacity.usage.average | W | Host Power Capacity Usage Current power usage |
power.capacity.usageIdle.average | W | Host Power Capacity Usage - Idle Power usage due to host idleness |
power.capacity.usagePct.average | % | Host Power Capacity Provisioned Current power usage as a percentage of maximum allowed power |
power.capacity.usageSystem.average | W | Host Power Capacity Usage - System Power usage due to non-VM activities |
power.capacity.usageVm.average | W | Host Power Capacity Usage - VM Power usage due to VM workloads |
power.energy.summation | J | Energy usage Total energy used since last stats reset |
power.power.average | W | Usage Current power usage |
power.powerCap.average | W | Cap Maximum allowed power usage |
rescpu.actav1.latest | % | Active (1 min average) CPU active average over 1 minute |
rescpu.actav15.latest | % | Active (15 min average) CPU active average over 15 minutes |
rescpu.actav5.latest | % | Active (5 min average) CPU active average over 5 minutes |
rescpu.actpk1.latest | % | Active (1 min peak) CPU active peak over 1 minute |
rescpu.actpk15.latest | % | Active (15 min peak) CPU active peak over 15 minutes |
rescpu.actpk5.latest | % | Active (5 min peak) CPU active peak over 5 minutes |
rescpu.maxLimited1.latest | % | Throttled (1 min average) Amount of CPU resources over the limit that were refused, average over 1 minute |
rescpu.maxLimited15.latest | % | Throttled (15 min average) Amount of CPU resources over the limit that were refused, average over 15 minutes |
rescpu.maxLimited5.latest | % | Throttled (5 min average) Amount of CPU resources over the limit that were refused, average over 5 minutes |
rescpu.runav1.latest | % | Running (1 min average) CPU running average over 1 minute |
rescpu.runav15.latest | % | Running (15 min average) CPU running average over 15 minutes |
rescpu.runav5.latest | % | Running (5 min average) CPU running average over 5 minutes |
rescpu.runpk1.latest | % | Running (1 min peak) CPU running peak over 1 minute |
rescpu.runpk15.latest | % | Running (15 min peak) CPU running peak over 15 minutes |
rescpu.runpk5.latest | % | Running (5 min peak) CPU running peak over 5 minutes |
rescpu.sampleCount.latest | num | Group CPU sample count Group CPU sample count |
rescpu.samplePeriod.latest | ms | Group CPU sample period Group CPU sample period |
storageAdapter.commandsAveraged.average | num | Average commands issued per second Average number of commands issued per second by the storage adapter during the collection interval |
storageAdapter.maxTotalLatency.latest | ms | Highest latency Highest latency value across all storage adapters used by the host |
storageAdapter.numberReadAveraged.average | num | Average read requests per second Average number of read commands issued per second by the storage adapter during the collection interval |
storageAdapter.numberWriteAveraged.average | num | Average write requests per second Average number of write commands issued per second by the storage adapter during the collection interval |
storageAdapter.OIOsPct.average | % | Storage Adapter Outstanding I/Os The percent of I/Os that have been issued but have not yet completed |
storageAdapter.outstandingIOs.average | num | Storage Adapter Outstanding I/Os The number of I/Os that have been issued but have not yet completed |
storageAdapter.outstandingIOs.latest | num | Storage Adapter Outstanding I/Os The number of I/Os that have been issued but have not yet completed |
storageAdapter.queued.average | num | Storage Adapter Number Queued The current number of I/Os that are waiting to be issued |
storageAdapter.queued.latest | num | Storage Adapter Number Queued The current number of I/Os that are waiting to be issued |
storageAdapter.queueDepth.average | num | Storage Adapter Queue Depth The maximum number of I/Os that can be outstanding at a given time |
storageAdapter.queueDepth.latest | num | Storage Adapter Queue Depth The maximum number of I/Os that can be outstanding at a given time |
storageAdapter.queueLatency.average | ms | Storage Adapter Queue Command Latency Average amount of time spent in the VMkernel queue, per Storage command, during the collection interval |
storageAdapter.read.average | KBps | Read rate Rate of reading data by the storage adapter |
storageAdapter.throughput.cont.average | ms | Storage Adapter Throughput Contention Average amount of time for an I/O operation to complete successfully |
storageAdapter.throughput.usag.average | KBps | Storage Adapter Throughput Usage The storage adapter's I/O rate |
storageAdapter.totalReadLatency.average | ms | Read latency The average time a read by the storage adapter takes |
storageAdapter.totalWriteLatency.average | ms | Write latency The average time a write by the storage adapter takes |
storageAdapter.write.average | KBps | Write rate Rate of writing data by the storage adapter |
storagePath.busResets.summation | num | Storage Path Bus Resets Number of Storage-bus reset commands issued during the collection interval |
storagePath.commandsAborted.summation | num | Storage Path Command Terminations Number of Storage commands terminated during the collection interval |
storagePath.commandsAveraged.average | num | Average commands issued per second Average number of commands issued per second on the storage path during the collection interval |
storagePath.maxTotalLatency.latest | ms | Highest latency Highest latency value across all storage paths used by the host |
storagePath.numberReadAveraged.average | num | Average read requests per second Average number of read commands issued per second on the storage path during the collection interval |
storagePath.numberWriteAveraged.average | num | Average write requests per second Average number of write commands issued per second on the storage path during the collection interval |
storagePath.read.average | KBps | Read rate Rate of reading data on the storage path |
storagePath.throughput.cont.average | ms | Storage Path Throughput Contention Average amount of time for an I/O operation to complete successfully |
storagePath.throughput.usage.average | KBps | Storage Path Throughput Usage Storage path I/O rate |
storagePath.totalReadLatency.average | ms | Read latency The average time a read issued on the storage path takes |
storagePath.totalWriteLatency.average | ms | Write latency The average time a write issued on the storage path takes |
storagePath.write.average | KBps | Write rate Rate of writing data on the storage path |
sys.diskUsage.latest | % | Disk usage Amount of disk space usage for each mount point |
sys.heartbeat.latest | num | Heartbeat Number of heartbeats issued per virtual machine during the interval |
sys.heartbeat.summation | num | Heartbeat Number of heartbeats issued per virtual machine during the interval |
sys.osUptime.latest | s | OS Uptime Total time elapsed, in seconds, since last operating system boot-up |
sys.resourceCpuAct1.latest | % | Resource CPU active (1 min average) CPU active average over 1 minute of the system resource group |
sys.resourceCpuAct5.latest | % | Resource CPU active (5 min average) CPU active average over 5 minutes of the system resource group |
sys.resourceCpuAllocMax.latest | MHz | Resource CPU allocation maximum (in MHz) CPU allocation limit (in MHz) of the system resource group |
sys.resourceCpuAllocMin.latest | MHz | Resource CPU allocation minimum (in MHz) CPU allocation reservation (in MHz) of the system resource group |
sys.resourceCpuAllocShares.latest | num | Resource CPU allocation shares CPU allocation shares of the system resource group |
sys.resourceCpuMaxLimited1.latest | % | Resource CPU maximum limited (1 min) CPU maximum limited over 1 minute of the system resource group |
sys.resourceCpuMaxLimited5.latest | % | Resource CPU maximum limited (5 min) CPU maximum limited over 5 minutes of the system resource group |
sys.resourceCpuRun1.latest | % | Resource CPU running (1 min. average) CPU running average over 1 minute of the system resource group |
sys.resourceCpuRun5.latest | % | Resource CPU running (5 min average) CPU running average over 5 minutes of the system resource group |
sys.resourceCpuUsage.average | MHz | Resource CPU usage (Average) Amount of CPU used by the Service Console and other applications during the interval |
sys.resourceCpuUsage.maximum | MHz | Resource CPU usage (Maximum) Amount of CPU used by the Service Console and other applications during the interval |
sys.resourceCpuUsage.minimum | MHz | Resource CPU usage (Minimum) Amount of CPU used by the Service Console and other applications during the interval |
sys.resourceCpuUsage.none | MHz | Resource CPU usage (None) Amount of CPU used by the Service Console and other applications during the interval |
sys.resourceFdUsage.latest | num | File descriptors used Number of file descriptors used by the system resource group |
sys.resourceMemAllocMax.latest | KB | Resource memory allocation maximum (in KB) Memory allocation limit (in KB) of the system resource group |
sys.resourceMemAllocMin.latest | KB | Resource memory allocation minimum (in KB) Memory allocation reservation (in KB) of the system resource group |
sys.resourceMemAllocShares.latest | num | Resource memory allocation shares Memory allocation shares of the system resource group |
sys.resourceMemConsumed.latest | KB | Resource memory consumed Memory consumed by the system resource group |
sys.resourceMemCow.latest | KB | Resource memory shared Memory shared by the system resource group |
sys.resourceMemMapped.latest | KB | Resource memory mapped Memory mapped by the system resource group |
sys.resourceMemOverhead.latest | KB | Resource memory overhead Overhead memory consumed by the system resource group |
sys.resourceMemShared.latest | KB | Resource memory share saved Memory saved due to sharing by the system resource group |
sys.resourceMemSwapped.latest | KB | Resource memory swapped Memory swapped out by the system resource group |
sys.resourceMemTouched.latest | KB | Resource memory touched Memory touched by the system resource group |
sys.resourceMemZero.latest | KB | Resource memory zero Zero filled memory used by the system resource group |
sys.uptime.latest | s | Uptime Total time elapsed, in seconds, since last system startup |
vcDebugInfo.activationlatencystats.maximum | ms | Activation latency The latency of an activation operation in vCenter Server |
vcDebugInfo.activationlatencystats.minimum | ms | Activation latency The latency of an activation operation in vCenter Server |
vcDebugInfo.activationlatencystats.summation | ms | Activation latency The latency of an activation operation in vCenter Server |
vcDebugInfo.activationstats.maximum | num | Activation count Activation operations in vCenter Server |
vcDebugInfo.activationstats.minimum | num | Activation count Activation operations in vCenter Server |
vcDebugInfo.activationstats.summation | num | Activation count Activation operations in vCenter Server |
vcDebugInfo.hostsynclatencystats.maximum | ms | Host sync latency The latency of a host sync operation in vCenter Server |
vcDebugInfo.hostsynclatencystats.minimum | ms | Host sync latency The latency of a host sync operation in vCenter Server |
vcDebugInfo.hostsynclatencystats.summation | ms | Host sync latency The latency of a host sync operation in vCenter Server |
vcDebugInfo.hostsyncstats.maximum | num | Host sync count The number of host sync operations in vCenter Server |
vcDebugInfo.hostsyncstats.minimum | num | Host sync count The number of host sync operations in vCenter Server |
vcDebugInfo.hostsyncstats.summation | num | Host sync count The number of host sync operations in vCenter Server |
vcDebugInfo.inventorystats.maximum | num | Inventory statistics vCenter Server inventory statistics |
vcDebugInfo.inventorystats.minimum | num | Inventory statistics vCenter Server inventory statistics |
vcDebugInfo.inventorystats.summation | num | Inventory statistics vCenter Server inventory statistics |
vcDebugInfo.lockstats.maximum | num | Locking statistics vCenter Server locking statistics |
vcDebugInfo.lockstats.minimum | num | Locking statistics vCenter Server locking statistics |
vcDebugInfo.lockstats.summation | num | Locking statistics vCenter Server locking statistics |
vcDebugInfo.lrostats.maximum | num | vCenter Server LRO statistics vCenter Server LRO statistics |
vcDebugInfo.lrostats.minimum | num | vCenter Server LRO statistics vCenter Server LRO statistics |
vcDebugInfo.lrostats.summation | num | vCenter Server LRO statistics vCenter Server LRO statistics |
vcDebugInfo.miscstats.maximum | num | Miscellaneous Miscellaneous statistics |
vcDebugInfo.miscstats.minimum | num | Miscellaneous Miscellaneous statistics |
vcDebugInfo.miscstats.summation | num | Miscellaneous Miscellaneous statistics |
vcDebugInfo.morefregstats.maximum | num | Managed object reference statistics Managed object reference counts in vCenter Server |
vcDebugInfo.morefregstats.minimum | num | Managed object reference statistics Managed object reference counts in vCenter Server |
vcDebugInfo.morefregstats.summation | num | Managed object reference statistics Managed object reference counts in vCenter Server |
vcDebugInfo.scoreboard.maximum | num | Scoreboard statistics Object counts in vCenter Server |
vcDebugInfo.scoreboard.minimum | num | Scoreboard statistics Object counts in vCenter Server |
vcDebugInfo.scoreboard.summation | num | Scoreboard statistics Object counts in vCenter Server |
vcDebugInfo.sessionstats.maximum | num | Session statistics The statistics of client sessions connected to vCenter Server |
vcDebugInfo.sessionstats.minimum | num | Session statistics The statistics of client sessions connected to vCenter Server |
vcDebugInfo.sessionstats.summation | num | Session statistics The statistics of client sessions connected to vCenter Server |
vcDebugInfo.systemstats.maximum | num | System statistics The statistics of vCenter Server as a running system such as thread statistics and heap statistics |
vcDebugInfo.systemstats.minimum | num | System statistics The statistics of vCenter Server as a running system such as thread statistics and heap statistics |
vcDebugInfo.systemstats.summation | num | System statistics The statistics of vCenter Server as a running system such as thread statistics and heap statistics |
vcDebugInfo.vcservicestats.maximum | num | vCenter Server service statistics vCenter service statistics such as events, alarms, and tasks |
vcDebugInfo.vcservicestats.minimum | num | vCenter Server service statistics vCenter service statistics such as events, alarms, and tasks |
vcDebugInfo.vcservicestats.summation | num | vCenter Server service statistics vCenter service statistics such as events, alarms, and tasks |
vcResources.buffersz.average | KB | |
vcResources.cachesz.average | KB | |
vcResources.ctxswitchesrate.average | num | Context switch rate Number of context switches per second on the system where vCenter Server is running |
vcResources.diskreadsectorrate.average | num | |
vcResources.diskreadsrate.average | num | Disk read rate Number of disk reads per second on the system where vCenter Server is running |
vcResources.diskwritesectorrate.average | num | |
vcResources.diskwritesrate.average | num | Disk write rate Number of disk writes per second on the system where vCenter Server is running |
vcResources.packetrecvrate.average | num | Received packet rate Rate of the number of total packets received per second on the system where vCenter Server is running |
vcResources.packetsentrate.average | num | Sent packet rate Number of total packets sent per second on the system where vCenter Server is running |
vcResources.pagefaultrate.average | num | Page fault rate Number of page faults per second on the system where vCenter Server is running |
vcResources.physicalmemusage.average | KB | Physical memory Physical memory used by vCenter |
vcResources.priviledgedcpuusage.average | % | CPU privileged CPU used by vCenter Server in privileged mode |
vcResources.syscallsrate.average | num | System call rate Number of systems calls made per second on the system where vCenter Server is running |
vcResources.systemcpuusage.average | % | CPU system Total system CPU used on the system where vCenter Server in running |
vcResources.usercpuusage.average | % | CPU user CPU used by vCenter Server in user mode |
vcResources.virtualmemusage.average | KB | Virtual memory Virtual memory used by vCenter Server |
vflashModule.numActiveVMDKs.latest | num | Number of caches controlled by the virtual flash module Number of caches controlled by the virtual flash module |
virtualDisk.busResets.summation | num | Virtual Disk Number of Resets Number of resets to a virtual disk |
virtualDisk.commandsAborted.summation | num | Virtual Disk Number of Terminations Number of terminations to a virtual disk |
virtualDisk.hbr.readLatencyMS.latest | ms | Average disk read latency Average disk read latency seen by vSphere Replication |
virtualDisk.hbr.stallLatencyMS.latest | ms | Average I/O stall Average guest I/O stall introduced by vSphere Replication |
virtualDisk.largeSeeks.latest | num | Number of large seeks Number of seeks during the interval that were greater than 8192 LBNs apart |
virtualDisk.mediumSeeks.latest | num | Number of medium seeks Number of seeks during the interval that were between 64 and 8192 LBNs apart |
virtualDisk.numberReadAveraged.average | num | Average read requests per second Average number of read commands issued per second to the virtual disk during the collection interval |
virtualDisk.numberWriteAveraged.average | num | Average write requests per second Average number of write commands issued per second to the virtual disk during the collection interval |
virtualDisk.read.average | KBps | Read rate Rate of reading data from the virtual disk |
virtualDisk.readIOSize.latest | num | Read request size Average read request size in bytes |
virtualDisk.readLatencyUS.latest | µs | Read Latency (us) Read latency in microseconds |
virtualDisk.readLoadMetric.latest | num | Read workload metric Storage DRS virtual disk metric for the read workload model |
virtualDisk.readOIO.latest | num | Average number of outstanding read requests Average number of outstanding read requests to the virtual disk during the collection interval |
virtualDisk.smallSeeks.latest | num | Number of small seeks Number of seeks during the interval that were less than 64 LBNs apart |
virtualDisk.throughput.cont.average | ms | Virtual Disk Throughput Contention Average amount of time for an I/O operation to complete successfully |
virtualDisk.throughput.usage.average | KBps | Virtual Disk Throughput Usage Virtual disk I/O rate |
virtualDisk.totalReadLatency.average | ms | Read latency The average time a read from the virtual disk takes |
virtualDisk.totalWriteLatency.average | ms | Write latency The average time a write to the virtual disk takes |
virtualDisk.write.average | KBps | Write rate Rate of writing data to the virtual disk |
virtualDisk.writeIOSize.latest | num | Write request size Average write request size in bytes |
virtualDisk.writeLatencyUS.latest | µs | Write Latency (us) Write latency in microseconds |
virtualDisk.writeLoadMetric.latest | num | Write workload metric Storage DRS virtual disk metric for the write workload model |
virtualDisk.writeOIO.latest | num | Average number of outstanding write requests Average number of outstanding write requests to the virtual disk during the collection interval |
vmop.numChangeDS.latest | num | VM datastore change count (non-powered-on VMs) Number of datastore change operations for powered-off and suspended virtual machines |
vmop.numChangeHost.latest | num | VM host change count (non-powered-on VMs) Number of host change operations for powered-off and suspended VMs |
vmop.numChangeHostDS.latest | num | VM host and datastore change count (non-powered-on VMs) Number of host and datastore change operations for powered-off and suspended virtual machines |
vmop.numClone.latest | num | VM clone count Number of virtual machine clone operations |
vmop.numCreate.latest | num | VM create count Number of virtual machine create operations |
vmop.numDeploy.latest | num | VM template deploy count Number of virtual machine template deploy operations |
vmop.numDestroy.latest | num | VM delete count Number of virtual machine delete operations |
vmop.numPoweroff.latest | num | VM power off count Number of virtual machine power off operations |
vmop.numPoweron.latest | num | VM power on count Number of virtual machine power on operations |
vmop.numRebootGuest.latest | num | VM guest reboot count Number of virtual machine guest reboot operations |
vmop.numReconfigure.latest | num | VM reconfigure count Number of virtual machine reconfigure operations |
vmop.numRegister.latest | num | VM register count Number of virtual machine register operations |
vmop.numReset.latest | num | VM reset count Number of virtual machine reset operations |
vmop.numShutdownGuest.latest | num | VM guest shutdown count Number of virtual machine guest shutdown operations |
vmop.numStandbyGuest.latest | num | VM standby guest count Number of virtual machine standby guest operations |
vmop.numSuspend.latest | num | VM suspend count Number of virtual machine suspend operations |
vmop.numSVMotion.latest | num | Storage vMotion count Number of migrations with Storage vMotion (datastore change operations for powered-on VMs) |
vmop.numUnregister.latest | num | VM unregister count Number of virtual machine unregister operations |
vmop.numVMotion.latest | num | vMotion count Number of migrations with vMotion (host change operations for powered-on VMs) |
vmop.numXVMotion.latest | num | VM host and datastore change count (powered-on VMs) Number of host and datastore change operations for powered-on and suspended virtual machines |
vmotion.downtime.latest | µs | |
vmotion.dst.migration.time.latest | s | |
vmotion.mem.sizemb.latest | MB | |
vmotion.precopy.time.latest | µs | |
vmotion.rtt.latest | µs | |
vmotion.vmkernel.downtime.latest | µs | |
vmx.cpuSpeed.latest | MHz | |
vmx.numVCPUs.latest | num | |
vmx.overheadMemSizeMax.latest | MB | |
vmx.overheadMemSizeMin.latest | MB | |
vmx.vcpusMhzMax.latest | MHz | |
vmx.vcpusMhzMean.latest | MHz | |
vmx.vcpusMhzMin.latest | MHz | |
vsanDomObj.readAvgLatency.average | ms | Average read latency Average read latency in ms |
vsanDomObj.readCacheHitRate.latest | % | Cache hit rate Cache hit rate percentage |
vsanDomObj.readCongestion.average | num | Read congestion per sampling interval Read congestion |
vsanDomObj.readIops.average | num | Read IOPS Read IOPS |
vsanDomObj.readMaxLatency.latest | ms | Max read latency Max read latency in ms |
vsanDomObj.readThroughput.average | KBps | Read throughput Read throughput in kBps |
vsanDomObj.recoveryWriteAvgLatency.average | ms | Average recovery write latency Average recovery write latency in ms |
vsanDomObj.recoveryWriteCongestion.average | num | Recovery write congestion per sampling interval Recovery write congestion |
vsanDomObj.recoveryWriteIops.average | num | Recovery write IOPS Recovery write IOPS |
vsanDomObj.recoveryWriteMaxLatency.latest | ms | Max recovery write latency Max recovery write latency in ms |
vsanDomObj.recoveryWriteThroughput.average | KBps | Recovery write through-put Recovery write through-put in kBps |
vsanDomObj.writeAvgLatency.average | ms | Average write latency Average write latency in ms |
vsanDomObj.writeCongestion.average | num | Write congestion per sampling interval Write congestion |
vsanDomObj.writeIops.average | num | Write IOPS Write IOPS |
vsanDomObj.writeMaxLatency.latest | ms | Max write latency Max write latency in ms |
vsanDomObj.writeThroughput.average | KBps | Write throughput Write throughput in kBps |