1. 查看cpu是多少位? # grep flag /proc/cpuinfo 如果发现cpu特性有lm , ia64 或者amd64, 就表示这个cpu是64位的 也可以安装lshw这个rpm包或者tarball源码, 执行可以看到cpu的bitwise这一项, 64表示64位的cpu 2. 查看该服务器有多少个cpu, cpu是几核的? # grep processor | wc -l 可以确定这个服务的cpu个数 * 核数 # grep physical 待续 ... 本文来自ChinaUnix博客,如果查看原文请点:http://blog...
原文: http://linux.chinaunix.net/bbs/viewthread.php?tid=1127630&page=1#pid7083227 几个cpu more /proc/cpuinfo |grep "physical id"|uniq|wc -l 每个cpu是几核(假设cpu配置相同) more /proc/cpuinfo |grep "physical id"|grep "0"|wc -l 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/71666/showart_2018555.html
判断依据: 1.具有相同core id的cpu是同一个core的超线程。 2.具有相同physical id的cpu是同一颗cpu封装的线程或者cores。 英文版: 1.Physical id and core id are not necessarily consecutive but they are unique. Any cpu with the same core id are hyperthreads in the same core. 2.Any cpu with the same physical id are threads or cores in the same physical socket. 实例: LunarPages的cpu信息: processor : 0 ve...
判断依据: 1.具有相同core id的cpu是同一个core的超线程。 2.具有相同physical id的cpu是同一颗cpu封装的线程或者cores。 英文版: 1.Physical id and core id are not necessarily consecutive but they are unique. Any cpu with the same core id are hyperthreads in the same core. 2.Any cpu with the same physical id are threads or cores in the same physical socket. 实例: LunarPages的cpu信息: processor ...
==================================== cpus ==================================== cpu cpu 执行 L2$ cpu cpu LSB Chip ID MHz MB Impl. 掩码 --- ---- -------------------- ---- --- ----- ---- 00 0 0, 1, 2, 3 2150 5.0 6 147 00 1 ...
prtdiag -v \r\npsrinfo -v\r\n都看不出来是几核的....\r\n\r\n\r\n我怎么才能看出cpu是不是双核的呢?\r\nV440 V490 V890三台机器
cpu 40K2515 3.0G(2M L2 Cache)800MHz Xeon 64EMPT X226 25R8901 3.2G(2M L2 Cache)800MHz Xeon 64EMPT X226 40K2504 3.0G(2M L2 Cache)800MHz Xeon 64EMPT X346,X236 40K2505 3.2G(2M L2 Cache)800MHz Xeon 64EMPT X346,X236 40K2510 3.0G(2M L2 Cache)800MHz Xeon 64EMPT X336 40K2521 MP3.16GHz 800MHz 1MB L2Cache Xeon x366 40K2520 MP3.66GHz 800MHz 1MB L2Cache Xeon x366 40K2506 3.4 GHz 800 MHz 2 MB L2 x236...