# sysctl dev.cpu.0.freq_levels
2201/45000 2200/45000 2000/39581 [...] 900/15437 800/13723
performance_cpu_freq="HIGH"
in /etc/rc.conf => https://wiki.freebsd.org/SystemTuning#POWER_MANAGEMENT# sysctl dev.cpu.0.freq=2201
psearch -s intel
: sysutils/turbostat & sysutils/i7z. Both calculate the true frequency & various other runtime parameters of the CPU.It can be enabled with performance_cpu_freq="HIGH" in /etc/rc.conf
powerd_enable="YES"
powerd_flags="-a adaptive -n adaptive -p 500 -N"