- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 211字
- 2021-07-02 20:59:59
Identifying when memory is the problem
Both your host memory and VM memory can indicate that they are under pressure. But the main challenge to a VMware admin is how to determine that there is a memory performance issue.
There are a few things that a VMware admin should understand to confirm whether there is a memory performance issue, and they are:
- Your host memory consumption is approaching your total host memory
- Active Memory in your host is approaching your total memory
- Ballooning is occurring
- Host swapping is occurring
Now if you wonder what is the Active Memory here in relation to Consumed Memory, let me tell you that Active Memory is the amount of memory that is actively used, as estimated by VMkernel, based on recently touched memory pages. For a VM, this is referred to the amount of guest physical memory that is actively used.
The ESXi host calculates Active Memory using the sum of all the active counters for all the powered-on VMs plus vSphere services on the host.
There could be another side to it, which can depict that VM is under memory pressure, to determine that you could combine the factors described previously. You should check whether VM memory has a high amount of Active Memory.
- Mastering Yii
- WordPress Plugin Development Cookbook(Second Edition)
- 自然語言處理Python進階
- Learning Hunk
- Android Wear Projects
- 匯編語言編程基礎:基于LoongArch
- Programming with CodeIgniterMVC
- ASP.NET程序開發范例寶典
- Mastering Docker
- Learning Android Application Testing
- 深入理解Kafka:核心設計與實踐原理
- Offer來了:Java面試核心知識點精講(框架篇)
- Learning Shiny
- H5頁面設計與制作(全彩慕課版·第2版)
- 用Go語言自制編譯器