[Goodies-dev] [Bug 14641] CPU freq is incorrect when hyperthreading is disabled

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Sep 21 15:40:18 CEST 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14641

Andre Miranda <andreldm at xfce.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |1.2.1
            Version|git                         |1.2.0

--- Comment #8 from Andre Miranda <andreldm at xfce.org> ---
I think the following script should yield a result similar to cpufreq-plugin,
since it reads from the same source:
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq | awk '{printf
"%3.2f\n", $0/1000}' | jq -s add/length

I my case the results vary a lot, even if you run watch somewhat synchronized
to cpufreq update interval, most of the readings will diverge.

Closing this bug, the fix will be available in 1.2.1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Goodies-dev mailing list