sadm.magnus.pp.ru Заметки крошки-админа

19 August 2009

Как узнать какой установлен процессор на Intel Solaris?

Filed under: Компьютеры и интернет — Tags: — Magnus @ 18:10

Solaris 8

# /usr/sbin/psrinfo -v
Status of processor 0 as of: 08/19/09 19:02:35
  Processor has been on-line since 08/19/09 07:37:07.
  The i386 processor operates at 3333 MHz,
        and has an i387 compatible floating point processor.
Status of processor 1 as of: 08/19/09 19:02:35
  Processor has been on-line since 08/19/09 07:37:12.
  The i386 processor operates at 3333 MHz,
        and has an i387 compatible floating point processor.

Solaris 9

# /usr/sbin/i86/prtconf -v | grep CPU
                    value=' Intel(R) Xeon(TM) CPU 3.20GHz'
                    value=' Intel(R) Xeon(TM) CPU 3.20GHz'
                    value=' Intel(R) Xeon(TM) CPU 3.20GHz'
                    value=' Intel(R) Xeon(TM) CPU 3.20GHz'

Solaris 10

# prtdiag -vl
==== Processor Sockets ====================================

Version Location Tag
-------------------------------- --------------------------
Intel(R) Xeon(TM) CPU 3.06GHz CPU 1
Intel(R) Xeon(TM) CPU 3.06GHz CPU 2

Powered by WordPress