github.com/netdata/go.d.plugin@v0.58.1/modules/vsphere/metrics.txt (about)

     1  // [units, statsType, hasInstance]
     2  
     3  /*
     4  	virtualMachine:
     5  
     6  	cpu.run.summation [ms, delta, true] [Time the virtual machine is scheduled to run]
     7  	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]
     8  	cpu.usagemhz.average [MHz, rate, true] [CPU usage in megahertz during the interval]
     9  	cpu.demandEntitlementRatio.latest [%, absolute, false] [CPU resource entitlement to CPU demand ratio (in percents)]
    10  	cpu.used.summation [ms, delta, true] [Total CPU usage]
    11  	cpu.idle.summation [ms, delta, true] [Total time that the CPU spent in an idle state]
    12  	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]
    13  	cpu.overlap.summation [ms, delta, true] [Time the virtual machine was interrupted to perform system services on behalf of itself or other virtual machines]
    14  	cpu.system.summation [ms, delta, false] [Amount of time spent on system processes on each virtual CPU in the virtual machine]
    15  	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]
    16  	cpu.wait.summation [ms, delta, true] [Total CPU time spent in wait state]
    17  	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)]
    18  	cpu.costop.summation [ms, delta, true] [Time the virtual machine is ready to run, but is unable to run due to co-scheduling constraints]
    19  	cpu.entitlement.latest [MHz, absolute, false] [CPU resources devoted by the ESX scheduler]
    20  	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]
    21  	cpu.swapwait.summation [ms, delta, true] [CPU time spent waiting for swap-in]
    22  	cpu.usage.average [%, rate, false] [CPU usage as a percentage during the interval]
    23  
    24  	datastore.totalReadLatency.average [ms, absolute, true] [The average time a read from the datastore takes]
    25  	datastore.read.average [KBps, rate, true] [Rate of reading data from the datastore]
    26  	datastore.write.average [KBps, rate, true] [Rate of writing data to the datastore]
    27  	datastore.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all datastores used by the host]
    28  	datastore.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second to the datastore during the collection interval]
    29  	datastore.totalWriteLatency.average [ms, absolute, true] [The average time a write to the datastore takes]
    30  	datastore.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second to the datastore during the collection interval]
    31  
    32  	disk.read.average [KBps, rate, true] [Average number of kilobytes read from the disk each second during the collection interval]
    33  	disk.commands.summation [num, delta, true] [Number of SCSI commands issued during the collection interval]
    34  	disk.commandsAborted.summation [num, delta, true] [Number of SCSI commands aborted during the collection interval]
    35  	disk.busResets.summation [num, delta, true] [Number of SCSI-bus reset commands issued during the collection interval]
    36  	disk.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all disks used by the host]
    37  	disk.write.average [KBps, rate, true] [Average number of kilobytes written to disk each second during the collection interval]
    38  	disk.numberReadAveraged.average [num, rate, true] [Average number of disk reads per second during the collection interval]
    39  	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.]
    40  	disk.numberWrite.summation [num, delta, true] [Number of disk writes during the collection interval]
    41  	disk.commandsAveraged.average [num, rate, true] [Average number of SCSI commands issued per second during the collection interval]
    42  	disk.numberWriteAveraged.average [num, rate, true] [Average number of disk writes per second during the collection interval]
    43  	disk.numberRead.summation [num, delta, true] [Number of disk reads during the collection interval]
    44  
    45  	mem.vmmemctltarget.average [KB, absolute, false] [Desired amount of guest physical memory the balloon driver needs to reclaim, as determined by ESXi]
    46  	mem.overhead.average [KB, absolute, false] [host physical memory consumed by ESXi data structures for running the virtual machines]
    47  	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]
    48  	mem.overheadMax.average [KB, absolute, false] [host physical memory reserved by ESXi, for its data structures, for running the virtual machine]
    49  	mem.consumed.average [KB, absolute, false] [Amount of host physical memory consumed for backing up guest physical memory pages]
    50  	mem.overheadTouched.average [KB, absolute, false] [Estimate of the host physical memory, from Overhead consumed, that is actively read or written to by ESXi]
    51  	mem.compressionRate.average [KBps, rate, false] [Rate of guest physical memory page compression by ESXi]
    52  	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]
    53  	mem.swaptarget.average [KB, absolute, false] [Amount of memory that ESXi needs to reclaim by swapping]
    54  	mem.activewrite.average [KB, absolute, false] [Amount of guest physical memory that is being actively written by guest. Activeness is estimated by ESXi]
    55  	mem.decompressionRate.average [KBps, rate, false] [Rate of guest physical memory decompression]
    56  	mem.entitlement.average [KB, absolute, false] [Amount of host physical memory the virtual machine deserves, as determined by ESXi]
    57  	mem.swapoutRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped out to the swap space]
    58  	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.]
    59  	mem.shared.average [KB, absolute, false] [Amount of guest physical memory that is shared within a single virtual machine or across virtual machines]
    60  	mem.compressed.average [KB, absolute, false] [Guest physical memory pages that have undergone memory compression]
    61  	mem.llSwapOutRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped out to the host swap cache]
    62  	mem.latency.average [%, absolute, false] [Percentage of time the virtual machine spent waiting to swap in or decompress guest physical memory]
    63  	mem.llSwapInRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped in from the host swap cache]
    64  	mem.zero.average [KB, absolute, false] [Guest physical memory pages whose content is 0x00]
    65  	mem.swapinRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped in from the swap space]
    66  	mem.llSwapUsed.average [KB, absolute, false] [Storage space consumed on the host swap cache for storing swapped guest physical memory pages]
    67  	mem.vmmemctl.average [KB, absolute, false] [Amount of guest physical memory reclaimed from the virtual machine by the balloon driver in the guest]
    68  	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]
    69  	mem.granted.average [KB, absolute, false] [Amount of host physical memory or physical memory that is mapped for a virtual machine or a host]
    70  	mem.usage.average [%, absolute, false] [Percentage of host physical memory that has been consumed]
    71  	mem.zipped.latest [KB, absolute, false] [Amount of guest physical memory pages compressed by ESXi]
    72  	mem.swapped.average [KB, absolute, false] [Amount of guest physical memory that is swapped out to the swap space]
    73  
    74  	net.droppedTx.summation [num, delta, true] [Number of transmits dropped]
    75  	net.bytesTx.average [KBps, rate, true] [Average amount of data transmitted per second]
    76  	net.transmitted.average [KBps, rate, true] [Average rate at which data was transmitted during the interval]
    77  	net.droppedRx.summation [num, delta, true] [Number of receives dropped]
    78  	net.bytesRx.average [KBps, rate, true] [Average amount of data received per second]
    79  	net.usage.average [KBps, rate, true] [Network utilization (combined transmit-rates and receive-rates) during the interval]
    80  	net.multicastRx.summation [num, delta, true] [Number of multicast packets received during the sampling interval]
    81  	net.broadcastTx.summation [num, delta, true] [Number of broadcast packets transmitted during the sampling interval]
    82  	net.received.average [KBps, rate, true] [Average rate at which data was received during the interval]
    83  	net.broadcastRx.summation [num, delta, true] [Number of broadcast packets received during the sampling interval]
    84  	net.pnicBytesRx.average [KBps, rate, true] [pnicBytesRx]
    85  	net.pnicBytesTx.average [KBps, rate, true] [pnicBytesTx]
    86  	net.multicastTx.summation [num, delta, true] [Number of multicast packets transmitted during the sampling interval]
    87  	net.packetsTx.summation [num, delta, true] [Number of packets transmitted during the interval]
    88  	net.packetsRx.summation [num, delta, true] [Number of packets received during the interval]
    89  
    90  	power.energy.summation [J, delta, false] [Total energy used since last stats reset]
    91  	power.power.average [W, rate, false] [Current power usage]
    92  
    93  	rescpu.actpk5.latest [%, absolute, false] [CPU active peak over 5 minutes]
    94  	rescpu.actpk15.latest [%, absolute, false] [CPU active peak over 15 minutes]
    95  	rescpu.sampleCount.latest [num, absolute, false] [Group CPU sample count]
    96  	rescpu.runav15.latest [%, absolute, false] [CPU running average over 15 minutes]
    97  	rescpu.actav1.latest [%, absolute, false] [CPU active average over 1 minute]
    98  	rescpu.runpk1.latest [%, absolute, false] [CPU running peak over 1 minute]
    99  	rescpu.actav5.latest [%, absolute, false] [CPU active average over 5 minutes]
   100  	rescpu.maxLimited5.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 5 minutes]
   101  	rescpu.maxLimited1.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 1 minute]
   102  	rescpu.runav5.latest [%, absolute, false] [CPU running average over 5 minutes]
   103  	rescpu.samplePeriod.latest [ms, absolute, false] [Group CPU sample period]
   104  	rescpu.runpk15.latest [%, absolute, false] [CPU running peak over 15 minutes]
   105  	rescpu.maxLimited15.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 15 minutes]
   106  	rescpu.actav15.latest [%, absolute, false] [CPU active average over 15 minutes]
   107  	rescpu.runav1.latest [%, absolute, false] [CPU running average over 1 minute]
   108  	rescpu.runpk5.latest [%, absolute, false] [CPU running peak over 5 minutes]
   109  	rescpu.actpk1.latest [%, absolute, false] [CPU active peak over 1 minute]
   110  
   111  	sys.uptime.latest [s, absolute, false] [Total time elapsed, in seconds, since last system startup]
   112  	sys.heartbeat.latest [num, absolute, false] [Number of heartbeats issued per virtual machine during the interval]
   113  	sys.osUptime.latest [s, absolute, false] [Total time elapsed, in seconds, since last operating system boot-up]
   114  
   115  	virtualDisk.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second to the virtual disk during the collection interval]
   116  	virtualDisk.largeSeeks.latest [num, absolute, true] [Number of seeks during the interval that were greater than 8192 LBNs apart]
   117  	virtualDisk.readOIO.latest [num, absolute, true] [Average number of outstanding read requests to the virtual disk during the collection interval]
   118  	virtualDisk.mediumSeeks.latest [num, absolute, true] [Number of seeks during the interval that were between 64 and 8192 LBNs apart]
   119  	virtualDisk.write.average [KBps, rate, true] [Rate of writing data to the virtual disk]
   120  	virtualDisk.smallSeeks.latest [num, absolute, true] [Number of seeks during the interval that were less than 64 LBNs apart]
   121  	virtualDisk.read.average [KBps, rate, true] [Rate of reading data from the virtual disk]
   122  	virtualDisk.writeLatencyUS.latest [µs, absolute, true] [Write latency in microseconds]
   123  	virtualDisk.writeOIO.latest [num, absolute, true] [Average number of outstanding write requests to the virtual disk during the collection interval]
   124  	virtualDisk.totalWriteLatency.average [ms, absolute, true] [The average time a write to the virtual disk takes]
   125  	virtualDisk.readLoadMetric.latest [num, absolute, true] [Storage DRS virtual disk metric for the read workload model]
   126  	virtualDisk.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second to the virtual disk during the collection interval]
   127  	virtualDisk.writeLoadMetric.latest [num, absolute, true] [Storage DRS virtual disk metric for the write workload model]
   128  	virtualDisk.totalReadLatency.average [ms, absolute, true] [The average time a read from the virtual disk takes]
   129  	virtualDisk.readIOSize.latest [num, absolute, true] [Average read request size in bytes]
   130  	virtualDisk.writeIOSize.latest [num, absolute, true] [Average write request size in bytes]
   131  	virtualDisk.readLatencyUS.latest [µs, absolute, true] [Read latency in microseconds]
   132  */
   133  
   134  /*
   135  	HOST:
   136  
   137  	cpu.usage.average [%, rate, true] [CPU usage as a percentage during the interval]
   138  	cpu.wait.summation [ms, delta, false] [Total CPU time spent in wait state]
   139  	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]
   140  	cpu.used.summation [ms, delta, true] [Total CPU usage]
   141  	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]
   142  	cpu.idle.summation [ms, delta, true] [Total time that the CPU spent in an idle state]
   143  	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)]
   144  	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)]
   145  	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)]
   146  	cpu.costop.summation [ms, delta, false] [Time the virtual machine is ready to run, but is unable to run due to co-scheduling constraints]
   147  	cpu.totalCapacity.average [MHz, absolute, false] [Total CPU capacity reserved by and available for virtual machines]
   148  	cpu.usagemhz.average [MHz, rate, false] [CPU usage in megahertz during the interval]
   149  	cpu.swapwait.summation [ms, delta, false] [CPU time spent waiting for swap-in]
   150  	cpu.reservedCapacity.average [MHz, absolute, false] [Total CPU capacity reserved by virtual machines]
   151  	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]
   152  
   153  	datastore.datastoreReadLoadMetric.latest [num, absolute, true] [Storage DRS datastore metric for read workload model]
   154  	datastore.datastoreNormalReadLatency.latest [num, absolute, true] [Storage DRS datastore normalized read latency]
   155  	datastore.datastoreWriteLoadMetric.latest [num, absolute, true] [Storage DRS datastore metric for write workload model]
   156  	datastore.datastoreMaxQueueDepth.latest [num, absolute, true] [Storage I/O Control datastore maximum queue depth]
   157  	datastore.totalReadLatency.average [ms, absolute, true] [The average time a read from the datastore takes]
   158  	datastore.datastoreWriteOIO.latest [num, absolute, true] [Storage DRS datastore outstanding write requests]
   159  	datastore.datastoreReadIops.latest [num, absolute, true] [Storage DRS datastore read I/O rate]
   160  	datastore.sizeNormalizedDatastoreLatency.average [µs, absolute, true] [Storage I/O Control size-normalized I/O latency]
   161  	datastore.datastoreIops.average [num, absolute, true] [Storage I/O Control aggregated IOPS]
   162  	datastore.datastoreVMObservedLatency.latest [µs, absolute, true] [The average datastore latency as seen by virtual machines]
   163  	datastore.unmapIOs.summation [num, delta, true] [unmapIOs]
   164  	datastore.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second to the datastore during the collection interval]
   165  	datastore.datastoreNormalWriteLatency.latest [num, absolute, true] [Storage DRS datastore normalized write latency]
   166  	datastore.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second to the datastore during the collection interval]
   167  	datastore.unmapSize.summation [MB, delta, true] [unmapSize]
   168  	datastore.datastoreReadOIO.latest [num, absolute, true] [Storage DRS datastore outstanding read requests]
   169  	datastore.write.average [KBps, rate, true] [Rate of writing data to the datastore]
   170  	datastore.totalWriteLatency.average [ms, absolute, true] [The average time a write to the datastore takes]
   171  	datastore.datastoreWriteIops.latest [num, absolute, true] [Storage DRS datastore write I/O rate]
   172  	datastore.datastoreReadBytes.latest [num, absolute, true] [Storage DRS datastore bytes read]
   173  	datastore.read.average [KBps, rate, true] [Rate of reading data from the datastore]
   174  	datastore.siocActiveTimePercentage.average [%, absolute, true] [Percentage of time Storage I/O Control actively controlled datastore latency]
   175  	datastore.datastoreWriteBytes.latest [num, absolute, true] [Storage DRS datastore bytes written]
   176  	datastore.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all datastores used by the host]
   177  
   178  	disk.queueReadLatency.average [ms, absolute, true] [Average amount of time spent in the VMkernel queue, per SCSI read command, during the collection interval]
   179  	disk.numberReadAveraged.average [num, rate, true] [Average number of disk reads per second during the collection interval]
   180  	disk.numberRead.summation [num, delta, true] [Number of disk reads during the collection interval]
   181  	disk.queueWriteLatency.average [ms, absolute, true] [Average amount of time spent in the VMkernel queue, per SCSI write command, during the collection interval]
   182  	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]
   183  	disk.kernelWriteLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, spent by VMkernel to process each SCSI write command]
   184  	disk.read.average [KBps, rate, true] [Average number of kilobytes read from the disk each second during the collection interval]
   185  	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.]
   186  	disk.kernelLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, spent by VMkernel to process each SCSI command]
   187  	disk.commandsAveraged.average [num, rate, true] [Average number of SCSI commands issued per second during the collection interval]
   188  	disk.numberWrite.summation [num, delta, true] [Number of disk writes during the collection interval]
   189  	disk.write.average [KBps, rate, true] [Average number of kilobytes written to disk each second during the collection interval]
   190  	disk.queueLatency.average [ms, absolute, true] [Average amount of time spent in the VMkernel queue, per SCSI command, during the collection interval]
   191  	disk.busResets.summation [num, delta, true] [Number of SCSI-bus reset commands issued during the collection interval]
   192  	disk.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all disks used by the host]
   193  	disk.kernelReadLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, spent by VMkernel to process each SCSI read command]
   194  	disk.deviceLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, to complete a SCSI command from the physical device]
   195  	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]
   196  	disk.commands.summation [num, delta, true] [Number of SCSI commands issued during the collection interval]
   197  	disk.numberWriteAveraged.average [num, rate, true] [Average number of disk writes per second during the collection interval]
   198  	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]
   199  	disk.maxQueueDepth.average [num, absolute, true] [Maximum queue depth]
   200  	disk.deviceWriteLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, to write to the physical device]
   201  	disk.commandsAborted.summation [num, delta, true] [Number of SCSI commands aborted during the collection interval]
   202  	disk.deviceReadLatency.average [ms, absolute, true] [Average amount of time, in milliseconds, to read from the physical device]
   203  
   204  	hbr.hbrNetRx.average [KBps, rate, false] [Average amount of data received per second]
   205  	hbr.hbrNumVms.average [num, absolute, false] [Current number of replicated virtual machines]
   206  	hbr.hbrNetTx.average [KBps, rate, false] [Average amount of data transmitted per second]
   207  
   208  	mem.reservedCapacity.average [MB, absolute, false] [Memory reservation consumed by powered-on virtual machines]
   209  	mem.swapinRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped in from the swap space]
   210  	mem.zero.average [KB, absolute, false] [Guest physical memory pages whose content is 0x00]
   211  	mem.heapfree.average [KB, absolute, false] [Free address space in the heap of ESXi. This is less than or equal to Heap]
   212  	mem.sharedcommon.average [KB, absolute, false] [Amount of host physical memory that backs shared guest physical memory (Shared)]
   213  	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]
   214  	mem.unreserved.average [KB, absolute, false] [Amount by which reservation can be raised]
   215  	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]
   216  	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]
   217  	mem.decompressionRate.average [KBps, rate, false] [Rate of guest physical memory decompression]
   218  	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.]
   219  	mem.vmfs.pbc.capMissRatio.latest [%, absolute, false] [Trailing average of the ratio of capacity misses to compulsory misses for the VMFS PB Cache]
   220  	mem.swapused.average [KB, absolute, false] [Swap storage space consumed]
   221  	mem.consumed.average [KB, absolute, false] [Amount of host physical memory consumed for backing up guest physical memory pages]
   222  	mem.llSwapOutRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped out to the host swap cache]
   223  	mem.llSwapOut.average [KB, absolute, false] [Amount of guest physical memory swapped out to the host swap cache]
   224  	mem.swapoutRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped out to the swap space]
   225  	mem.llSwapIn.average [KB, absolute, false] [Amount of guest physical memory swapped in from host cache]
   226  	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]
   227  	mem.latency.average [%, absolute, false] [Percentage of time the virtual machine spent waiting to swap in or decompress guest physical memory]
   228  	mem.llSwapInRate.average [KBps, rate, false] [Rate at which guest physical memory is swapped in from the host swap cache]
   229  	mem.vmfs.pbc.sizeMax.latest [MB, absolute, false] [Maximum size the VMFS Pointer Block Cache can grow to]
   230  	mem.vmmemctl.average [KB, absolute, false] [Amount of guest physical memory reclaimed from the virtual machine by the balloon driver in the guest]
   231  	mem.vmfs.pbc.size.latest [MB, absolute, false] [Space used for holding VMFS Pointer Blocks in memory]
   232  	mem.overhead.average [KB, absolute, false] [host physical memory consumed by ESXi data structures for running the virtual machines]
   233  	mem.vmfs.pbc.workingSet.latest [TB, absolute, false] [Amount of file blocks whose addresses are cached in the VMFS PB Cache]
   234  	mem.shared.average [KB, absolute, false] [Amount of guest physical memory that is shared within a single virtual machine or across virtual machines]
   235  	mem.usage.average [%, absolute, false] [Percentage of host physical memory that has been consumed]
   236  	mem.vmfs.pbc.workingSetMax.latest [TB, absolute, false] [Maximum amount of file blocks whose addresses are cached in the VMFS PB Cache]
   237  	mem.sysUsage.average [KB, absolute, false] [Amount of host physical memory consumed by VMkernel]
   238  	mem.compressed.average [KB, absolute, false] [Guest physical memory pages that have undergone memory compression]
   239  	mem.vmfs.pbc.overhead.latest [KB, absolute, false] [Amount of VMFS heap used by the VMFS PB Cache]
   240  	mem.totalCapacity.average [MB, absolute, false] [Total reservation, available and consumed, for powered-on virtual machines]
   241  	mem.activewrite.average [KB, absolute, false] [Amount of guest physical memory that is being actively written by guest. Activeness is estimated by ESXi]
   242  	mem.granted.average [KB, absolute, false] [Amount of host physical memory or physical memory that is mapped for a virtual machine or a host]
   243  	mem.compressionRate.average [KBps, rate, false] [Rate of guest physical memory page compression by ESXi]
   244  	mem.heap.average [KB, absolute, false] [Virtual address space of ESXi that is dedicated to its heap]
   245  	mem.llSwapUsed.average [KB, absolute, false] [Storage space consumed on the host swap cache for storing swapped guest physical memory pages]
   246  
   247  	net.bytesTx.average [KBps, rate, true] [Average amount of data transmitted per second]
   248  	net.droppedRx.summation [num, delta, true] [Number of receives dropped]
   249  	net.transmitted.average [KBps, rate, true] [Average rate at which data was transmitted during the interval]
   250  	net.multicastTx.summation [num, delta, true] [Number of multicast packets transmitted during the sampling interval]
   251  	net.errorsTx.summation [num, delta, true] [Number of packets with errors transmitted during the sampling interval]
   252  	net.unknownProtos.summation [num, delta, true] [Number of frames with unknown protocol received during the sampling interval]
   253  	net.multicastRx.summation [num, delta, true] [Number of multicast packets received during the sampling interval]
   254  	net.broadcastTx.summation [num, delta, true] [Number of broadcast packets transmitted during the sampling interval]
   255  	net.received.average [KBps, rate, true] [Average rate at which data was received during the interval]
   256  	net.droppedTx.summation [num, delta, true] [Number of transmits dropped]
   257  	net.usage.average [KBps, rate, true] [Network utilization (combined transmit-rates and receive-rates) during the interval]
   258  	net.broadcastRx.summation [num, delta, true] [Number of broadcast packets received during the sampling interval]
   259  	net.packetsRx.summation [num, delta, true] [Number of packets received during the interval]
   260  	net.packetsTx.summation [num, delta, true] [Number of packets transmitted during the interval]
   261  	net.errorsRx.summation [num, delta, true] [Number of packets with errors received during the sampling interval]
   262  	net.bytesRx.average [KBps, rate, true] [Average amount of data received per second]
   263  
   264  	power.energy.summation [J, delta, false] [Total energy used since last stats reset]
   265  	power.power.average [W, rate, false] [Current power usage]
   266  	power.powerCap.average [W, absolute, false] [Maximum allowed power usage]
   267  
   268  	rescpu.sampleCount.latest [num, absolute, false] [Group CPU sample count]
   269  	rescpu.maxLimited5.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 5 minutes]
   270  	rescpu.runav1.latest [%, absolute, false] [CPU running average over 1 minute]
   271  	rescpu.actpk5.latest [%, absolute, false] [CPU active peak over 5 minutes]
   272  	rescpu.runav5.latest [%, absolute, false] [CPU running average over 5 minutes]
   273  	rescpu.actav1.latest [%, absolute, false] [CPU active average over 1 minute]
   274  	rescpu.runav15.latest [%, absolute, false] [CPU running average over 15 minutes]
   275  	rescpu.actav15.latest [%, absolute, false] [CPU active average over 15 minutes]
   276  	rescpu.actav5.latest [%, absolute, false] [CPU active average over 5 minutes]
   277  	rescpu.maxLimited15.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 15 minutes]
   278  	rescpu.actpk1.latest [%, absolute, false] [CPU active peak over 1 minute]
   279  	rescpu.runpk15.latest [%, absolute, false] [CPU running peak over 15 minutes]
   280  	rescpu.samplePeriod.latest [ms, absolute, false] [Group CPU sample period]
   281  	rescpu.actpk15.latest [%, absolute, false] [CPU active peak over 15 minutes]
   282  	rescpu.runpk5.latest [%, absolute, false] [CPU running peak over 5 minutes]
   283  	rescpu.runpk1.latest [%, absolute, false] [CPU running peak over 1 minute]
   284  	rescpu.maxLimited1.latest [%, absolute, false] [Amount of CPU resources over the limit that were refused, average over 1 minute]
   285  
   286  	storageAdapter.read.average [KBps, rate, true] [Rate of reading data by the storage adapter]
   287  	storageAdapter.commandsAveraged.average [num, rate, true] [Average number of commands issued per second by the storage adapter during the collection interval]
   288  	storageAdapter.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second by the storage adapter during the collection interval]
   289  	storageAdapter.totalWriteLatency.average [ms, absolute, true] [The average time a write by the storage adapter takes]
   290  	storageAdapter.totalReadLatency.average [ms, absolute, true] [The average time a read by the storage adapter takes]
   291  	storageAdapter.write.average [KBps, rate, true] [Rate of writing data by the storage adapter]
   292  	storageAdapter.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second by the storage adapter during the collection interval]
   293  	storageAdapter.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all storage adapters used by the host]
   294  	storagePath.numberWriteAveraged.average [num, rate, true] [Average number of write commands issued per second on the storage path during the collection interval]
   295  	storagePath.write.average [KBps, rate, true] [Rate of writing data on the storage path]
   296  	storagePath.maxTotalLatency.latest [ms, absolute, false] [Highest latency value across all storage paths used by the host]
   297  	storagePath.read.average [KBps, rate, true] [Rate of reading data on the storage path]
   298  	storagePath.numberReadAveraged.average [num, rate, true] [Average number of read commands issued per second on the storage path during the collection interval]
   299  	storagePath.totalWriteLatency.average [ms, absolute, true] [The average time a write issued on the storage path takes]
   300  	storagePath.totalReadLatency.average [ms, absolute, true] [The average time a read issued on the storage path takes]
   301  	storagePath.commandsAveraged.average [num, rate, true] [Average number of commands issued per second on the storage path during the collection interval]
   302  
   303  	sys.resourceMemTouched.latest [KB, absolute, true] [Memory touched by the system resource group]
   304  	sys.resourceMemSwapped.latest [KB, absolute, true] [Memory swapped out by the system resource group]
   305  	sys.resourceMemShared.latest [KB, absolute, true] [Memory saved due to sharing by the system resource group]
   306  	sys.resourceMemZero.latest [KB, absolute, true] [Zero filled memory used by the system resource group]
   307  	sys.resourceMemMapped.latest [KB, absolute, true] [Memory mapped by the system resource group]
   308  	sys.resourceCpuAllocShares.latest [num, absolute, true] [CPU allocation shares of the system resource group]
   309  	sys.resourceFdUsage.latest [num, absolute, true] [Number of file descriptors used by the system resource group]
   310  	sys.resourceCpuAct5.latest [%, absolute, true] [CPU active average over 5 minutes of the system resource group]
   311  	sys.resourceCpuAct1.latest [%, absolute, true] [CPU active average over 1 minute of the system resource group]
   312  	sys.resourceCpuUsage.average [MHz, rate, true] [Amount of CPU used by the Service Console and other applications during the interval]
   313  	sys.resourceMemOverhead.latest [KB, absolute, true] [Overhead memory consumed by the system resource group]
   314  	sys.resourceMemCow.latest [KB, absolute, true] [Memory shared by the system resource group]
   315  	sys.resourceCpuAllocMax.latest [MHz, absolute, true] [CPU allocation limit (in MHz) of the system resource group]
   316  	sys.resourceMemAllocMax.latest [KB, absolute, true] [Memory allocation limit (in KB) of the system resource group]
   317  	sys.resourceMemAllocMin.latest [KB, absolute, true] [Memory allocation reservation (in KB) of the system resource group]
   318  	sys.resourceCpuAllocMin.latest [MHz, absolute, true] [CPU allocation reservation (in MHz) of the system resource group]
   319  	sys.resourceCpuMaxLimited1.latest [%, absolute, true] [CPU maximum limited over 1 minute of the system resource group]
   320  	sys.resourceMemAllocShares.latest [num, absolute, true] [Memory allocation shares of the system resource group]
   321  	sys.resourceMemConsumed.latest [KB, absolute, true] [Memory consumed by the system resource group]
   322  	sys.uptime.latest [s, absolute, false] [Total time elapsed, in seconds, since last system startup]
   323  	sys.resourceCpuMaxLimited5.latest [%, absolute, true] [CPU maximum limited over 5 minutes of the system resource group]
   324  	sys.resourceCpuRun5.latest [%, absolute, true] [CPU running average over 5 minutes of the system resource group]
   325  	sys.resourceCpuRun1.latest [%, absolute, true] [CPU running average over 1 minute of the system resource group]
   326  
   327  	vflashModule.numActiveVMDKs.latest [num, absolute, true] [Number of caches controlled by the virtual flash module]
   328  */