摘要: 1、检查超线程 查看线程数:grep siblings /proc/cpuinfo |uniq 查看物理核心数:grep cores /proc/cpuinfo |uniq 2、检查操作系统版本 cat /etc/redhat-release lsb_release -a 3、检查文件系统 df - 阅读全文
posted @ 2018-04-13 21:22 JackGIS 阅读(542) 评论(0) 推荐(0)