1. 查看系統運行內存 free -m free -g(Gb查看) cat /proc/meminfo 2. 查看硬盤大小 df -hl ...
1. 查看系統運行內存 free -m free -g(Gb查看) cat /proc/meminfo 2. 查看硬盤大小 df -hl ...
1、內存 (1)、 (2)、 2、硬盤 (1) (2) 3、cpu信息 (1) (2)、 補充:物理cpu ...
感謝有奉獻精神的人 轉自:http://www.jb51.net/article/97157.htm 1 查看CPU 1.1 查看CPU個數 # cat /proc/cpuinfo ...
轉自 : http://blog.csdn.net/sully2008/article/details/6457570 我的服務器的配置: # OS specific support. $ ...
1 查看CPU 1.1 查看CPU個數 # cat /proc/cpuinfo | grep "physical id" | uniq | wc -l 2 **uniq命令:刪除重復行;wc – ...
1 查看CPU 1.1 查看CPU個數 # cat /proc/cpuinfo | grep "physical id" | uniq | wc -l 2 **uniq命令:刪除重復行;wc – ...
1.1 查看CPU個數 # cat /proc/cpuinfo | grep "physical id" | uniq | wc -l 2 **uniq命令:刪除重復行;wc –l命令:統計行數* ...
我的服務器的配置: # OS specific support. $var _must_ be set to either true or false. ...