olenbr wrote: ↑June 25th, 2021, 6:53 pm
OK, I checked the files you sent. They are the old v5.5.1 code, so they are not too helpful. I'm not sure why you duplicated the HWiNFO files; the original file was already preconfigured for dual socket machines. And I also see that you still did not configure the HWiNFO.inc file(s) for your system, all you changed was the sensor instance ID. The instructions in the file clearly outlines all the steps you need to take, so looks like you didn't enter any sensor IDs (not to be confused with "sensor instance IDs") nor any of the entry ID values for all your cores, clocks, fans, motherboard, etc. Unless your server rig is the same as my laptop, LOL... (The old 6.x HWiNFO is admittedly a huge pain to configure.)
I looked up your Xeon CPU; so you have a
two 14C/28T CPUs, right? If so, Windows should be seeing 56 threads (i.e., "logical processors"). Please run the following two commands at a PowerShell prompt:
Code: Select all
Get-WmiObject -Class Win32_ComputerSystem | Select NumberOf*
Get-ChildItem env: | Where-Object {$_.Name -like 'NUMBER_OF_PROCESSORS'}
You should get 56 and 2 with the first command, and 56 on the second. Please post the TEXT of any output, not a video. Your CoreInfo output looks like it sees both sockets and reports 28 hyperthreaded processors (for 56 total).
Finally, please post your HWiNFO.inc file and the CpuVariables.inc file for your v6.1.1 Gadgets. But before you send them, PLEASE configure your HWiNFO settings per the exact instructions on the Wiki pages I directed you to earlier. The instructions are also in the file itself (it's not the same process as the 6.x HWiNFO).