|
I was looking at something else when I figured out that part of the problem is that we don't the correct drivers installed for us to get speed.
[root@igizcfxk1ge1xyn cpu]# cpupower frequency-info analyzing CPU 0: no or unknown cpufreq driver is active on this CPU boost state support: Supported: yes Active: yes [root@igizcfxk1ge1xyn cpu]#
Which probably means that most customers won't have it installed either unless they really, really need it which makes me wonder how useful it is to collect it using the cpuinfo_max_freq file. Instead of pull the data from the /proc/cpuinfo file instead.
|