From: Lee <lee...@ho...> - 2010-11-30 22:03:34
|
With respect to your observations about the sigar api, these are actually due to modifications to cpuid in the nehalem processor, these are documented in: http://www.intel.com/assets/pdf/appnote/241618.pdf This requires sigar_cpu_core_count to be modified along the lines of sigar->lcpu = (id.ebx & 0x7E000000) >> 25 |