如何查看linux的cpu信息


当前第2页 返回上一页

输出结果:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

processor       : 0

vendor_id       : GenuineIntel

cpu family      : 6

model           : 62

model name      : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz

stepping        : 4

microcode       : 0x428

cpu MHz         : 1200.062

cache size      : 20480 KB

physical id     : 0

siblings        : 16

core id         : 0

cpu cores       : 8

apicid          : 0

initial apicid  : 0

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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt

bogomips        : 5200.34

clflush size    : 64

cache_alignment : 64

address sizes   : 46 bits physical, 48 bits virtual

power management:

#cat /proc/cpuinfo | grep "physical id" | uniq | wc -l查看机器一共几个cpu

1

2

3

[root@liuli ~]# cat /proc/cpuinfo | grep "physical id" |  uniq | wc -l

1  #这个是一个cpu

[root@liuli ~]#

以上就是如何查看linux的cpu信息的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

Linux中如何利用shell判断文件或目录是否存在

Linux如何查看ip地址

Linux如何联网

Linux如何统计文件个数

Linux中使用useradd命令添加用户后无法登录

Linux如何查看文件有多少行内容

使用ftp命令和scp命令在Linux系统下远程下载文件方法

Linux执行php文件结果怎么看

查询升级和降配实例规格或者系统盘时怎么查询某一可用区的可用资源信息

tomcat7.0.82在Linux下安装的方法

更多相关阅读请进入《Linux》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...