Using vCenter Performance Charts to Troubleshoot and Isolate Network Slowness.
search cancel

Using vCenter Performance Charts to Troubleshoot and Isolate Network Slowness.

book

Article ID: 445815

calendar_today

Updated On:

Products

VMware vCenter Server VMware vSphere ESXi

Issue/Introduction

Virtual machines experience intermittent network latency, sluggish application performance, or dropped connections. Support engineers and administrators need to isolate whether the network bottleneck originates within the VMware vSphere virtual infrastructure or on the downstream external physical network.

Environment

VMware vCenter Server

Cause

Network latency or performance degradation caused by host uplink saturation, virtual layer packet drops, or downstream external physical network bottlenecks.

Resolution

Follow these steps to analyze traffic patterns and isolate the fault domain using vCenter Advanced Performance Charts:

  • Log in to the vSphere Client.
  • Select the affected ESXi host or Virtual Machine from the inventory.
  • Navigate to Monitor > Performance > Advanced.
  • Click Chart Options to customize the view.
  • Under the Chart metrics section, set the Metric group to Network.
  • Select the following counters for analysis:
  • Data receive rate (KBps): The average rate at which data is received.
  • Data transmit rate (KBps): The average rate at which data is transmitted.
  • Dropped packets: The number of packets dropped during the interval (Rx and Tx).
  • Generate the chart and evaluate the results based on the following scenarios:

Scenario 1: Host or Link Saturation
Compare the peak bandwidth usage against the total physical link capacity (e.g., 10 Gbps or 25 Gbps). If the rates hit the maximum physical limit of the associated vmnic, the host is saturated.

  • Isolation: The bottleneck is at the host physical uplink.
  • Action: Balance workloads by migrating VMs to other hosts via vMotion, add physical uplinks, or implement Network I/O Control (NIOC) to prioritize critical traffic.

Scenario 2: Dropped Packets at the Virtual Layer
If the Dropped packets counter is greater than zero, the ESXi host is discarding traffic. This occurs if virtual switch ports lack buffer space or if physical NIC ring buffers are overrun.

  • Isolation: The issue is within the hypervisor networking stack or the physical adapter driver/firmware.

Action: Verify the physical NIC driver and firmware versions against the VMware Compatibility Guide (HCL). Use the following command on the ESXi host to check for specific drop errors:

esxcli network nic stats get -n vmnicX


Scenario 3: Physical Network Isolation
If charts show traffic flows normally at a fraction of the host capacity and dropped packet counters remain at zero, the hypervisor layer is healthy.

  • Isolation: The bottleneck is likely in the external physical network (switches/routers) or the destination endpoint.

General Formatting & Links