ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VCP6.5-DCV Objective 7.4 – Trouble shoot Virtual Machines

By Vladan SEGET | Last Updated: June 3, 2018

Shares

We continue to fill our VCP6.5-DCV Study guide page with one objective per day. Today's chapter is VCP6.5-DCV Objective 7.4 – Troubleshoot Virtual Machines. We cover each chapter from the VMware Exam Guide (PDF) for VCP6.5-DCV. You can get the PDF from this page (previously called Exam Blueprint).

Not many free VCP6.5-DCV study guides are online so far, so we thought that it might be a good idea to get things up and try to contribute.

You still have a choice to pass VCP6-DCV, but I think the moment is for the majority of new VCP candidates, to go for the VCP6.5-DCV. The  VCP6-DCV has few topics less to study.

Exam Price: $250 USD, there are 70 Questions (single and multiple answers), passing score 300, and you have 105 min to complete the test.

Check our VCP6.5-DCV Study Guide Page.

You can download your free copy via this link – Download Free VCP6.5-DCV Study Guide at Nakivo.

VCP6.5-DCV Study guide PDF

VCP6.5-DCV Objective 7.4 – Troubleshoot Virtual Machines

  • Monitor CPU and memory usage
  • Identify and isolate CPU and memory contention issues
  • Recognize impact of using CPU/memory limits, reservations andDescribe and differentiate critical performance metrics
  • Describe and differentiate common metrics, including:
    • Memory
    • CPU
    • Network
    • Storage
  • Monitor performance through esxtop
  • Troubleshoot Enhanced vMotion Compatibility (EVC) issues
  • Compare and contrast Overview and Advanced Charts

Monitor CPU and memory usage

vSphere 6.5 has charts and graphs which allows you to monitor different parts of the infrastructure such as hosts, VMs etc.

Hosts – you'll find information about CPU, disk, memory, network, and storage usage for hosts. The counters available depends on the collection level for vCenter Server.

  • CPU (%) – The CPU (%) chart displays CPU usage for the host.
  • CPU (MHz) – CPU usage for the host.
  • CPU Usage – shows CPU usage of the 10 virtual machines on the host with the most CPU usage.
  • Memory (%) – host memory usage.
  • Memory (Balloon) – shows balloon memory on a host.
  • Memory (MBps) – swap in and swap out rates for a host.
  • Memory (MB) – memory data counters for hosts.
  • Memory Usage – shows memory usage for the 10 virtual machines on the host with the most memory usage.

VCP6.5-DCV host monitoring

Virtual Machines – VM charts show information about CPU, disk, memory, network, storage, and fault tolerance for virtual machines. The counters available are determined by the collection level set for vCenter Server.

You do the same way. Select a VM > Monitor TAB > Performance.

  • CPU (%) – shows VMs CPU usage and ready values.
  • CPU Usage (MHz) – virtual machine CPU usage.
  • Memory (%) – virtual machine memory usage.
  • Memory (MB) – shows virtual machine balloon memory.
  • Memory (MBps) – shows virtual machine memory swap rates.
  • Memory (MB) – shows memory data counters for virtual machines.

Identify and isolate CPU and memory contention issues

CPU ready values are the ones you should be interested in. It is the time that the VM was trying to process threads but was unable to be scheduled by the hypervisor.

When rising above 5 percent, you should start to be interested.

Memory contention at the VM level you should look into a swap in and swap out rates. Also ballooning. When VM starts having some ballooning, and then even swapping, you should verify if your host's memory isn't too much overcommitted.

Recognize impact of using CPU/memory limits, reservations and Describe and differentiate critical performance metrics

You can use resource allocation settings to allocate the amount of CPU, memory, and storage resources provided for a virtual machine. You have a choice to use:

  • Shares – If a VM, or resource pool, has twice as many shares of a resource as another virtual machine, it is entitled to consume twice as much of that resource when these two virtual machines are competing for resources.
  • Reservation – guaranteed minimum allocation for a virtual machine
  • Limits – upper bound for CPU, memory, or storage I/O resources that can be allocated to a virtual machine

Resource Allocation Settings Suggestions

Select resource allocation settings (reservation, limit, and shares) that are appropriate for your ESXi environment.

Admission Control – When you power on a VM, the system checks the amount of CPU and memory resources that have not yet been reserved. Based on the available unreserved resources, the system determines whether it can guarantee the reservation for which the virtual machine is configured (if any). This process is called admission control.

Describe and differentiate common metrics, including:

  • Memory

