py-cpuinfo
py-cpuinfo copied to clipboard
cpuinfo.get_cpu_info() `hz_actual` and `hz_advertised` is 400MHz (Current) Instead of actual advertised/max values. No reliable way to get the CPU's highest possible clock rate
Using import psutil ; psutil.cpu_freq().max for the time being.