Difference between revisions of "Intel Platform QoS Technologies"

From Xen
Line 24: Line 24:
 
|}
 
|}
   
  +
== Man Pages and Design ==
  +
* [[http://xenbits.xen.org/docs/unstable/misc/xl-psr.html XL Interrfaces]]
  +
* [[http://xenbits.xen.org/docs/unstable/man/xl.1.html#platform_shared_resource_monitoring_control XL Man Pages]]
  +
* [[http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html Architecture Software Development Manual (Vol 3b., Chapter 17.14 and 17.15, covers CMT, CAT, MBM, CDP)]]
   
 
== Cache Monitoring Technology ==
 
== Cache Monitoring Technology ==

Revision as of 15:59, 28 September 2015

Overview

Intel Platform QoS technologies are designed to help IT managers improve performance and manageability for virtual machines. The following list gives a brief overview, over available functionality and use-cases:

Feature In Description / Use-case
Cache Monitoring Technology (CMT) Xen 4.5 CMT can be used to monitor Last Level Cache (LLC) usage by application threads. With this information, administrators and management applications can balance workloads more efficiently to improve both application performance and physical resource utilization. For example, CMT can be used to reduce the impact of the so-called "noisy neighbour" issue in multitenant cloud and data center environments.

The noisy neighbour is the situation where you have two VMs (or more generally processes), VM A and B. VM A can be noisy in that it runs an algorithm that dirties many entries in the cache, evicting cache entries for VM B and thereby slowing down VM B. Cache Monitoring Technology (CMT) allows users to track which VMs are using how much cache and identify the noisy ones and take corrective action.

Cache Allocation Technology (CAT) Xen 4.6 CAT allows system administrators to assign more L3 cache capacity to individual VMs, resulting in lower latency and higher performance for high-priority workloads such as NFV, real-time and video-on-demand applications.
Memory Bandwidth Monitoring (MBM) Xen 4.6 MBM allows system administrators to identify memory bandwidth saturation on a Xen host that may be caused by several memory-intensive VMs running on the same host. Taking corrective actions, such as migrating VMs to a different Xen host, increases scalability and performance in the data center.

Man Pages and Design

Cache Monitoring Technology

For more information, see Benefit of Cache Monitoring and an Overview.

Cache Monitoring Information is exposed through XL via

$ xl psr-cmt-attach domid
$ xl psr-cmt-detach domid
$ xl psr-cmt-show cache_occupancy

A detailed description of the commands is available here

Also see

Memory Bandwidth Monitoring

Icon todo.png To Do:

Add description


Cache Allocation Technology

Icon todo.png To Do:

Add description