giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.11k stars 1.37k forks source link

[Windows] psutil not showing correct cpu frecuency #2299

Open Sergio00166 opened 11 months ago

Sergio00166 commented 11 months ago

Summary

Description

Using windows and psutil.cpu_freq() shows only a fixed base frequency that in my case is 3.5 Ghz:

scpufreq(current=3500.0, min=0.0, max=3500.0)

But under system stress the correct current value is 4400 instead of the static returned value of 3500