1、查看CPU
more /proc/cpuinfo | grep "model name" grep "model name" /proc/cpuinfo
(推荐教程:centos使用教程)
2、查看内存
grep MemTotal /proc/meminfo grep MemTotal /proc/meminfo | cut -f2 -d: free -m |grep "Mem" | awk '{print $2}'
相关视频教程推荐:linux视频教程
The above is the detailed content of How to check cpu and memory information in centos system. For more information, please follow other related articles on the PHP Chinese website!