intel / numatop

NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system.
BSD 3-Clause "New" or "Revised" License
197 stars 47 forks source link

CPU is not supported! #55

Closed haxpor closed 4 years ago

haxpor commented 4 years ago

Related to https://github.com/intel/numatop/issues/35 but for mine runs on Ubuntu 18.04 with the following system detail

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:               58
Model name:          Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
Stepping:            9
CPU MHz:             1544.223
CPU max MHz:         3100.0000
CPU min MHz:         1200.0000
BogoMIPS:            4988.84
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 ss 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 est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts md_clear flush_l1d

Whenever I run numatop, it shows CPU is not supported!.

yaoj commented 4 years ago

It should only support the Xeon but it doesn’t support the i5 model.

Thanks Jin Yao

From: Wasin Thonkaew notifications@github.com Sent: Sunday, January 26, 2020 12:23 PM To: intel/numatop numatop@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [intel/numatop] CPU is not supported! (#55)

Related to #35https://github.com/intel/numatop/issues/35 but for mine runs on Ubuntu 18.04 with the following system detail

Linux haxpor 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

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: 58

Model name: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz

Stepping: 9

CPU MHz: 1544.223

CPU max MHz: 3100.0000

CPU min MHz: 1200.0000

BogoMIPS: 4988.84

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 ss 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 est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts md_clear flush_l1d

Whenever I run numatop, it shows CPU is not supported!.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/intel/numatop/issues/55?email_source=notifications&email_token=AA5DQLWDEUUNHY5MGPFS2ILQ7UF3ZA5CNFSM4KLUXR72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IIXJ54Q, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5DQLWM2NYAP74YBHQMFBDQ7UF3ZANCNFSM4KLUXR7Q.

haxpor commented 4 years ago

Thank you for reply. With that information, I close the issue now.