meta data for this page
Differences
This shows you the differences between two versions of the page.
| linux:cpufreq:cpufrequtils [2025/12/11 07:49] – created niziak | linux:cpufreq:cpufrequtils [2025/12/11 07:49] (current) – niziak | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Deprecated in D13 Trixie. Use '' | Deprecated in D13 Trixie. Use '' | ||
| + | |||
| + | It provides: | ||
| + | * ''/ | ||
| + | * ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | '' | ||
| + | utilities to deal with the cpufreq Linux kernel feature | ||
| + | This package contains two utilities for inspecting and setting the | ||
| + | CPU frequency through both the sysfs and procfs CPUFreq kernel | ||
| + | | ||
| + | . | ||
| + | By default, it also enables CPUFreq at boot time if the correct CPU | ||
| + | | ||
| + | '' | ||
| + | < | ||
| + | |||
| + | ==== change governor for all cpus ==== | ||
| + | |||
| + | <code bash> | ||
| + | for ((i=0; | ||
| + | </ | ||
| + | |||
| + | Ansible one liner: | ||
| + | <code bash> | ||
| + | (cd .. && ansible pves -i $INVENTORY -a "bash -c 'for ((i=0; | ||
| + | </ | ||
| + | |||