CPU 

  •  %USED – Percentage of physical CPU core cycles used by the resource pool, virtual machine, or world. %USED might depend on the frequency with which the CPU core is running. When running with lower CPU core frequency, %USED can be smaller than %RUN. On CPUs which support turbo mode, CPU frequency can also be higher than the nominal (rated) frequency, and %USED can be larger than %RUN.        %USED = %RUN + %SYS – %OVRLP
  • %RDY – Percentage of time the resource pool, virtual machine, or world was ready to run, but was not provided CPU resources on which to execute. 100% = %RUN + %RDY + %CSTP + %WAIT
  • %CSTP – Percentage of time a resource pool spends in a ready, co-deschedule state. NOTE You might see this statistic displayed, but it is intended for VMware use only.
    100% = %RUN + %RDY + %CSTP + %WAIT
  • %SYS – Percentage of time spent in the ESXi VMkernel on behalf of the resource pool, virtual machine, or world to process interrupts and to perform other system activities. This time is part of the time used to calculate %USED.      %USED = %RUN + %SYS – %OVRLP
  • %WAIT – Percentage of time the resource pool, virtual machine, or world spent in the blocked or busy wait state. This percentage includes the percentage of time the resource pool, virtual machine, or world was idle.  100% = %RUN + %RDY + %CSTP + %WAIT

Network

Storage

Monitor performance through esxtop

connect via SSH client and run “esxtop” command.

options :

esxtop [-h] [-v] [-b] [-s] [-a] [-c config file] [-R vm-support_dir_path]  [-d delay] [-n iterations]

Then if you typ c, m, d, u, v, n, I, or p shows the window with CPU, memory, etc…

m – Memory
c – CPU
n – Network
i – Interrupts
d – Disk Adapter
u – Disk Device
v – Disk VM
p – Power states
x – vsan

 

Storage:

  • GAVG (Guest Average Latency) total latency as seen from vSphere
  • KAVG (Kernel Average Latency) time an I/O request spent waiting inside the vSphere storage stack.
  • QAVG (Queue Average latency) time spent waiting in a queue inside the vSphere Storage Stack.
  • DAVG (Device Average Latency) latency coming from the physical hardware, HBA, and Storage device.

Troubleshooting storage performance

 

Troubleshoot Enhanced vMotion Compatibility (EVC) issues

VMware vCenter server EVC verifies before it migrates running VMs to make sure that the VM is compatible with a target host.

vMotion transfers the running state of a virtual machine from one ESXi host to another. vMotion process has a requirement that the processors of the target host provide the same instructions to the virtual machine after migration that the processors of the source host provided before migration. Clock speed, cache size, and a number of cores can differ between source and target processors. The processors must come from the same vendor class (AMD or Intel) to be vMotion compatible.

Migrations of suspended VMs also require that the virtual machine be able to resume execution on the target host using equivalent instructions. When you initiate a migration with vMotion or a migration of a suspended VM, the Migrate VM wizard checks the destination host for compatibility and throws in an error if compatibility problems will prevent migration.

The CPU instruction set available to the operating system and to applications running in a virtual machine is determined at the time that a virtual machine is powered on. This CPU feature set is:

  • Host CPU family and model
  • Settings in the BIOS that might disable CPU features
  • ESX/ESXi version running on the host
  • The virtual machine’s compatibility setting
  • The virtual machine’s guest operating system

In order to improve CPU compatibility between hosts of varying CPU feature sets, some host CPU features can be hidden from the virtual machine by placing the host in an Enhanced vMotion Compatibility (EVC) cluster.

Where to configure VMware Enhanced vMotion Compatibility (EVC)?

At the cluster level > Select the cluster > VMware EVC > Edit > Chose a radio button depending on your processor family (Intel/AMD) and then drop down the menu to chose which CPU family you want to choose from.

When you configure EVC, you configure all host processors in the cluster to present the feature set of a baseline processor. This baseline feature set is called the EVC mode.

VMware Enhanced vMotion Compatibility EVC

Compare and contrast Overview and Advanced Charts

Advanced charts do provide:

  • Customizable charts –  Change chart settings. To create your own charts, save custom settings.
  • More info –  Hover over a data point in a chart and details about that specific data point are displayed.
  • Allows you to do an export, to an XLS.
  • Save to image file or spreadsheet.

You can use advanced charts to create your own charts, with the data you want.

Datacenter – provides info about CPU, disk, memory or storage usage for a datacenter. You can use help topics provided there.

Cluster – CPU, Disk, memory and network usage for clusters.

Datastore and Datastore clusters – disk usage

Host – CPU, disk, memory, network usage for hosts.

Resource pool – this chart has CPU and memory usage for resource pool.

vApps – CPU and memory usage for vApps.

VMs – CPU, disk, memory, network, storage and Fault tolerance or VMs.

Check our VCP6.5-DCV Study Guide Page for all topics.

More from ESX Virtualization

  • V2V Migration with VMware – 5 Top Tips
  • Configuration Maximums
  • VMware Virtual Hardware Performance Optimization Tips
  • What is VMware DRS (Distributed Resource Scheduler)?
  • What is VMware Enhanced vMotion Compatibility (EVC)

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: VCP6.5-DCV Objective 7.4

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in