- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 236字
- 2021-07-02 20:59:48
Introduction
Ideally, a performance problem should be defined within the context of an ongoing performance management process. Performance management refers to the process of establishing performance requirements for applications in the form of a service-level agreement (SLA) and then tracking and analyzing the achieved performance to ensure that those requirements are met. A complete performance management methodology includes collecting and maintaining baseline performance data for applications, systems, and subsystems, for example, storage and network.
In the context of performance management, a performance problem exists when an application fails to meet its predetermined SLA. Depending on the specific SLA, the failure might be in the form of excessively long response times or throughput below some defined threshold.
ESXi and virtual machine (VM) performance tuning are complicated because VMs share the underlying physical resources, in particular, the CPU.
Finally, configuration issues or inadvertent user errors might lead to poor performance. For example, a user might use a symmetric multiprocessing (SMP) VM when a single processor VM would work well. You might also see a situation where a user sets shares but then forgets about resetting them, resulting in poor performance because of the changing characteristics of other VMs in the system.
If you overcommit any of these resources, you might see performance bottlenecks. For example, if too many VMs are CPU-intensive, you might experience slow performance because all the VMs need to share the underlying physical CPU.
- Learn ECMAScript(Second Edition)
- 零基礎學Visual C++第3版
- Google Apps Script for Beginners
- 小創客玩轉圖形化編程
- Rust Cookbook
- Web Application Development with MEAN
- Java性能權威指南(第2版)
- Python Data Analysis(Second Edition)
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- 打開Go語言之門:入門、實戰與進階
- 編程可以很簡單
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Django 5企業級Web應用開發實戰(視頻教學版)
- RESTful Web Clients:基于超媒體的可復用客戶端
- 深入淺出 HTTPS:從原理到實戰