- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 250字
- 2021-07-02 20:59:51
How to do it…
Let's get started:
- Open up vSphere Web Client.
- On the home screen, navigate to Hosts and Clusters.
- Expand the left-hand navigation list.
- Navigate to one of the CPU-hungry VMs.
- 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 and only select Demand, Ready, and Usage in MHz.
The key metrics when investigating a potential CPU issue are as follows:
- Demand: The amount of CPU that the VM is trying to use.
- Usage: The amount of CPU that the VM is actually being allowed to use.
- Ready: The amount of time during which the VM is ready to run but (has work it wants to do) is unable to because vSphere could not find physical resources to run the VM on.
11. Click on Ok.
In the following screenshot, you will see the high ready time of the VM:

Notice the amount of CPU this VM is demanding and compare that to the amount of CPU usage the VM is actually being able to get (usage in MHz). The VM is demanding more than it is currently being allowed to use.
Notice that the VM is also seeing a large amount of ready time.
Ready time greater than 10 percent could be a performance concern. However, some less CPU-sensitive applications and VMs can have much higher values of ready time and still perform satisfactorily.
推薦閱讀
- Bootstrap Site Blueprints Volume II
- ASP.NET Core 5.0開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- Interactive Data Visualization with Python
- 程序員數(shù)學(xué):用Python學(xué)透線性代數(shù)和微積分
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語(yǔ)言實(shí)現(xiàn)(原書(shū)第2版)
- Mastering Articulate Storyline
- 程序員考試案例梳理、真題透解與強(qiáng)化訓(xùn)練
- Java Web應(yīng)用開(kāi)發(fā)技術(shù)與案例教程(第2版)
- Java EE 7 Development with NetBeans 8
- C++程序設(shè)計(jì)基礎(chǔ)教程
- H5頁(yè)面設(shè)計(jì):Mugeda版(微課版)
- Visual C#.NET程序設(shè)計(jì)
- D3.js 4.x Data Visualization(Third Edition)
- Jenkins Continuous Integration Cookbook(Second Edition)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程