meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:cpufreq [2016/11/14 13:14] – niziak | linux:cpufreq [2024/07/14 21:37] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== cpufreq ====== | ||
| + | |||
| ===== sys interface ===== | ===== sys interface ===== | ||
| <code bash> | <code bash> | ||
| Line 64: | Line 66: | ||
| '' | '' | ||
| < | < | ||
| + | |||
| + | ==== 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; | ||
| + | </ | ||
| + | |||