Forrest logo
back to the cpufreq-info tool

cpufreq-info:tldr:0ce2c

cpufreq-info: Show CPU frequency information for the specified CPU.
$ cpufreq-info -c ${cpu_number}
try on your machine

The command cpufreq-info -c ${cpu_number} is used to retrieve information about the current CPU frequency of a specific CPU core.

Here's a breakdown of the command:

  • cpufreq-info: This is the main command, which is used to retrieve information about the CPU frequency.
  • -c: This option is used to specify the CPU core for which we want to retrieve the frequency information.
  • ${cpu_number}: This is a placeholder for the specific CPU core number that you want to retrieve information for. Replace ${cpu_number} with the actual number of the CPU core you want to query.

By executing this command with the appropriate CPU core number, you will be able to see information about the current frequency of that specific CPU core.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the cpufreq-info tool