2017-12-29 03:41:00 +08:00
|
|
|
# cpufreq-info
|
|
|
|
|
2024-02-25 07:46:24 -03:00
|
|
|
> Show CPU frequency information.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manned.org/cpufreq-info>.
|
2017-12-29 03:41:00 +08:00
|
|
|
|
|
|
|
- Show CPU frequency information for all CPUs:
|
|
|
|
|
|
|
|
`cpufreq-info`
|
|
|
|
|
|
|
|
- Show CPU frequency information for the specified CPU:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`cpufreq-info {{[-c|--cpu]}} {{cpu_number}}`
|
2017-12-29 03:41:00 +08:00
|
|
|
|
2018-01-08 16:27:05 +08:00
|
|
|
- Show the allowed minimum and maximum CPU frequency:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`cpufreq-info {{[-l|--hwlimits]}}`
|
2018-01-08 16:27:05 +08:00
|
|
|
|
|
|
|
- Show the current minimum and maximum CPU frequency and policy in table format:
|
2017-12-29 03:41:00 +08:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`cpufreq-info {{[-o|--proc]}}`
|
2017-12-29 03:41:00 +08:00
|
|
|
|
|
|
|
- Show available CPU frequency policies:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`cpufreq-info {{[-g|--governors]}}`
|
2017-12-29 03:41:00 +08:00
|
|
|
|
|
|
|
- Show current CPU work frequency in a human-readable format, according to the cpufreq kernel module:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`cpufreq-info {{[-f|--freq]}} {{[-m|--human]}}`
|
2017-12-29 03:41:00 +08:00
|
|
|
|
|
|
|
- Show current CPU work frequency in a human-readable format, by reading it from hardware (only available to root):
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo cpufreq-info {{[-w|--hwfreq]}} {{[-m|--human]}}`
|