我是一只小小鸟
全部博文(184)
分类: LINUX
2014-04-02 11:33:45
查看CPU个数 |
# cat /proc/cpuinfo | grep "physical id" | uniq | wc -l |
查看CPU核数 |
# cat /proc/cpuinfo | grep "cpu cores" | uniq |
查看CPU型号 |
# cat /proc/cpuinfo | grep 'model name' |uniq |
[root@host ~]# cat /proc/cpuinfo | grep "physical id" | uniq | wc -l 1 [root@host ~]# cat /proc/cpuinfo | grep "cpu cores" | uniq cpu cores : 2 [root@host ~]# cat /proc/cpuinfo | grep 'model name' |uniq model name : Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz 即: 该服务器有1个2核CPU,型号Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz |
#cat /proc/cpuinfo 查看CPU详细信息;
选项 |
含义 |
processor |
逻辑处理器的id;对于单核处理器,可认为是其CPU编号,对于多核处理器则可以是物理核、或者使用超线程技术虚拟的逻辑核 |
physical id |
物理封装的处理器的id(单个CPU的标号) |
core id |
每个核心的id |
vendor_id |
cpu制造商ID |
cpu family |
cpu的产品系列代号(厂商自定义) |
model |
CPU属于其系列中的哪一代的代号 |
Model name |
CPU属于的名字及其编号、标称主频 |
Stepping |
cpu步进 |
siblings |
单个CPU逻辑物理核数 |
CPU MHZ |
cpu主频 |
cache size |
缓存大小(二级缓存) |
cpu cores |
位于相同物理封装中的内核数量 |
apicid |
用来区分不同逻辑核的编号,系统中每个逻辑核的此编号必然不同,此编号不一定连续 |
|
|
fpu |
是否具有浮点运算单元(Floating Point Unit) |
fpu_exception |
是否支持浮点计算异常 |
cpuid level |
执行cpuid指令前,eax寄存器中的值,根据不同的值cpuid指令会返回不同的内容 |
wp |
表明当前CPU是否在内核态支持对用户空间的写保护(Write Protection) |
flags |
当前CPU支持的功能 |
Bogomips |
系统内核启动时粗略测算的CPU速度(Million Instructions Per Second) |
clflush size |
Cpu位数 |
address sizes |
地址总线,可访问地址空间位数 |
cache_alignment |
缓存地址对齐单位 |
power management |
对能源管理的支持 |
initial apicid |
... |
#cat /proc/cpuinfo
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz
stepping : 7
cpu MHz : 3300.301
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 3
initial apicid : 3
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 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
bogomips : 6600.60
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management: