dump_psb
utilities to deal with the cpufreq Linux kernel feature
Install
- All systems
-
curl cmd.cat/dump_psb.sh
- Debian
-
apt-get install cpufrequtils
- Ubuntu
-
apt-get install cpufrequtils
- Alpine
-
apk add cpufrequtils
- Kali Linux
-
apt-get install cpufrequtils
- CentOS
-
yum install cpufrequtils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cpufrequtils
- Raspbian
-
apt-get install cpufrequtils
- Dockerfile
- dockerfile.run/dump_psb
- Docker
-
docker run cmd.cat/dump_psb dump_psb
powered by Commando
cpufrequtils
utilities to deal with the cpufreq Linux kernel feature
This package contains two utilities for inspecting and setting the CPU frequency through both the sysfs and procfs CPUFreq kernel interfaces. By default, it also enables CPUFreq at boot time if the correct CPU driver is found.