I'm running some single-threaded calculations under 10.10 and was wondering if there's a way to check if Turbo BOost is kicking my i7 from 1.6GHz to 2.6GHz? In my googling around, I see there were some issues - but I couldn't find anything specific to Kubuntu.
I installed acpidump and pmtools packages from the repos, but cannot find any non-Real-Programmer docs to tell me how to use these to determine the true clock speed (I assume while the calculation is running). I tried turbostat (which sounded promising) but got an oblique error. Again, googling only turned up C++ source code listings...
patti@dv7t-Kubuntu64:~$ turbostat
no /dev/cpu/0/msr
Please load the msr driver
patti@dv7t-Kubuntu64:~$
I installed acpidump and pmtools packages from the repos, but cannot find any non-Real-Programmer docs to tell me how to use these to determine the true clock speed (I assume while the calculation is running). I tried turbostat (which sounded promising) but got an oblique error. Again, googling only turned up C++ source code listings...
patti@dv7t-Kubuntu64:~$ turbostat
no /dev/cpu/0/msr
Please load the msr driver
patti@dv7t-Kubuntu64:~$
Comment