mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
sys-apps/CommsPowerManagement: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
34
sys-apps/CommsPowerManagement/metadata.xml
Normal file
34
sys-apps/CommsPowerManagement/metadata.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/intel/CommsPowerManagement/issues</bugs-to>
|
||||
<remote-id type="github">intel/CommsPowerManagement</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Introduction
|
||||
Recent generations of the Intel® Xeon® family processors allow configurations where:
|
||||
|
||||
Turbo Boost can be enabled on a per-core basis.
|
||||
Some cores can be given a higher base frequency than others
|
||||
Overview
|
||||
The scripts provided are as follows:
|
||||
|
||||
power.py allows the user to adjust the frequencies and Turbo-Boost availability on a core-by-core basis. This script allows the adjustment of P-states, C-states and Turbo-Boost.
|
||||
sst_bf.py allows the user to confure the system for Intel® Speed Select Technology - Base Frequency (Intel® SST-BF). This allows some cores to run at a higher base frequency than others.
|
||||
pwr.py a python library which can be imported into an application, to measure/modify core frequencies of a CPU to utilize Intel® Speed Select Technology.
|
||||
|
||||
The 'pwr' library is built to help take advantage of various Intel processor features such as:
|
||||
- Core and uncore frequency scaling
|
||||
- SST-BF technology
|
||||
- SST-CP technology
|
||||
It is intended to be used to build various orchestration and platform power management tools.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="ansible">Install ansible playbook</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user