查看CPU型号
cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
查看CPU物理个数
cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l
查看系统版本
cat /etc/redhat-release
查看CPU型号
cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
查看CPU物理个数
cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l
查看系统版本
cat /etc/redhat-release