본문 바로가기

Linux

[Linux] CPU 정보 및 CPU 개수 확인, Hardware 사양 확인.
































1. CPU의 정보가 자세히 나온다.  -> cat /proc/cpuinfo


2. 물리적으로 몇 개의 CPU가 설치되어 있는지 확인이 가능하다.
    cat /proc/cpuinfo | grep processor | wc -l


3. Model 확인 -> dmidecode | grep Name


4. Serial Number 확인 -> dmidecode | grep Serial


5. 메모리 확인 -> cat /proc/meminfo