您当前的位置:首页 > 计算机 > 系统应用 > Linux

Linux查看CPU信息方法(超简单)

时间:03-07来源:作者:点击数:

CPU 的主要信息保存在 /proc/cpuinfo 这个文件中,我们只要查看这个文件,就可以知道 CPU 的相关信息。

命令如下:

[root@localhost ~]# cat /proc/cpuinfo
processor :0
#逻辑CPU编号
vendor_id :GenuineIntel
#CPU制造厂商
cpu family :6
#产品的系列代号
model :58
#CPU系列代号
model name :Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
#CPU系列的名字、编号、主频
stepping :9
#更新版本
cpu MHz :2394.649
#实际主频
cache size :6144 KB
#二级缓存
fdiv_bug :no
fdiv_bug :no
hlt_bug :no
f00f_bug :no
coma_bug :no
fpu :yes
fpu_exception :yes
cpuid level :13
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 nx rdtscp lm constant_tsc up arch_perfmon
pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni
pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx hypervisor lahf_lm ida
arat epb xsaveopt pln pts dts
#CPU的功能标识
bogomips :4789.29
clflush size :64
cache_alignment:64
address sizes :40 bits physical, 48 bits virtual
power management:
方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门