Processor.Query
Query the system for cpu, core, and socket count
cpu_count
is the total number of logical cpus, also sometimes referred as cpu threads.
core_count
is the total number of physical cores, a core might have more than one logical cpu if smt/hyperthreading is available.