일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Linux
- Kubernetes
- C
- log
- Chrome
- Elk
- docker
- audit
- rsyslog
- 디렉토리
- GPU
- JSON
- syslog
- PostgreSQL
- RHEL
- 파이썬
- yum
- K8S
- 크롬
- Elasticsearch
- CentOS
- 빅데이터
- zabbix
- Python
- Audit Log
- bash
- Shell
- centos 7.5
- GNOME
- 서울시민카드
- Today
- Total
Sysops Notepad
[OS] Hyper-Threading disable or enable 본문
Hyper-Threading 확인하기
#lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 2
NUMA node(s): 2
#grep -H . /sys/devices/system/cpu/cpu*/topology/thread_siblings_list
/sys/devices/system/cpu/cpu0/topology/thread_siblings_list:0,16
/sys/devices/system/cpu/cpu17/topology/thread_siblings_list:1,17
/sys/devices/system/cpu/cpu18/topology/thread_siblings_list:2,18
# dmidecode -t processor | grep HTT
Hyper-Threading disable
# vi /etc/sysconfig/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="numa=off crashkernel=auto noht rhgb quiet console=tty0"
GRUB_DISABLE_RECOVERY="true"
# grub2-mkconfig -o /boot/grub2/grub.cfg
'업무 > sys' 카테고리의 다른 글
[Docker] bridge-nf-call-iptables WARNING message 발생시 조치 방법 (0) | 2019.02.14 |
---|---|
[Linux] iops 측정 방법 (0) | 2019.01.18 |
[GPU] Centos 7 nvidia driver, CUDA , kubernetes gpu device 설치 (0) | 2018.11.30 |
[Linux] kickstart server install (0) | 2018.11.28 |
GlusterFS을 이용한 파일 공유 및 클러스터링 (0) | 2018.11.27 |