728x90
grep 'physical id' /proc/cpuinfo | sort | uniq | wc -l
grep ^processor /proc/cpuinfo | wc -l
grep 'cpu cores' /proc/cpuinfo
스레드 / 코어 확인
cat /proc/cpuinfo | egrep 'siblings|cpu cores' | head -2
dmidecode -t processor | egrep 'Core Count|Thread Count' | head -2
하이퍼스레딩 사용 확인
dmidecode -t processor | grep HTT | head -1
728x90
'IT > OS (Unix Linux Windows)' 카테고리의 다른 글
[UNIX]AIX CPU정보 확인 (0) | 2022.05.19 |
---|---|
[UNIX]AIX 특정 디렉토리 제외하고 tar 묶는법 (0) | 2022.05.19 |
[Linux]로그인 절차 없이 sftp 접속 (0) | 2021.10.19 |
[링크]공유메모리 삭제 (0) | 2021.09.27 |
[LINUX]TIME_WAIT (0) | 2021.09.17 |