Closed
Description
Since PR #94 it has the default behaviour of reading scaling_cpu_freq
in favor of cpuinfo_cur_freq
. These 2 represent different metrics in my eyes. The scaling one reflects at which frequency the linux kernel thinks the cpu runs, while cpuinfo reflects the actual HW frequency of the CPU.
source: https://www.kernel.org/doc/Documentation/cpu-freq/user-guide.txt
IMHO cpuinfo should still be the default value to be read here, or these 2 values should maybe represent 2 different metrics. I'd like to know the reasoning for picking the scaling
over the cpuinfo
statistic.
Metadata
Metadata
Assignees
Labels
No labels