ChinaUnix.net
相关文章推荐:

服务器 cpu 个数 与cpu 几核

如何查看cpu个数,是的? 搜索论坛之前的帖子,有人说:top后按数字1,多个cpu的话会显示多个,是这样吗? 还有逻辑cpu和物理cpu是什么,有什么区别?怎样查看它们的cpu个数?

by xing2999 - Linux系统管理 - 2012-05-07 16:02:24 阅读(8053) 回复(2)

相关讨论

1. 查看cpu是多少位? # grep flag /proc/cpuinfo 如果发现cpu特性有lm , ia64 或者amd64, 就表示这个cpu是64位的 也可以安装lshw这个rpm包或者tarball源码, 执行可以看到cpu的bitwise这一项, 64表示64位的cpu 2. 查看该服务器有多少个cpucpu的? # grep processor | wc -l 可以确定这个服务的cpu个数 * 数 # grep physical 待续 ... 本文来自ChinaUnix博客,如果查看原文请点:http://blog...

by binary_XY.Z - Linux文档专区 - 2009-05-24 12:24:19 阅读(2030) 回复(0)

原文: 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

by gamester88 - Linux文档专区 - 2009-08-05 13:32:29 阅读(807) 回复(0)

判断依据: 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...

by 飞鸿无痕 - Linux文档专区 - 2010-01-20 17:18:42 阅读(2157) 回复(0)

判断依据: 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 ...

by 七杀书生 - Linux文档专区 - 2010-01-21 22:17:13 阅读(1610) 回复(0)

prtdiag -v psrinfo -v 都看不出来是的.... 我怎么才能看出cpu是不是双的呢? V440 V490 V890三台机器

by xuguopeng - Solaris - 2007-11-13 15:16:29 阅读(19700) 回复(8)

==================================== 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 ...

by welcome008 - Solaris - 2010-06-06 12:17:40 阅读(4166) 回复(18)

prtdiag -v \r\npsrinfo -v\r\n都看不出来是的....\r\n\r\n\r\n我怎么才能看出cpu是不是双的呢?\r\nV440 V490 V890三台机器

by xuguopeng - Solaris - 2007-11-13 15:16:29 阅读(10020) 回复(7)

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...

by longkai5 - 二手交易 - 2008-04-28 11:30:10 阅读(1067) 回复(0)

现在linxu 服务器都是多的, 在做压力测试过程中, 如何用 linux top命令实时查看用了服务器cpu

by city224 - Linux新手园地 - 2013-01-11 16:21:22 阅读(4808) 回复(3)

我想问一下在linux 下如何查看cpu的,请高手帮忙说一下,谢谢了。

by wlxzd - Linux系统管理 - 2010-05-15 22:05:36 阅读(8714) 回复(5)