Felix Schulte schrieb:
On 2/21/06, Ben Rockwood <[EMAIL PROTECTED]> wrote:
Ken wrote:

anyone have experience using solaris 10 with the amd 64 x2 processors? I am 
looking to build a rather cheap low end server. TIA

Yes. ;)

[EMAIL PROTECTED] ~$ psrinfo -vp
The physical processor has 2 virtual processors (0 1)
This is a bug. The chip has two physical processor cores and not two
threads per core.

Depends how you define "physical" and "virtual". psrinfo(1M) defines physical==socket.

psrinfo just reads the kstat module "cpu_info" and groups the ones with the same chip_id together:

% kstat -m cpu_info
module: cpu_info                        instance: 0
name:   cpu_info0                       class:    misc
brand AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
        chip_id                         0
        clock_MHz                       2210
        cpu_type                        i386
        crtime                          72.254744111
        fpu_type                        i387 compatible
implementation x86 (chipid 0x0 AuthenticAMD family 15 model 3 step 2 clock 2210 MHz)
        snaptime                        1900512.88014802
        state                           on-line
        state_begin                     1138644735

module: cpu_info                        instance: 1
name:   cpu_info1                       class:    misc
brand AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
        chip_id                         0
        clock_MHz                       2210
        cpu_type                        i386
        crtime                          75.192392263
        fpu_type                        i387 compatible
implementation x86 (chipid 0x0 AuthenticAMD family 15 model 3 step 2 clock 2210 MHz)
        snaptime                        1900512.88059098
        state                           on-line
        state_begin                     1138644740

% psrinfo -vp
Der physische Prozessor verfügt über 2 virtuelle Prozessoren (0, 1)
  x86 (chipid 0x0 AuthenticAMD family 15 model 3 step 2 clock 2210 MHz)
        AMD Athlon(tm) 64 X2 Dual Core Processor 4400+


Daniel
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to