Created
August 3, 2010 01:06
-
-
Save huacnlee/505631 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Linux 参看CPU信息 | |
jason@ubuntu:~$ cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 15 | |
model : 6 | |
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz | |
stepping : 5 | |
cpu MHz : 2400.000 | |
cache size : 2048 KB | |
physical id : 0 | |
siblings : 2 | |
core id : 0 | |
cpu cores : 1 | |
apicid : 0 | |
initial apicid : 0 | |
fdiv_bug : no | |
hlt_bug : no | |
f00f_bug : no | |
coma_bug : no | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 6 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl est tm2 cid cx16 xtpr pdcm lahf_lm | |
bogomips : 5998.68 | |
clflush size : 64 | |
power management: | |
processor : 1 | |
vendor_id : GenuineIntel | |
cpu family : 15 | |
model : 6 | |
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz | |
stepping : 5 | |
cpu MHz : 2400.000 | |
cache size : 2048 KB | |
physical id : 0 | |
siblings : 2 | |
core id : 0 | |
cpu cores : 1 | |
apicid : 1 | |
initial apicid : 1 | |
fdiv_bug : no | |
hlt_bug : no | |
f00f_bug : no | |
coma_bug : no | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 6 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl est tm2 cid cx16 xtpr pdcm lahf_lm | |
bogomips : 5999.43 | |
clflush size : 64 | |
power management: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment