Hi All, We have few servers where HT/SMT can be enabled or disabled. the "Threads per core" fields is generally 2 in the output of lscpu or /proc/cpuinfo-
Thread(s) per core: 2 Core(s) per socket: 48 I need to use this metric to normalize data ( example - related to CPU load) when comparing the data to servers having HT disabled. I noticed that there is a node exporter flag --collector.cpu.info which directs node exporter to fetch additional information from the /proc/cpinfo . but i am unable to see information related to the HT/SMT status of the server. [image: cpuinfo.png] In code base , i dont see direct reference to the HT metric https://github.com/prometheus/node_exporter/blob/v1.7.0/collector/cpu_linux.go [image: cpuinfo1.png] Is there any other way which can help me to figure out if HT/SMT is enabled on a server? -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/83723778-2fc7-494f-bf52-24dda1604f53n%40googlegroups.com.

