- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 165字
- 2021-07-02 20:59:52
How to do it…
To spot CPU overcommitment in the guest OS, ready time and usage percentage are two CPU resource parameters that you should monitor closely:
- Log in to vCenter Server using vSphere Web Client.
- On the home screen, navigate to Hosts and Clusters.
- Expand the ESXi host and go to the CPU-hungry VM.
- Navigate to the Monitor tab.
- Navigate to the Performance tab.
- Navigate to the Advanced view.
- Click on Chart Options.
- Navigate to CPU from Chart metrics.
- Navigate to the VM object.
- Navigate to the Advanced tab and click on Chart Options.
- Select only Usage, Ready, and Used in the Counters section and click on OK:

The preceding example shows the high usage and used value on a VM configured with one vCPU. We can see its overall CPU usage is 100 percent:

The preceding example shows that after you added a second vCPU to the VM, the percentage of overall CPU usage dropped down to 52 percent.
推薦閱讀
- Java程序設計(慕課版)
- Learning Apex Programming
- Django開發從入門到實踐
- 跟小海龜學Python
- Vue.js 3.0源碼解析(微課視頻版)
- INSTANT Sencha Touch
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Android Native Development Kit Cookbook
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- 零基礎學Python編程(少兒趣味版)
- CodeIgniter Web Application Blueprints
- Scratch編程從入門到精通
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- React and React Native
- Mastering JavaScript Promises