dmidecode | grep -i serial
대소문자 구분 없이 시리얼을 포함한 단어 정보 출력
cat /proc/cpuinfo
cpu 정보 확인
- processor : 프로세서의 번호를 의미하며, 수만큼 결과의 수가 출력됨.
- model name : cpu 모델 명
- physical id : 실제 물리적 cpu의 수를 의미
- siblings : thread의 존재 여부를 확인 → cpu cores == siblings : hyperthread 불가능
- hyperthread : 물리코어 1개를 논리적으로 코어 2개처럼 사용