How to check Linux CPU Information
Written on
August 21, 2008 at 8:48 am by
mkyong
Linux CPU information is store in /proc/cpuinfo, we can check our Linux CPU information by issue following command
cat /proc/cpuinfo
Sample output in my Linux machine
debian:~# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz stepping : 8 cpu MHz : 1861.324 cache size : 2048 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca


