Archive for June 1st, 2010
linux服务器查看cpu 内存相关信息
Posted by Albert in linux 服务器安装, PHP语言学习 on June 1st, 2010
转帖:
测试机器的硬件信息:
查看CPU信息(型号)
# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
8 Intel(R) Xeon(R) CPU E5410 @ 2.33GHz
(看到有8个逻辑CPU, 也知道了CPU型号)
Read the rest of this entry »
Recent Comments