OS/Linux

Linux(Ubuntu/CentOS) cpu info command

강서버 2019. 12. 4. 00:15
반응형

$ lscpu

Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  2
Core(s) per socket:  2
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               42
Model name:          Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
Stepping:            7
CPU MHz:             1151.050
CPU max MHz:         3200.0000
CPU min MHz:         800.0000
BogoMIPS:            4988.69
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            3072K
NUMA node0 CPU(s):   0-3
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d

 

CPU Model

$ lscpu | grep "Model name"
Model name:          Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz

반응형

'OS > Linux' 카테고리의 다른 글

Tensorflow install  (0) 2020.02.23
Install TensorFlow 2  (0) 2020.02.23
top 특정 프로세스 모니터링  (0) 2020.01.16
System monitor Htop install  (0) 2020.01.16
Linux(Ubuntu/CentOS) Intel GPU Monitor  (0) 2019.12.21