/proc/cpuinfo 詳解

xxxxxx-ThinkPad-X201s:~$ cat /proc/cpuinfo
processor    : 0                                                                              #系統中邏輯處理核的編號,邏輯CPU個數 1個
vendor_id    : GenuineIntel                                                              #CPU製造商 因特爾”原廠
cpu family    : 6                                                                               #CPU產品系列代號
model        : 37                                                                               #CPU屬於其系列中的哪一代的代號
model name    : Intel(R) Core(TM) i7 CPU       L 640  @ 2.13GHz          #CPU屬於的名字及其編號、標稱主頻
stepping    : 5                                                            CPU屬於製作更新版本
microcode    : 0x3
cpu MHz        : 1199.000                                        CPU的實際使用主頻
cache size    : 4096 KB                                        CPU二級緩存大小
physical id    : 0 單個CPU的標號
siblings    : 4                          單個CPU邏輯物理核數
core id        : 0             當前物理核在其所處CPU中的編號,這個編號不一定連續     
cpu cores    : 2   該邏輯核所處CPU的物理核數
apicid        : 0     用來區分不同邏輯核的編號,系統中每個邏輯核的此編號必然不同,此編號不一定連續
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 11
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 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt aes lahf_lm ida arat dtherm tpr_shadow vnmi flexpriority ept vpid
bugs        :
bogomips    : 4256.31
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章