Forrest logo
back to context overview

cpufreq-set

List of commands for cpufreq-set:

  • cpufreq-set:tldr:73f4a cpufreq-set: Set the CPU frequency policy of CPU 1 to "userspace".
    $ sudo cpufreq-set -c ${1} -g ${userspace}
    try on your machine
    explain this command
  • cpufreq-set:tldr:bd725 cpufreq-set: Set the current minimum CPU frequency of CPU 1.
    $ sudo cpufreq-set -c ${1} --min ${min_frequency}
    try on your machine
    explain this command
  • cpufreq-set:tldr:bf125 cpufreq-set: Set the current work frequency of CPU 1.
    $ sudo cpufreq-set -c ${1} -f ${work_frequency}
    try on your machine
    explain this command
  • cpufreq-set:tldr:d01fc cpufreq-set: Set the current maximum CPU frequency of CPU 1.
    $ sudo cpufreq-set -c ${1} --max ${max_frequency}
    try on your machine
    explain this command
back to context overview