(imported topic written by frankc91)
Hello,
Does anyone know how to create a property to report the number of physical processors on a server? Unfortunately, “Number of Processors” takes into account dual/quad core and also HT, so # of physical procs is not accurate (usually reports # of “CPU’s”). I also tried “Physical Processor Count”, which works in Windows, but not Linux/Unix.
I was thinking worst case, I could create a new property that returns a value back based on value of another property. If anyone knows of a way to do this, that would be great as well.
i.e., for a new property value called “Actual Physical Processors”: if “server model property value” contains “HP Proliant DL380” then “2” else if “server model property value” contains “HP Proliant DL585” then “4”, etc. I’ve been searching to find some examples to do this but can’t find any yet.
Thanks!