<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vmware ESX on Netdata</title><link>https://www.netdata.cloud/tags/vmware-esx/</link><description>Recent content in Vmware ESX on Netdata</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 22 Aug 2026 05:09:03 +0300</lastBuildDate><atom:link href="https://www.netdata.cloud/tags/vmware-esx/index.xml" rel="self" type="application/rss+xml"/><item><title>VMware Monitoring Software Without Centralized Data</title><link>https://www.netdata.cloud/solutions/technologies/vmware-monitoring/</link><pubDate>Thu, 18 Dec 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/solutions/technologies/vmware-monitoring/</guid><description>Netdata delivers per-second VMware monitoring with zero configuration, built-in ML anomaly detection, and 90% cost savings. Monitor vSphere, ESXi hosts, VMs, and hybrid clouds with true real-time visibility.</description></item><item><title>vCenter certificate expired: the STS signing cert outage nobody saw coming</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-certificate-expired/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-certificate-expired/</guid><description>&lt;p&gt;vCenter is down. Not &amp;ldquo;slow&amp;rdquo; or &amp;ldquo;degraded.&amp;rdquo; Down. The vSphere Client shows a white screen or a 503. PowerCLI sessions fail to connect. API calls return authentication errors. ESXi hosts show as disconnected in bulk. Every integration that depends on vCenter (NSX, vRA, SRM, backup products) has lost connectivity simultaneously. VMs on the hosts are still running, but you cannot manage, migrate, or orchestrate anything.&lt;/p&gt;&#10;&lt;p&gt;You check the browser certificate on the vCenter URL. It looks fine. Months left. You check NTP. Synchronized. You check disk space. Plenty. Nothing in your standard monitoring explains why the entire management plane went dark at once.&lt;/p&gt;</description></item><item><title>VMware vSphere Operations Guides</title><link>https://www.netdata.cloud/guides/vmware-vsphere/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/</guid><description>How vSphere and vCenter actually fail in production, what the early warning signals look like, and the runbooks for the symptoms you&amp;rsquo;ll see in real incidents — across both the ESXi data plane and the vCenter management plane.</description></item><item><title>vSphere 'Virtual machine disks consolidation is needed': clearing the warning without stunning the VM</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-snapshot-consolidation-needed/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-snapshot-consolidation-needed/</guid><description>&lt;p&gt;The &amp;ldquo;Virtual machine disks consolidation is needed&amp;rdquo; warning means the VMkernel left delta VMDKs on the datastore after a snapshot delete that did not fully commit. The VM is still running, but its writes are going through delta files that were never meant to persist.&lt;/p&gt;&#10;&lt;p&gt;The warning is set by &lt;code&gt;VirtualMachine.runtime.consolidationNeeded&lt;/code&gt; in the vCenter inventory. It is distinct from the Snapshot Manager view: a VM can have this flag set while showing zero snapshots in the manager, because the flag tracks orphaned files on the datastore, not the snapshot tree.&lt;/p&gt;</description></item><item><title>vSphere datastore full: 'No space left on device', paused VMs, and power-on failures</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-datastore-full/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-datastore-full/</guid><description>&lt;p&gt;A vSphere datastore hitting 100% is a cliff-edge failure. Below 100%, VM performance is unaffected. At 100%, every VM that needs to write to the datastore stops: running VMs pause with the &amp;ldquo;There is no more space for virtual disk&amp;rdquo; dialog, thin-provisioned VMDKs cannot extend, snapshot deltas cannot grow, and power-on operations fail because the per-VM &lt;code&gt;.vswp&lt;/code&gt; swap file cannot be created.&lt;/p&gt;&#10;&lt;p&gt;The vmkernel log records the kernel&amp;rsquo;s view with &lt;code&gt;No space left on device&lt;/code&gt;. The most common root cause is unattended snapshot growth: a delta VMDK consumes the same datastore as the base disk and grows with every guest write. A VM with a 200 GB base disk and an active snapshot can grow its delta to 200 GB.&lt;/p&gt;</description></item><item><title>vSphere datastore latency high: reading GAVG, DAVG, and KAVG</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-datastore-latency-high/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-datastore-latency-high/</guid><description>&lt;p&gt;High datastore latency is the single most common cause of &amp;ldquo;everything is slow&amp;rdquo; in vSphere. Applications time out, guest iowait climbs, and in severe cases VMs lose heartbeats. Storage I/O traverses guest OS, virtual SCSI adapter, VMkernel SCSI stack, storage driver, fabric, and array. A single &amp;ldquo;latency is high&amp;rdquo; reading does not tell you where the time is going.&lt;/p&gt;&#10;&lt;p&gt;Three counters slice that path into layers: GAVG is what the guest sees, DAVG is what the array reports, KAVG is what the VMkernel adds in between. The relationship among the three is the diagnostic.&lt;/p&gt;</description></item><item><title>vSphere dropped packets (%DRPRX/%DRPTX): ring buffers, CPU, and uplink backpressure</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-dropped-packets/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-dropped-packets/</guid><description>&lt;p&gt;%DRPRX and %DRPTX in esxtop are usually the first sign a VM is losing packets inside the host. They should be zero at steady state. When they are not, the guest retransmits, latency climbs, and for latency-sensitive workloads (IP-based storage, databases, replicated queues) the impact can be severe well before the drop rate looks alarming.&lt;/p&gt;&#10;&lt;p&gt;The distinction that matters: %DRPRX and %DRPTX count drops at the virtual switch port, between the vSwitch and the guest OS driver. They are not physical NIC drops. The uplink vmnic can report zero drops via &lt;code&gt;esxcli network nic stats get&lt;/code&gt; while %DRPRX is non-zero on the VM attached to it. Treating them as the same counter is the most common diagnostic mistake.&lt;/p&gt;</description></item><item><title>vSphere host swapping (SWCUR/SWW/s): hypervisor swap and the memory death spiral</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-host-swapping/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-host-swapping/</guid><description>&lt;p&gt;When &lt;code&gt;SWR/s&lt;/code&gt; is sustained above zero on an ESXi host, the VMkernel is actively reading VM memory pages back from &lt;code&gt;.vswp&lt;/code&gt; files on the datastore. That is not a warning state. It is an active performance emergency. Every swapped-in page costs roughly 100x DRAM latency, and the swap I/O itself competes with VM disk I/O on the same datastore, producing a double penalty that degrades every VM on the host simultaneously.&lt;/p&gt;</description></item><item><title>vSphere memory ballooning (MCTLSZ): the host is reclaiming guest RAM</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-memory-ballooning/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-memory-ballooning/</guid><description>&lt;p&gt;You open esxtop, switch to the memory view, and a VM&amp;rsquo;s MCTLSZ column is no longer zero. A few hundred megabytes or several gigabytes, the VMkernel has inflated the vmmemctl balloon driver inside that guest and is forcing the guest OS to hand back memory it thought it owned. From the host&amp;rsquo;s perspective this is gentle reclamation. From the guest&amp;rsquo;s and the application&amp;rsquo;s perspective, it is often the start of a silent performance decline.&lt;/p&gt;</description></item><item><title>vSphere monitoring checklist: the signals every host, VM, and vCenter needs</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-monitoring-checklist/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-monitoring-checklist/</guid><description>&lt;p&gt;Send this to someone standing up vSphere monitoring for the first time, or rebuilding an alerting setup that pages too often and misses real incidents. It lists the signals worth collecting across the hypervisor plane (ESXi hosts and VMs) and the management plane (vCenter Server Appliance).&lt;/p&gt;&#10;&lt;p&gt;vSphere does not fail like a generic Linux box. CPU contention is invisible from inside the guest. Memory goes from fine to catastrophic in minutes once host swapping starts. A datastore at 99% full looks identical to one at 5% full from inside a VM, until every VM on it halts. And vCenter can degrade for weeks before anyone notices, because DRS, HA, and the API quietly keep working until they don&amp;rsquo;t. Generic CPU/disk/network dashboards miss most of this.&lt;/p&gt;</description></item><item><title>vSphere PSOD (purple screen of death): diagnosing an ESXi host crash</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-host-psod/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-host-psod/</guid><description>&lt;p&gt;A purple screen of death (PSOD) is the ESXi VMkernel&amp;rsquo;s deliberate halt. When the kernel detects an unrecoverable condition, an uncorrectable machine check, a driver panic, or a corrupted data structure, it stops the host on purpose, paints the purple diagnostic screen, and writes a core dump if a target is configured. Every VM on that host dies instantly. There is no graceful shutdown and no live migration off the host.&lt;/p&gt;</description></item></channel></rss>