- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 82字
- 2021-07-02 20:59:58
Key memory performance counters to monitor
To troubleshoot memory performance in a VMware vSphere environment, you should monitor the memory performance very carefully. In this aspect, you should monitor the following counters:
- Average memory active: The memory estimated to be used, based on recently touched memory pages.
- Average memory swapped in or out: Virtual memory swapped to or from disk.
- Average memory swapped: Total amount of memory swapped out. This indicates a possibility (with an unknown likelihood) of poor performance in future.
推薦閱讀
- Python爬蟲開發:從入門到實戰(微課版)
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- Flux Architecture
- Mastering Apache Spark 2.x(Second Edition)
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Java:High-Performance Apps with Java 9
- 從零開始學Linux編程
- Python深度學習:模型、方法與實現
- Yii Project Blueprints
- Instant Zurb Foundation 4
- 計算機應用基礎(第二版)
- 寫給青少年的人工智能(Python版·微課視頻版)
- Manage Your SAP Projects with SAP Activate
- Learning Google Apps Script
- Python AI游戲編程入門:基于Pygame和PyTorch