linux+修改cpu个数,Linux查看cpu个数

[root@lidongbo~]# cat /proc/cpuinfo

processor : 0

vendor_id : GenuineIntel

cpu family : 6

model : 15

model name : Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz

stepping : 13

cpu MHz : 2200.010

cache size : 1024 KB

physical id : 0

siblings : 2

core id : 0

cpu cores : 2

apicid : 0

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 cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm

bogomips : 4403.65

clflush size : 64

cache_alignment : 64

address sizes : 36 bits physical, 48 bits virtual

power management:

processor : 1

vendor_id : GenuineIntel

cpu family : 6

model : 15

model name : Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz

stepping : 13

cpu MHz : 2200.010

cache size : 1024 KB

physical id : 0

siblings : 2

core id : 1

cpu cores : 2

apicid : 1

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 cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm

bogomips : 4399.94

clflush size : 64

cache_alignment : 64

address sizes : 36 bits physical, 48 bits virtual

power management:

[root@lidongbo ~]#

通过上面信息我们可以知道

从processor  0   到processor   1可以看出来总共有2个核

从physical id : 0 可以看出有一个cpu(因为没发现physical id : 1)

从cpu cores : 2   可以看出cpu有两个内核

简单点

1. 查看物理CPU的个数

#cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l

2. 查看逻辑CPU的个数

#cat /proc/cpuinfo |grep "processor"|wc -l

3. 查看CPU是几核

#cat /proc/cpuinfo |grep "cores"|uniq

4. 查看CPU的主频

#cat /proc/cpuinfo |grep MHz|uniq

---------------------------------下面是被人误导兜了一个大圈,不必看了

如果有两个逻辑CPU具有相同的”core id”,那么超线程是打开的。

网上查了查Intel(R) Pentium(R) Dual  CPU  E2200 支持超线程 ,如图所示

0818b9ca8b590ca3270a3433284dd417.png

因此cpu支持超线程所以查查 内核信息

[root@lidongbo~]# uname -a

Linux lidongbo 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

内核2.6

2.4 和 2.5 版本中的 Linux 对称多处理(SMP)内核都支持超线程(参考

http://www.ibm.com/developerworks/cn/linux/l-htl/index.html),2.6就更不用说了 综合第一次得到的cpu信息 processor       : 0 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 syscall nx lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr ... processor       : 1 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 syscall nx lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr 有HT超线程标志,因此当前系统机器一个cpu

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值