To view the processor installed :
$ cat /proc/cpuinfo
To know the information stored in dmi zone of motherboard about the CPU and CPU's cache :
# dmidecode -t 4
To know about CPU frequencing :
$ cpufreq-info
To view the CPU ID information :
$ cpuid
By default cpuinfo, dmidecode & cpufreq-info are installed in Debian Lenny. You need to install cpuid package in order to view the CPU ID information.
Install cpuid
# aptitude install cpuid
The End.
This work by maniac.vardhan is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
0 comments :: how to identify the processor (CPU) in debian GNU/linux lenny ?
Post a Comment