cpufreq

  1. S

    freq_levels shown only for one core of dual core cpu

    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?
  2. JohnnySorocil

    CPU turbo freq

    How to get CPU turbo frequency? I want to write small statusbar widget in C which will show current CPU frequency (including turbo). For example I can (in shell) run sysctl -n dev.cpu.0.freq and that return maximal base frequency (or in Intel case: max base frequency + 1 MHz). To get turbo freq...
Back
Top