core개수 확인
# lsdev -Cc processor
여기에 나온 프로세서가 실제 core개수
이 코어들이 SMT(Simultaneous Multi Threading)로 인하여 다중의 Thread로 나뉘게 된다.
SMT정보 확인
# smtctl
# lsattr -El proc0
현재 OS에서 사용가능한 프로세서개수 확인하기
# bindprocessor -q
core개수 확인
# lsdev -Cc processor
여기에 나온 프로세서가 실제 core개수
이 코어들이 SMT(Simultaneous Multi Threading)로 인하여 다중의 Thread로 나뉘게 된다.
SMT정보 확인
# smtctl
# lsattr -El proc0
현재 OS에서 사용가능한 프로세서개수 확인하기
# bindprocessor -q