摘要: 一、查看系统配置 ##总核数 = 物理CPU个数*每颗物理CPU的核数 ##总逻辑CPU数 = 物理CPU个数*每颗物理CPU的核数*超线程数 1.1查看物理CPU个数 cat /proc/cpuinfo|grep “physical id”|sort|uniq|wc -l 1.2 查看每个物理CP 阅读全文
posted @ 2017-11-15 11:44 温润如玉张公子 阅读(2476) 评论(0) 推荐(0)