1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: intel-cmt-cat
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
Standards-Version: 4.7.3
Homepage: https://github.com/intel/intel-cmt-cat
Vcs-Browser: https://forgejo.debian.net/intel/intel-cmt-cat
Vcs-Git: https://forgejo.debian.net/intel/intel-cmt-cat
Package: intel-cmt-cat
Section: admin
Architecture: amd64 i386
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Intel Cache Monitoring (CMT) and Cache Allocation (CAT) support
This package is a set of libraries and tools that provide support for Intel
Resource Director Technology (RDT) and Intel I/O Resource Director Technology
(I/O RDT), including:
.
* Cache Monitoring Technology (CMT)
* Memory Bandwidth Monitoring (MBM)
* Cache Allocation Technology (CAT)
* Code and Data Prioritization (CDP)
* Memory Bandwidth Allocation (MBA)
.
These technologies provides the hardware framework to monitor and manage shared
CPU resources, like cache and memory bandwidth. An increase in the number of
workloads running simultaneously on a system, increases pressure on shared CPU
resources resulting in lower performance determinism. Intel RDT technologies
can monitor and control the allocation of key shared system resources to help
improve determinism and are implemented by modern Intel Xeon processors,
e.g. Xeon D, Xeon E3 v4, Xeon E5 v3, and later models.
|