As Orion tends to have many fields housing the same (or very similar information), I'm working on refining queries to feed our CMDB system. The CMDB folks are looking for both a CPU count and a CPU Core count. What are the best properties to pull those values?
I'm currently keying on Node.CPUCount for the "CPU Core Count", and Node.AssetInventory.ServerInformation.ProcessorCount for "CPU count". Does that seem accurate or am I off-base? Better properties for each?