/proc/cpuinfo not showing all info
Valdis Kl=?utf-8?Q?=c4=93?=tnieks
valdis.kletnieks at vt.edu
Tue Jan 19 04:09:39 EST 2021
On Tue, 19 Jan 2021 07:38:13 +0000, "Pankaj Vinodrao Joshi" said:
> i agree each processor type exports different information but i need to pop
> up information while i do /proc/cpu also i have observed that almost every arch
> display information w.r.t frequency. Can you suggest how i can add info related
> to cpufreq into /proc ?
You may wish to issue this command:
find /sys -name '*freq*'
and then meditate on the relative difficulty of parsing /proc/cpuinfo
and a sysfs file, and ask yourself if you want to to re-think your design.
More information about the Kernelnewbies
mailing list