netdata/netdata

View on GitHub
src/go/collectors/go.d.plugin/modules/vsphere/metrics.txt

Summary

Maintainability
Test Coverage
// [units, statsType, hasInstance]

/*
    virtualMachine:

    cpu.run.summation [ms, delta, true] [Time the virtual machine is scheduled to run]
    cpu.ready.summation [ms, delta, true] [Time that the virtual machine was ready, but could not get scheduled to run on the physical CPU during last measurement interval]
    cpu.usagemhz.average [MHz, rate, true] [CPU usage in megahertz during the interval]
    cpu.demandEntitlementRatio.latest [%, absolute, false] [CPU resource entitlement to CPU demand ratio (in percents)]
    cpu.used.summation [ms, delta, true] [Total CPU usage]
    cpu.idle.summation [ms, delta, true] [Total time that the CPU spent in an idle state]
    cpu.maxlimited.summation [ms, delta, true] [Time the virtual machine is ready to run, but is not run due to maxing out its CPU limit setting]
    cpu.overlap.summation [ms, delta, true] [Time the virtual machine was interrupted to perform system services on behalf of itself or other virtual machines]
    cpu.system.summation [ms, delta, false] [Amount of time spent on system processes on each virtual CPU in the virtual machine]
    cpu.demand.average [MHz, absolute, false] [The amount of CPU resources a virtual machine would use if there were no CPU contention or CPU limit]
    cpu.wait.summation [ms, delta, true] [Total CPU time spent in wait state]
    cpu.latency.average [%, rate, false] [Percent of time the virtual machine is unable to run because it is contending for access to the physical CPU(s)]
    cpu.costop.summation [ms, delta, true] [Time the virtual machine is ready to run, but is unable to run due to co-scheduling constraints]
    cpu.entitlement.latest [MHz, absolute, false] [CPU resources devoted by the ESX scheduler]
    cpu.readiness.average [%, rate, true] [Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU]
    cpu.swapwait.summation [ms, delta, true] [CPU time spent waiting for swap-in]
    cpu.usage.average [%, rate, false] [CPU usage as a percentage during the interval]

    datastore.totalReadLatency.average [ms, absolute, true] [The average time a read from the datastore takes]
    datastore.read.average [KBps, rate, true] [Rate of reading data from the datastore]
    datastore.write.average [KBps, rate, true] [Rate of writing data to the datastore]
    datastore.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all datastores used by the host]
    datastore.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second to the datastore during the collection interval]
    datastore.totalWriteLatency.average [ms, absolute, true] [The average time a write to the datastore takes]
    datastore.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second to the datastore during the collection interval]

    disk.read.average [KBps, rate, true] [Average number of kilobytes read from the disk each second during the collection interval]
    disk.commands.summation [num, delta, true] [Number of SCSI commands issued during the collection interval]
    disk.commandsAborted.summation [num, delta, true] [Number of SCSI commands aborted during the collection interval]
    disk.busResets.summation [num, delta, true] [Number of SCSI-bus reset commands issued during the collection interval]
    disk.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all disks used by the host]
    disk.write.average [KBps, rate, true] [Average number of kilobytes written to disk each second during the collection interval]
    disk.numberReadAveraged.average [num, rate, true] [Average number of disk reads per second during the collection interval]
    disk.usage.average [KBps, rate, false] [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.numberWrite.summation [num, delta, true] [Number of disk writes during the collection interval]
    disk.commandsAveraged.average [num, rate, true] [Average number of SCSI commands issued per second during the collection interval]
    disk.numberWriteAveraged.average [num, rate, true] [Average number of disk writes per second during the collection interval]
    disk.numberRead.summation [num, delta, true] [Number of disk reads during the collection interval]

    mem.vmmemctltarget.average [KB, absolute, false] [Desired amount of guest physical memory the balloon driver needs to reclaim, as determined by ESXi]
    mem.overhead.average [KB, absolute, false] [host physical memory consumed by ESXi data structures for running the virtual machines]
    mem.zipSaved.latest [KB, absolute, false] [host physical memory, reclaimed from a virtual machine, by memory compression. This value is less than the value of 'Compressed' memory]
    mem.overheadMax.average [KB, absolute, false] [host physical memory reserved by ESXi, for its data structures, for running the virtual machine]
    mem.consumed.average [KB, absolute, false] [Amount of host physical memory consumed for backing up guest physical memory pages]
    mem.overheadTouched.average [KB, absolute, false] [Estimate of the host physical memory, from Overhead consumed, that is actively read or written to by ESXi]
    mem.compressionRate.average [KBps, rate, false] [Rate of guest physical memory page compression by ESXi]
    mem.swapin.average [KB, absolute, false] [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.swaptarget.average [KB, absolute, false] [Amount of memory that ESXi needs to reclaim by swapping]
    mem.activewrite.average [KB, absolute, false] [Amount of guest physical memory that is being actively written by guest. Activeness is estimated by ESXi]
    mem.decompressionRate.average [KBps, rate, false] [Rate of guest physical memory decompression]
    mem.entitlement.average [KB, absolute, false] [Amount of host physical memory the virtual machine deserves, as determined by ESXi]
    mem.swapoutRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped out to the swap space]
    mem.swapout.average [KB, absolute, false] [Amount of guest physical memory that is swapped out from the virtual machine to its swap space since it has been powered on.]
    mem.shared.average [KB, absolute, false] [Amount of guest physical memory that is shared within a single virtual machine or across virtual machines]
    mem.compressed.average [KB, absolute, false] [Guest physical memory pages that have undergone memory compression]
    mem.llSwapOutRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped out to the host swap cache]
    mem.latency.average [%, absolute, false] [Percentage of time the virtual machine spent waiting to swap in or decompress guest physical memory]
    mem.llSwapInRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped in from the host swap cache]
    mem.zero.average [KB, absolute, false] [Guest physical memory pages whose content is 0x00]
    mem.swapinRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped in from the swap space]
    mem.llSwapUsed.average [KB, absolute, false] [Storage space consumed on the host swap cache for storing swapped guest physical memory pages]
    mem.vmmemctl.average [KB, absolute, false] [Amount of guest physical memory reclaimed from the virtual machine by the balloon driver in the guest]
    mem.active.average [KB, absolute, false] [Amount of guest physical memory that is being actively read or written by guest. Activeness is estimated by ESXi]
    mem.granted.average [KB, absolute, false] [Amount of host physical memory or physical memory that is mapped for a virtual machine or a host]
    mem.usage.average [%, absolute, false] [Percentage of host physical memory that has been consumed]
    mem.zipped.latest [KB, absolute, false] [Amount of guest physical memory pages compressed by ESXi]
    mem.swapped.average [KB, absolute, false] [Amount of guest physical memory that is swapped out to the swap space]

    net.droppedTx.summation [num, delta, true] [Number of transmits dropped]
    net.bytesTx.average [KBps, rate, true] [Average amount of data transmitted per second]
    net.transmitted.average [KBps, rate, true] [Average rate at which data was transmitted during the interval]
    net.droppedRx.summation [num, delta, true] [Number of receives dropped]
    net.bytesRx.average [KBps, rate, true] [Average amount of data received per second]
    net.usage.average [KBps, rate, true] [Network utilization (combined transmit-rates and receive-rates) during the interval]
    net.multicastRx.summation [num, delta, true] [Number of multicast packets received during the sampling interval]
    net.broadcastTx.summation [num, delta, true] [Number of broadcast packets transmitted during the sampling interval]
    net.received.average [KBps, rate, true] [Average rate at which data was received during the interval]
    net.broadcastRx.summation [num, delta, true] [Number of broadcast packets received during the sampling interval]
    net.pnicBytesRx.average [KBps, rate, true] [pnicBytesRx]
    net.pnicBytesTx.average [KBps, rate, true] [pnicBytesTx]
    net.multicastTx.summation [num, delta, true] [Number of multicast packets transmitted during the sampling interval]
    net.packetsTx.summation [num, delta, true] [Number of packets transmitted during the interval]
    net.packetsRx.summation [num, delta, true] [Number of packets received during the interval]

    power.energy.summation [J, delta, false] [Total energy used since last stats reset]
    power.power.average [W, rate, false] [Current power usage]

    rescpu.actpk5.latest [%, absolute, false] [CPU active peak over 5 minutes]
    rescpu.actpk15.latest [%, absolute, false] [CPU active peak over 15 minutes]
    rescpu.sampleCount.latest [num, absolute, false] [Group CPU sample count]
    rescpu.runav15.latest [%, absolute, false] [CPU running average over 15 minutes]
    rescpu.actav1.latest [%, absolute, false] [CPU active average over 1 minute]
    rescpu.runpk1.latest [%, absolute, false] [CPU running peak over 1 minute]
    rescpu.actav5.latest [%, absolute, false] [CPU active average over 5 minutes]
    rescpu.maxLimited5.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 5 minutes]
    rescpu.maxLimited1.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 1 minute]
    rescpu.runav5.latest [%, absolute, false] [CPU running average over 5 minutes]
    rescpu.samplePeriod.latest [ms, absolute, false] [Group CPU sample period]
    rescpu.runpk15.latest [%, absolute, false] [CPU running peak over 15 minutes]
    rescpu.maxLimited15.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 15 minutes]
    rescpu.actav15.latest [%, absolute, false] [CPU active average over 15 minutes]
    rescpu.runav1.latest [%, absolute, false] [CPU running average over 1 minute]
    rescpu.runpk5.latest [%, absolute, false] [CPU running peak over 5 minutes]
    rescpu.actpk1.latest [%, absolute, false] [CPU active peak over 1 minute]

    sys.uptime.latest [s, absolute, false] [Total time elapsed, in seconds, since last system startup]
    sys.heartbeat.latest [num, absolute, false] [Number of heartbeats issued per virtual machine during the interval]
    sys.osUptime.latest [s, absolute, false] [Total time elapsed, in seconds, since last operating system boot-up]

    virtualDisk.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second to the virtual disk during the collection interval]
    virtualDisk.largeSeeks.latest [num, absolute, true] [Number of seeks during the interval that were greater than 8192 LBNs apart]
    virtualDisk.readOIO.latest [num, absolute, true] [Average number of outstanding read requests to the virtual disk during the collection interval]
    virtualDisk.mediumSeeks.latest [num, absolute, true] [Number of seeks during the interval that were between 64 and 8192 LBNs apart]
    virtualDisk.write.average [KBps, rate, true] [Rate of writing data to the virtual disk]
    virtualDisk.smallSeeks.latest [num, absolute, true] [Number of seeks during the interval that were less than 64 LBNs apart]
    virtualDisk.read.average [KBps, rate, true] [Rate of reading data from the virtual disk]
    virtualDisk.writeLatencyUS.latest [µs, absolute, true] [Write latency in microseconds]
    virtualDisk.writeOIO.latest [num, absolute, true] [Average number of outstanding write requests to the virtual disk during the collection interval]
    virtualDisk.totalWriteLatency.average [ms, absolute, true] [The average time a write to the virtual disk takes]
    virtualDisk.readLoadMetric.latest [num, absolute, true] [Storage DRS virtual disk metric for the read workload model]
    virtualDisk.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second to the virtual disk during the collection interval]
    virtualDisk.writeLoadMetric.latest [num, absolute, true] [Storage DRS virtual disk metric for the write workload model]
    virtualDisk.totalReadLatency.average [ms, absolute, true] [The average time a read from the virtual disk takes]
    virtualDisk.readIOSize.latest [num, absolute, true] [Average read request size in bytes]
    virtualDisk.writeIOSize.latest [num, absolute, true] [Average write request size in bytes]
    virtualDisk.readLatencyUS.latest [µs, absolute, true] [Read latency in microseconds]
*/

