mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-12 23:15:25 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
32 lines
881 B
Markdown
32 lines
881 B
Markdown
# cpufreq-info
|
|
|
|
> Show CPU frequency information.
|
|
> More information: <https://manned.org/cpufreq-info>.
|
|
|
|
- Show CPU frequency information for all CPUs:
|
|
|
|
`cpufreq-info`
|
|
|
|
- Show CPU frequency information for the specified CPU:
|
|
|
|
`cpufreq-info {{[-c|--cpu]}} {{cpu_number}}`
|
|
|
|
- Show the allowed minimum and maximum CPU frequency:
|
|
|
|
`cpufreq-info {{[-l|--hwlimits]}}`
|
|
|
|
- Show the current minimum and maximum CPU frequency and policy in table format:
|
|
|
|
`cpufreq-info {{[-o|--proc]}}`
|
|
|
|
- Show available CPU frequency policies:
|
|
|
|
`cpufreq-info {{[-g|--governors]}}`
|
|
|
|
- Show current CPU work frequency in a human-readable format, according to the cpufreq kernel module:
|
|
|
|
`cpufreq-info {{[-f|--freq]}} {{[-m|--human]}}`
|
|
|
|
- Show current CPU work frequency in a human-readable format, by reading it from hardware (only available to root):
|
|
|
|
`sudo cpufreq-info {{[-w|--hwfreq]}} {{[-m|--human]}}`
|