http://jira.hyperic.com/browse/HHQ-2241
Hi,
even if Solaris 11 is not supported yet, there are some user reports about wrong CPU count on Solaris 10. Please look at the screenshot for problem.
mpluhar@striker01:/opt/hyperic/hyperic-hq-agent-3.2.4$ kstat -m cpu_info
module: cpu_info instance: 0
name: cpu_info0 class: misc
brand AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
chip_id 0
clock_MHz 2400
clog_id 0
core_id 0
cpu_type i386
crtime 70,806330904
current_clock_Hz 2403021954
family 15
fpu_type i387 compatible
implementation x86 (AuthenticAMD 40FB2 family 15 model 75 step 2 clock 2400 MHz)
model 75
ncore_per_chip 1
ncpu_per_chip 1
pkg_core_id 0
snaptime 3942,972292701
state on-line
state_begin 1216703833
stepping 2
supported_frequencies_Hz 2403021954
vendor_id AuthenticAMD
mpluhar@striker01:/opt/hyperic/hyperic-hq-agent-3.2.4$ java -jar pdk/lib/sigar.jar cpuinfo
1 total CPUs..
Vendor........AMD
Model.........x86
Mhz...........2400
CPU 0.........
User Time.....0.0%
Sys Time......1.9%
Idle Time.....98.0%
Wait Time.....0.0%
Nice Time.....0.0%
Combined......1.9%
Totals........
User Time.....0.0%
Sys Time......3.8%
Idle Time.....96.1%
Wait Time.....0.0%
Nice Time.....0.0%
Combined......3.8%
Anonymous