The vSphere VM Performance List view (or similar dashboards) shows seemingly inflated or unusually high values for metrics such as Worst CPU Queue, Worst Disk Queue, Worst Disk Latency, or Worst TX Packet Drop.
When checking the same Virtual Machines (VMs) directly in vCenter Performance Charts or via esxtop, performance appears completely normal (e.g., CPU Ready and Co-Stop are near 0%).
Users report no actual performance degradation or negative end-user experience on the affected VMs.
VCF Operations 9.x
Aria Operations 8.x
This behavior is by design and occurs due to differences in data granularity, collection mechanics, and retention policies between VMware vCenter and VCF Operations (formerly Aria Operations).
The vCenter adapter collects data from vCenter every 5 minutes (the standard collection cycle). During this 5-minute window, the adapter retrieves 15 raw real-time samples taken at 20-second intervals by vCenter.
Standard Metrics: Displayed as an average of these 15 samples over the 5-minute mark.
Peak / "Worst" Metrics: Represent the absolute maximum value (or a formulaic calculation of the peak) recorded among those 20-second samples. They capture brief, transient micro-spikes that are completely smoothed out in standard average metrics.
A customer looking at vCenter charts later will likely not see these spikes. vCenter only retains real-time 20-second granularity data for a limited time (typically 1 hour). After that, vCenter rolls the data up into coarser historical averages (e.g., 5-minute, 30-minute, or hourly blocks), destroying the visibility of the original 20-second micro-spikes.
Because VCF Operations evaluates and logs the peak value during the live collection cycle, it permanently records that brief spike.
Below is the calculation logic used by VCF Operations during a 5-minute collection cycle to derive these peak metrics from raw vCenter data:
Guest | Peak Disk Queue within collection cycle
Virtual Disk | Peak Latency within collection cycle (ms)
Network | Peak Transmitted Packet Dropped within collection cycle (%)
MAX(net.droppedTx_summation) / AVG(net.packetsTx_summation) × 100
(For more information on this specific behavior, see Broadcom KB 422942)
No resolution or fix is required as the metrics are reporting accurately based on raw real-time data. Occasional, isolated micro-spikes are completely normal in healthy, active production environments.
If you want to view sustained performance trends rather than transient spikes, apply the following adjustments:
Instead of relying on a single aggregated maximum value over a large time range (e.g., last 7 days), modify your reporting view:
Clone the Out-of-the-Box (OOTB) view (do not modify the default view directly).
Enable the Add Interval Breakdown option within the cloned view configuration.
This creates a separate row for each specified interval (such as every hour), transforming a flat summary into a historical timeline that makes it easier to distinguish isolated micro-bursts from genuine, sustained performance issues.