Forrest logo
back to context overview

cpufreq-info

List of commands for cpufreq-info:

  • cpufreq-info:tldr:0ce2c cpufreq-info: Show CPU frequency information for the specified CPU.
    $ cpufreq-info -c ${cpu_number}
    try on your machine
    explain this command
  • cpufreq-info:tldr:224b6 cpufreq-info: Show the current minimum and maximum CPU frequency and policy in table format.
    $ cpufreq-info -o
    try on your machine
    explain this command
  • cpufreq-info:tldr:2dff6 cpufreq-info: Show CPU frequency information for all CPUs.
    $ cpufreq-info
    try on your machine
    explain this command
  • cpufreq-info:tldr:6fbc2 cpufreq-info: Show current CPU work frequency in a human-readable format, according to the cpufreq kernel module.
    $ cpufreq-info -f -m
    try on your machine
    explain this command
  • cpufreq-info:tldr:7e6c3 cpufreq-info: Show current CPU work frequency in a human-readable format, by reading it from hardware (only available to root).
    $ sudo cpufreq-info -w -m
    try on your machine
    explain this command
  • cpufreq-info:tldr:98882 cpufreq-info: Show available CPU frequency policies.
    $ cpufreq-info -g
    try on your machine
    explain this command
  • cpufreq-info:tldr:f46b2 cpufreq-info: Show the allowed minimum and maximum CPU frequency.
    $ cpufreq-info -l
    try on your machine
    explain this command
back to context overview