linux下查看硬件的信息(BIOSCPUMEM主板)
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-03
Upgrade: Socket LGA771 L1 Cache Handle: 0x0703 L2 Cache Handle: 0x0704 L3 Cache Handle: 0x0705 Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Core Count: 4 Core Enabled: 4 Thread Count: 4 Characteristics: 64-bit capable [root@localhost ~]# 可以看出我这上面有2个英特尔(R) Xeon(R) CPU E5345 @ 2.33GHz cpu,是4核4线程,还支持64位等等的信息. 查看当前cpu工作在什么模式之下 [root@localhost ~]# uname -a Linux localhost 2.6.18-194.32.1.el5PAE #1 SMP Wed Jan 5 18:43:13 EST 2011 i686 i686 i386 GNU/Linux [root@localhost ~]# getconf LONG_BIT 32 [root@localhost ~]# 我更喜欢用的方法 [root@localhost ~]# cat /proc/cpuinfo processor : 0 vendor_id : Genuine英特尔 cpu family : 6 model : 15 model name : 英特尔(R) Xeon(R) CPU E5345 @ 2.33GHz stepping : 7 cpu MHz : 2327.562 cache size : 4096 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no 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 pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm bogomips : 4655.12 processor : 1 vendor_id : Genuine英特尔 cpu family : 6 model : 15 model name : 英特尔(R) Xeon(R) CPU E5345 @ 2.33GHz stepping : 7 cpu MHz : 2327.562 cache size : 4096 KB physical id : 0 siblings : 4 core id : 1 cpu cores : 4 apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no 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 pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm bogomips : 4655.04 processor : 2 vendor_id : Genuine英特尔 cpu family : 6 model : 15 model name : 英特尔(R) Xeon(R) CPU E5345 @ 2.33GHz stepping : 7 cpu MHz : 2327.562 cache size : 4096 KB physical id : 0 siblings : 4 core id : 2 cpu cores : 4 apicid : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no 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 t |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: linux 运维常用命令下一篇: tomcat
关于linux下查看硬件的信息(BIOSCPUMEM主板)的所有评论