- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 220字
- 2021-07-02 21:00:00
Analyzing host and VM memory
Often, you need to monitor VM and host memory usage; the good part about this is that VMware vSphere Client exposes two memory statistics in the Summary tab of a VM. These are Consumed Host Memory and Active Guest Memory.
Consumed Host Memory is the amount of host physical memory that is allocated to the VM. Please note that this value includes virtualization overhead as well.
Active Guest Memory is defined as the amount of guest physical memory that is currently being used by the guest operating system and its applications.
These two statistics are quite useful for analyzing the memory status of the VM and providing hints to address potential performance issues.
For host memory usage, you may want to look at the Resources section of the Summary tab for an ESXi host. To understand how much is the actual VM usage, you need to check the Memory section of the Configuration page.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Building a Game with Unity and Blender
- 華為HMS生態與應用開發實戰
- C語言程序設計教程(第2版)
- 算法精粹:經典計算機科學問題的Python實現
- 程序員考試案例梳理、真題透解與強化訓練
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Building Minecraft Server Modifications
- Android Native Development Kit Cookbook
- C語言程序設計同步訓練與上機指導(第三版)
- Spring Boot+Vue全棧開發實戰
- Scratch3.0趣味編程動手玩:比賽訓練營
- 寫給程序員的Python教程
- Python入門很輕松(微課超值版)
- Clojure Data Structures and Algorithms Cookbook