"리눅스 lscpu"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 2개는 보이지 않습니다)
4번째 줄: 4번째 줄:


==실행예시==
==실행예시==
<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# lscpu
[root@zetawiki01 ~]# lscpu
Architecture:          x86_64
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
CPU op-mode(s):        32-bit, 64-bit
27번째 줄: 27번째 줄:
L2 cache:              4096K
L2 cache:              4096K
NUMA node0 CPU(s):    0-7
NUMA node0 CPU(s):    0-7
</source>
<source lang='console'>
[root@zetawiki02 ~]# lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                2
On-line CPU(s) list:  0,1
Thread(s) per core:    1
Core(s) per socket:    2
Socket(s):            1
NUMA node(s):          1
Vendor ID:            GenuineIntel
CPU family:            6
Model:                58
Model name:            Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Stepping:              9
CPU MHz:              3392.319
BogoMIPS:              6784.63
Virtualization:        VT-x
Hypervisor vendor:    VMware
Virtualization type:  full
L1d cache:            32K
L1i cache:            32K
L2 cache:              256K
L3 cache:              8192K
NUMA node0 CPU(s):    0,1
</source>
</source>


32번째 줄: 59번째 줄:
*[[리눅스 32비트 64비트 확인]]
*[[리눅스 32비트 64비트 확인]]
*[[리눅스 CPU 소켓 수 확인]]
*[[리눅스 CPU 소켓 수 확인]]
*[[리눅스 VM 하이퍼바이저 확인]]
*[[유틸-리눅스]]
*[[유틸-리눅스]]


[[분류: /usr/bin]]
[[분류: /usr/bin]]

2016년 12월 12일 (월) 13:20 기준 최신판

1 개요[ | ]

리눅스 lscpu
/usr/bin/lscpu

2 실행예시[ | ]

[root@zetawiki01 ~]# lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                8
On-line CPU(s) list:   0-7
Thread(s) per core:    1
Core(s) per socket:    1
Socket(s):             8
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 13
Stepping:              3
CPU MHz:               2133.408
BogoMIPS:              4266.81
Hypervisor vendor:     KVM
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              4096K
NUMA node0 CPU(s):     0-7
[root@zetawiki02 ~]# lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                2
On-line CPU(s) list:   0,1
Thread(s) per core:    1
Core(s) per socket:    2
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 58
Model name:            Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Stepping:              9
CPU MHz:               3392.319
BogoMIPS:              6784.63
Virtualization:        VT-x
Hypervisor vendor:     VMware
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              8192K
NUMA node0 CPU(s):     0,1

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}