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
194 stars 47 forks source link

Support for Intel(R) Xeon(R) Gold 6126 CPU? #65

Open jacksonsshen opened 2 years ago

jacksonsshen commented 2 years ago

Doesn't seem to be running properly

ZhengjunXing0 commented 2 years ago

Could you provide more information on the issue? Error logs, "cat /proc/cpuinfo"... Thanks.

jacksonsshen commented 2 years ago

$ cat /proc/cpuinfo

processor : 47 vendor_id : GenuineIntel cpu family : 6 model : 85 model name : Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz stepping : 4 microcode : 0x2006a08 cpu MHz : 2404.834 cache size : 19712 KB physical id : 1 siblings : 24 core id : 13 cpu cores : 12 apicid : 59 initial apicid : 59 fpu : yes fpu_exception : yes cpuid level : 22 wp : yes 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 pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ssbd mba ibrs ibpb stibp fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit bogomips : 5207.95 clflush size : 64 cache_alignment : 64 address sizes : 46 bits physical, 48 bits virtual power management:

jacksonsshen commented 2 years ago

image

image

@ZhengjunXing0 all values are zero, numa has been enabled.

ZhengjunXing0 commented 2 years ago

Please run some workloads in the background For example " ./mgen -a 1 -c 1 -t 10"

lingchengfenzi commented 7 months ago

Has this problem been solved? I had the same problem. After run " ./mgen -a 1 -c 1 -t 10", the RMA、LMA data is also zero. The different is my cpu is Intel(R) Xeon(R) Platinum 8352Y (CPU family: 6, Model: 106).