:: 장비 모델명 확인

[root@thor036 deploy]# dmidecode -s system-product-name

PowerEdge R610


:: 전체코어 갯수

[root@localhost leopit]# grep -c processor /proc/cpuinfo

24


:: cpu당 물리코어

[root@localhost leopit]# grep 'cpu cores' /proc/cpuinfo | tail -1

cpu cores : 6


:: CPU 모델

[root@localhost leopit]# cat   /proc/cpuinfo | grep "model name"

model name : Intel(R) Xeon(R) CPU           E5645  @ 2.40GHz

model name : Intel(R) Xeon(R) CPU           E5645  @ 2.40GHz


:: 메모리 정보

[root@localhost leopit]# cat /proc/meminfo | grep MemTotal

MemTotal:       65794388 kB


+ Recent posts