Hi All. I'm not sure if the is the right mail list to post this.
I have a Solaris 10 box with 8 UltraSPARC iV 2 way threads. And kstat and psrinfo provide differnet information about core. Seems the "core_id" get from kstat is incorrect. Is this a bug of kstat? Thanks for your help in advance. # psrinfo -pv The physical processor has 2 virtual processors (0 512) UltraSPARC-IV (portid 0 impl 0x18 ver 0x23 clock 1200 MHz) The physical processor has 2 virtual processors (1 513) UltraSPARC-IV (portid 1 impl 0x18 ver 0x23 clock 1200 MHz) The physical processor has 2 virtual processors (2 514) UltraSPARC-IV (portid 2 impl 0x18 ver 0x23 clock 1200 MHz) The physical processor has 2 virtual processors (3 515) UltraSPARC-IV (portid 3 impl 0x18 ver 0x23 clock 1200 MHz) The physical processor has 2 virtual processors (8 520) UltraSPARC-IV (portid 8 impl 0x18 ver 0x23 clock 1200 MHz) The physical processor has 2 virtual processors (9 521) UltraSPARC-IV (portid 9 impl 0x18 ver 0x23 clock 1200 MHz) The physical processor has 2 virtual processors (10 522) UltraSPARC-IV (portid 10 impl 0x18 ver 0x23 clock 1200 MHz) The physical processor has 2 virtual processors (11 523) UltraSPARC-IV (portid 11 impl 0x18 ver 0x23 clock 1200 MHz) chip_id and core_id get from kstat: chip_id: 0, core_id: 0 chip_id: 1, core_id: 1 chip_id: 2, core_id: 2 chip_id: 3, core_id: 3 chip_id: 8, core_id: 8 chip_id: 9, core_id: 9 chip_id: 10, core_id: 10 chip_id: 11, core_id: 11 chip_id: 0, core_id: 512 chip_id: 1, core_id: 513 chip_id: 2, core_id: 514 chip_id: 3, core_id: 515 chip_id: 8, core_id: 520 chip_id: 9, core_id: 521 chip_id: 10, core_id: 522 chip_id: 11, core_id: 523
_______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org