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

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed Sep 5 14:26:03 CEST 2018


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

Andre Miranda <andreldm at xfce.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreldm at xfce.org

--- Comment #1 from Andre Miranda <andreldm at xfce.org> ---
What do you mean by incorrect? Is it stuck on the same value or is it different
than cat /proc/cpuinfo | grep "MHz"?
Which governor are you using?

You can also compare the average results with watch -n1 "cat /proc/cpuinfo |
grep 'MHz' | cut -d: -f2 | awk '{a+=\$1+0} END{print a/NR}'"

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


More information about the Goodies-dev mailing list