How do I get the frequency of my CPU when it is turbo boosted to show up in cpuinfo?
Asked
Active
Viewed 134 times
How do I get the frequency of my CPU when it is turbo boosted to show up in cpuinfo?
grep MHz /proc/cpuinfo
shows the non-turbo maximum frequency. The duplicate candidate didn't have a suitable answer for this so I posted a new answer based oncat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq
and then voted to close this question as a duplicate. – WinEunuuchs2Unix Jan 03 '18 at 11:55