查看服务器CPU、内存、磁盘等配置信息
摘要:查看服务器CPU配置详情 # 查看CPU信息(型号) cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c # 查看物理CPU个数 cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l
阅读全文
posted @ 2022-08-10 17:42
t.
posted @ 2022-08-10 17:42
posted @ 2022-01-05 16:10
posted @ 2022-01-04 09:10
posted @ 2021-10-13 23:44
posted @ 2021-09-18 18:41