0. CPU 정보 확인 ( CPU information )
> cat /proc/cpuinfo
1. CPU 코어 전체 개수 확인( CPU Core Total number )
> grep -c processor /proc/cpuinfo
2. 물리 CPU 수 확인( physical CPU number )
> grep "physical id" /proc/cpuinfo | sort -u | wc -l
3. CPU당 물리 코어 수 확인 (CPU per physical Core number )
> grep "cpu cores" /proc/cpuinfo | tail -1
출처: http://nota.tistory.com/41 [nota's story]
How to get CPU temperature on CentOS 7
# install
$ sudo yum install -y lm_sensors
# config
$ sudo sensors-detect
Usage:
$sensors
coretemp-isa-0000 |
'시스템 > linux' 카테고리의 다른 글
[CentOS7] sensors 와 crontab 활용한 서버온도 날짜로그파일남기기 (0) | 2018.08.07 |
---|---|
[freesurfer] freeview.bin: error while loading shared libraries: libXss.so.1: (0) | 2018.07.26 |
CentOS7에서 exFAT USB드라이브 사용 (0) | 2018.05.29 |
[펌]]ubuntu 14.04 LTS hangul 한글 설치 (1) | 2016.09.22 |
[펌] ubuntu 14.04 LTS APM 설치방법 (0) | 2016.09.22 |