I saw that /proc/cpuinfo update all the time, especially the field "cpu MHz"? I assumed that these details should be constant.
When did /proc/cpuinfo begin to update all the time, especially the field "cpu MHz"? Is it depend linux systems or versions?
Example :
- First run
[omerha@hroor tmp]$ cat /proc/cpuinfo | grep "cpu MHz" | tail -1 cpu MHz : 1406.195 - Second run
[omerha@hroor tmp]$ cat /proc/cpuinfo | grep "cpu MHz" | tail -1 cpu MHz : 1675.964