S sagsaw Mar 30, 2023 #1 sysctl -a | grep dev.cpu.* shows freq_levels for only cpu.0 even freq is also being shown for dev.cpu.0 why is this happening? Attachments 20230330_232043.jpg 562.4 KB · Views: 115
sysctl -a | grep dev.cpu.* shows freq_levels for only cpu.0 even freq is also being shown for dev.cpu.0 why is this happening?
Andriy Developer Mar 30, 2023 #2 FreeBSD sets all cores to the same frequency, so it's sufficient to report only for cpu.0.
OP S sagsaw Mar 31, 2023 Thread Starter #4 Andriy said: FreeBSD sets all cores to the same frequency, so it's sufficient to report only for cpu.0. Click to expand... ok just read here there is a bug cpufreq(4) man.freebsd.org When multiple CPUsoffer frequencycontrol, they cannot be set to different levels and must all offer the same frequency settings. Hope all cpufreq and powerd known bugs are fixed in 14 Last edited: Apr 1, 2023
Andriy said: FreeBSD sets all cores to the same frequency, so it's sufficient to report only for cpu.0. Click to expand... ok just read here there is a bug cpufreq(4) man.freebsd.org When multiple CPUsoffer frequencycontrol, they cannot be set to different levels and must all offer the same frequency settings. Hope all cpufreq and powerd known bugs are fixed in 14