/*
    HOST:

    cpu.usage.average [%, rate, true] [CPU usage as a percentage during the interval]
    cpu.wait.summation [ms, delta, false] [Total CPU time spent in wait state]
    cpu.ready.summation [ms, delta, false] [Time that the virtual machine was ready, but could not get scheduled to run on the physical CPU during last measurement interval]
    cpu.used.summation [ms, delta, true] [Total CPU usage]
    cpu.demand.average [MHz, absolute, false] [The amount of CPU resources a virtual machine would use if there were no CPU contention or CPU limit]
    cpu.idle.summation [ms, delta, true] [Total time that the CPU spent in an idle state]
    cpu.latency.average [%, rate, false] [Percent of time the virtual machine is unable to run because it is contending for access to the physical CPU(s)]
    cpu.utilization.average [%, rate, true] [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.coreUtilization.average [%, rate, true] [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, delta, false] [Time the virtual machine is ready to run, but is unable to run due to co-scheduling constraints]
    cpu.totalCapacity.average [MHz, absolute, false] [Total CPU capacity reserved by and available for virtual machines]
    cpu.usagemhz.average [MHz, rate, false] [CPU usage in megahertz during the interval]
    cpu.swapwait.summation [ms, delta, false] [CPU time spent waiting for swap-in]
    cpu.reservedCapacity.average [MHz, absolute, false] [Total CPU capacity reserved by virtual machines]
    cpu.readiness.average [%, rate, false] [Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU]

    datastore.datastoreReadLoadMetric.latest [num, absolute, true] [Storage DRS datastore metric for read workload model]
    datastore.datastoreNormalReadLatency.latest [num, absolute, true] [Storage DRS datastore normalized read latency]
    datastore.datastoreWriteLoadMetric.latest [num, absolute, true] [Storage DRS datastore metric for write workload model]
    datastore.datastoreMaxQueueDepth.latest [num, absolute, true] [Storage I/O Control datastore maximum queue depth]
    datastore.totalReadLatency.average [ms, absolute, true] [The average time a read from the datastore takes]
    datastore.datastoreWriteOIO.latest [num, absolute, true] [Storage DRS datastore outstanding write requests]
    datastore.datastoreReadIops.latest [num, absolute, true] [Storage DRS datastore read I/O rate]
    datastore.sizeNormalizedDatastoreLatency.average [µs, absolute, true] [Storage I/O Control size-normalized I/O latency]
    datastore.datastoreIops.average [num, absolute, true] [Storage I/O Control aggregated IOPS]
    datastore.datastoreVMObservedLatency.latest [µs, absolute, true] [The average datastore latency as seen by virtual machines]
    datastore.unmapIOs.summation [num, delta, true] [unmapIOs]
    datastore.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second to the datastore during the collection interval]
    datastore.datastoreNormalWriteLatency.latest [num, absolute, true] [Storage DRS datastore normalized write latency]
    datastore.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second to the datastore during the collection interval]
    datastore.unmapSize.summation [MB, delta, true] [unmapSize]
    datastore.datastoreReadOIO.latest [num, absolute, true] [Storage DRS datastore outstanding read requests]
    datastore.write.average [KBps, rate, true] [Rate of writing data to the datastore]
    datastore.totalWriteLatency.average [ms, absolute, true] [The average time a write to the datastore takes]
    datastore.datastoreWriteIops.latest [num, absolute, true] [Storage DRS datastore write I/O rate]
    datastore.datastoreReadBytes.latest [num, absolute, true] [Storage DRS datastore bytes read]
    datastore.read.average [KBps, rate, true] [Rate of reading data from the datastore]
    datastore.siocActiveTimePercentage.average [%, absolute, true] [Percentage of time Storage I/O Control actively controlled datastore latency]
    datastore.datastoreWriteBytes.latest [num, absolute, true] [Storage DRS datastore bytes written]
    datastore.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all datastores used by the host]

    disk.queueReadLatency.average [ms, absolute, true] [Average amount of time spent in the VMkernel queue, per SCSI read command, during the collection interval]
    disk.numberReadAveraged.average [num, rate, true] [Average number of disk reads per second during the collection interval]
    disk.numberRead.summation [num, delta, true] [Number of disk reads during the collection interval]
    disk.queueWriteLatency.average [ms, absolute, true] [Average amount of time spent in the VMkernel queue, per SCSI write command, during the collection interval]
    disk.totalWriteLatency.average [ms, absolute, true] [Average amount of time taken during the collection interval to process a SCSI write command issued by the guest OS to the virtual machine]
    disk.kernelWriteLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, spent by VMkernel to process each SCSI write command]
    disk.read.average [KBps, rate, true] [Average number of kilobytes read from the disk each second during the collection interval]
    disk.usage.average [KBps, rate, false] [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.kernelLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, spent by VMkernel to process each SCSI command]
    disk.commandsAveraged.average [num, rate, true] [Average number of SCSI commands issued per second during the collection interval]
    disk.numberWrite.summation [num, delta, true] [Number of disk writes during the collection interval]
    disk.write.average [KBps, rate, true] [Average number of kilobytes written to disk each second during the collection interval]
    disk.queueLatency.average [ms, absolute, true] [Average amount of time spent in the VMkernel queue, per SCSI command, during the collection interval]
    disk.busResets.summation [num, delta, true] [Number of SCSI-bus reset commands issued during the collection interval]
    disk.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all disks used by the host]
    disk.kernelReadLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, spent by VMkernel to process each SCSI read command]
    disk.deviceLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, to complete a SCSI command from the physical device]
    disk.totalLatency.average [ms, absolute, true] [Average amount of time taken during the collection interval to process a SCSI command issued by the guest OS to the virtual machine]
    disk.commands.summation [num, delta, true] [Number of SCSI commands issued during the collection interval]
    disk.numberWriteAveraged.average [num, rate, true] [Average number of disk writes per second during the collection interval]
    disk.totalReadLatency.average [ms, absolute, true] [Average amount of time taken during the collection interval to process a SCSI read command issued from the guest OS to the virtual machine]
    disk.maxQueueDepth.average [num, absolute, true] [Maximum queue depth]
    disk.deviceWriteLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, to write to the physical device]
    disk.commandsAborted.summation [num, delta, true] [Number of SCSI commands aborted during the collection interval]
    disk.deviceReadLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, to read from the physical device]

    hbr.hbrNetRx.average [KBps, rate, false] [Average amount of data received per second]
    hbr.hbrNumVms.average [num, absolute, false] [Current number of replicated virtual machines]
    hbr.hbrNetTx.average [KBps, rate, false] [Average amount of data transmitted per second]

    mem.reservedCapacity.average [MB, absolute, false] [Memory reservation consumed by powered-on virtual machines]
    mem.swapinRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped in from the swap space]
    mem.zero.average [KB, absolute, false] [Guest physical memory pages whose content is 0x00]
    mem.heapfree.average [KB, absolute, false] [Free address space in the heap of ESXi. This is less than or equal to Heap]
    mem.sharedcommon.average [KB, absolute, false] [Amount of host physical memory that backs shared guest physical memory (Shared)]
    mem.swapin.average [KB, absolute, false] [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.unreserved.average [KB, absolute, false] [Amount by which reservation can be raised]
    mem.lowfreethreshold.average [KB, absolute, false] [Threshold of free host physical memory below which ESXi will begin actively reclaiming memory from virtual machines by swapping, compression and ballooning]
    mem.state.latest [num, absolute, false] [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.decompressionRate.average [KBps, rate, false] [Rate of guest physical memory decompression]
    mem.swapout.average [KB, absolute, false] [Amount of guest physical memory that is swapped out from the virtual machine to its swap space since it has been powered on.]
    mem.vmfs.pbc.capMissRatio.latest [%, absolute, false] [Trailing average of the ratio of capacity misses to compulsory misses for the VMFS PB Cache]
    mem.swapused.average [KB, absolute, false] [Swap storage space consumed]
    mem.consumed.average [KB, absolute, false] [Amount of host physical memory consumed for backing up guest physical memory pages]
    mem.llSwapOutRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped out to the host swap cache]
    mem.llSwapOut.average [KB, absolute, false] [Amount of guest physical memory swapped out to the host swap cache]
    mem.swapoutRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped out to the swap space]
    mem.llSwapIn.average [KB, absolute, false] [Amount of guest physical memory swapped in from host cache]
    mem.active.average [KB, absolute, false] [Amount of guest physical memory that is being actively read or written by guest. Activeness is estimated by ESXi]
    mem.latency.average [%, absolute, false] [Percentage of time the virtual machine spent waiting to swap in or decompress guest physical memory]
    mem.llSwapInRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped in from the host swap cache]
    mem.vmfs.pbc.sizeMax.latest [MB, absolute, false] [Maximum size the VMFS Pointer Block Cache can grow to]
    mem.vmmemctl.average [KB, absolute, false] [Amount of guest physical memory reclaimed from the virtual machine by the balloon driver in the guest]
    mem.vmfs.pbc.size.latest [MB, absolute, false] [Space used for holding VMFS Pointer Blocks in memory]
    mem.overhead.average [KB, absolute, false] [host physical memory consumed by ESXi data structures for running the virtual machines]
    mem.vmfs.pbc.workingSet.latest [TB, absolute, false] [Amount of file blocks whose addresses are cached in the VMFS PB Cache]
    mem.shared.average [KB, absolute, false] [Amount of guest physical memory that is shared within a single virtual machine or across virtual machines]
    mem.usage.average [%, absolute, false] [Percentage of host physical memory that has been consumed]
    mem.vmfs.pbc.workingSetMax.latest [TB, absolute, false] [Maximum amount of file blocks whose addresses are cached in the VMFS PB Cache]
    mem.sysUsage.average [KB, absolute, false] [Amount of host physical memory consumed by VMkernel]
    mem.compressed.average [KB, absolute, false] [Guest physical memory pages that have undergone memory compression]
    mem.vmfs.pbc.overhead.latest [KB, absolute, false] [Amount of VMFS heap used by the VMFS PB Cache]
    mem.totalCapacity.average [MB, absolute, false] [Total reservation, available and consumed, for powered-on virtual machines]
    mem.activewrite.average [KB, absolute, false] [Amount of guest physical memory that is being actively written by guest. Activeness is estimated by ESXi]
    mem.granted.average [KB, absolute, false] [Amount of host physical memory or physical memory that is mapped for a virtual machine or a host]
    mem.compressionRate.average [KBps, rate, false] [Rate of guest physical memory page compression by ESXi]
    mem.heap.average [KB, absolute, false] [Virtual address space of ESXi that is dedicated to its heap]
    mem.llSwapUsed.average [KB, absolute, false] [Storage space consumed on the host swap cache for storing swapped guest physical memory pages]

    net.bytesTx.average [KBps, rate, true] [Average amount of data transmitted per second]
    net.droppedRx.summation [num, delta, true] [Number of receives dropped]
    net.transmitted.average [KBps, rate, true] [Average rate at which data was transmitted during the interval]
    net.multicastTx.summation [num, delta, true] [Number of multicast packets transmitted during the sampling interval]
    net.errorsTx.summation [num, delta, true] [Number of packets with errors transmitted during the sampling interval]
    net.unknownProtos.summation [num, delta, true] [Number of frames with unknown protocol received during the sampling interval]
    net.multicastRx.summation [num, delta, true] [Number of multicast packets received during the sampling interval]
    net.broadcastTx.summation [num, delta, true] [Number of broadcast packets transmitted during the sampling interval]
    net.received.average [KBps, rate, true] [Average rate at which data was received during the interval]
    net.droppedTx.summation [num, delta, true] [Number of transmits dropped]
    net.usage.average [KBps, rate, true] [Network utilization (combined transmit-rates and receive-rates) during the interval]
    net.broadcastRx.summation [num, delta, true] [Number of broadcast packets received during the sampling interval]
    net.packetsRx.summation [num, delta, true] [Number of packets received during the interval]
    net.packetsTx.summation [num, delta, true] [Number of packets transmitted during the interval]
    net.errorsRx.summation [num, delta, true] [Number of packets with errors received during the sampling interval]
    net.bytesRx.average [KBps, rate, true] [Average amount of data received per second]

    power.energy.summation [J, delta, false] [Total energy used since last stats reset]
    power.power.average [W, rate, false] [Current power usage]
    power.powerCap.average [W, absolute, false] [Maximum allowed power usage]

    rescpu.sampleCount.latest [num, absolute, false] [Group CPU sample count]
    rescpu.maxLimited5.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 5 minutes]
    rescpu.runav1.latest [%, absolute, false] [CPU running average over 1 minute]
    rescpu.actpk5.latest [%, absolute, false] [CPU active peak over 5 minutes]
    rescpu.runav5.latest [%, absolute, false] [CPU running average over 5 minutes]
    rescpu.actav1.latest [%, absolute, false] [CPU active average over 1 minute]
    rescpu.runav15.latest [%, absolute, false] [CPU running average over 15 minutes]
    rescpu.actav15.latest [%, absolute, false] [CPU active average over 15 minutes]
    rescpu.actav5.latest [%, absolute, false] [CPU active average over 5 minutes]
    rescpu.maxLimited15.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 15 minutes]
    rescpu.actpk1.latest [%, absolute, false] [CPU active peak over 1 minute]
    rescpu.runpk15.latest [%, absolute, false] [CPU running peak over 15 minutes]
    rescpu.samplePeriod.latest [ms, absolute, false] [Group CPU sample period]
    rescpu.actpk15.latest [%, absolute, false] [CPU active peak over 15 minutes]
    rescpu.runpk5.latest [%, absolute, false] [CPU running peak over 5 minutes]
    rescpu.runpk1.latest [%, absolute, false] [CPU running peak over 1 minute]
    rescpu.maxLimited1.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 1 minute]

    storageAdapter.read.average [KBps, rate, true] [Rate of reading data by the storage adapter]
    storageAdapter.commandsAveraged.average [num, rate, true] [Average number of commands issued per second by the storage adapter during the collection interval]
    storageAdapter.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second by the storage adapter during the collection interval]
    storageAdapter.totalWriteLatency.average [ms, absolute, true] [The average time a write by the storage adapter takes]
    storageAdapter.totalReadLatency.average [ms, absolute, true] [The average time a read by the storage adapter takes]
    storageAdapter.write.average [KBps, rate, true] [Rate of writing data by the storage adapter]
    storageAdapter.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second by the storage adapter during the collection interval]
    storageAdapter.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all storage adapters used by the host]
    storagePath.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second on the storage path during the collection interval]
    storagePath.write.average [KBps, rate, true] [Rate of writing data on the storage path]
    storagePath.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all storage paths used by the host]
    storagePath.read.average [KBps, rate, true] [Rate of reading data on the storage path]
    storagePath.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second on the storage path during the collection interval]
    storagePath.totalWriteLatency.average [ms, absolute, true] [The average time a write issued on the storage path takes]
    storagePath.totalReadLatency.average [ms, absolute, true] [The average time a read issued on the storage path takes]
    storagePath.commandsAveraged.average [num, rate, true] [Average number of commands issued per second on the storage path during the collection interval]

    sys.resourceMemTouched.latest [KB, absolute, true] [Memory touched by the system resource group]
    sys.resourceMemSwapped.latest [KB, absolute, true] [Memory swapped out by the system resource group]
    sys.resourceMemShared.latest [KB, absolute, true] [Memory saved due to sharing by the system resource group]
    sys.resourceMemZero.latest [KB, absolute, true] [Zero filled memory used by the system resource group]
    sys.resourceMemMapped.latest [KB, absolute, true] [Memory mapped by the system resource group]
    sys.resourceCpuAllocShares.latest [num, absolute, true] [CPU allocation shares of the system resource group]
    sys.resourceFdUsage.latest [num, absolute, true] [Number of file descriptors used by the system resource group]
    sys.resourceCpuAct5.latest [%, absolute, true] [CPU active average over 5 minutes of the system resource group]
    sys.resourceCpuAct1.latest [%, absolute, true] [CPU active average over 1 minute of the system resource group]
    sys.resourceCpuUsage.average [MHz, rate, true] [Amount of CPU used by the Service Console and other applications during the interval]
    sys.resourceMemOverhead.latest [KB, absolute, true] [Overhead memory consumed by the system resource group]
    sys.resourceMemCow.latest [KB, absolute, true] [Memory shared by the system resource group]
    sys.resourceCpuAllocMax.latest [MHz, absolute, true] [CPU allocation limit (in MHz) of the system resource group]
    sys.resourceMemAllocMax.latest [KB, absolute, true] [Memory allocation limit (in KB) of the system resource group]
    sys.resourceMemAllocMin.latest [KB, absolute, true] [Memory allocation reservation (in KB) of the system resource group]
    sys.resourceCpuAllocMin.latest [MHz, absolute, true] [CPU allocation reservation (in MHz) of the system resource group]
    sys.resourceCpuMaxLimited1.latest [%, absolute, true] [CPU maximum limited over 1 minute of the system resource group]
    sys.resourceMemAllocShares.latest [num, absolute, true] [Memory allocation shares of the system resource group]
    sys.resourceMemConsumed.latest [KB, absolute, true] [Memory consumed by the system resource group]
    sys.uptime.latest [s, absolute, false] [Total time elapsed, in seconds, since last system startup]
    sys.resourceCpuMaxLimited5.latest [%, absolute, true] [CPU maximum limited over 5 minutes of the system resource group]
    sys.resourceCpuRun5.latest [%, absolute, true] [CPU running average over 5 minutes of the system resource group]
    sys.resourceCpuRun1.latest [%, absolute, true] [CPU running average over 1 minute of the system resource group]

    vflashModule.numActiveVMDKs.latest [num, absolute, true] [Number of caches controlled by the virtual flash module]
*/