1834146 Members
2221 Online
110064 Solutions
New Discussion

cpu query

 
Shah Gaurang B.
Frequent Advisor

cpu query

Hi Friends,


Is there a way to query from the OS whether the system is using single or dual core cpu's for PA-RISC of Itanium.

Regards
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: cpu query

Hi,

Try,

# /usr/contrib/bin/machinfo
CPU info:
2 Intel(R) Itanium 2 9000 series processors (1.59 GHz, 18 MB)
532 MT/s bus, CPU version C2
--> 4 logical processors (2 per socket)
Regards,
Robert-Jan
Robert-Jan Goossens
Honored Contributor

Re: cpu query

and the info from a PA-Risc system

# /usr/contrib/bin/machinfo
CPU info:
1 PA-RISC 8800 processor (800 MHz, 64 MB)
CPU version 5
---> 2 logical processors (2 per socket)
Shah Gaurang B.
Frequent Advisor

Re: cpu query

Hi,

By applying command machinfo I got following output . In that I am not finding any informatio about cpu/core/socket.. Here is the output

CPU info:
Number of CPUs = 10
Clock speed = 1598 MHz
Bus speed = 533 MT/s
CPUID registers
vendor information = "GenuineIntel"
processor serial number = 0x0000000000000000
processor version info = 0x0000000020000704
architecture revision: 0
processor family: 32 Intel(R) Itanium 2 9000 series
processor model: 0 Intel(R) Itanium 2 9000 series
processor revision: 7 Stepping C2
largest CPUID reg: 4
processor capabilities = 0x0000000000000005
implements long branch: 1
implements 16-byte atomic operations: 1
Bus features
implemented = 0xbdf0000020000000
selected = 0x0020000000000000
Exclusive Bus Cache Line Replacement Enabled

Cache info (per core):
L1 Instruction: size = 16 KB, associativity = 4
L1 Data: size = 16 KB, associativity = 4
L2 Instruction: size = 1024 KB, associativity = 8
L2 Data: size = 256 KB, associativity = 8
L3 Unified: size = 9216 KB, associativity = 9

Memory = 36730 MB (35.869141 GB)

Firmware info:
Firmware revision = 7.044
FP SWA driver revision: 1.18
IPMI is supported on this system.
BMC version: 2.5

Platform info:
model string = "ia64 hp server rx8640"
machine id number = e1c3ee25-dd71-11db-9191-78798bcbe858
machine serial number = DEH4708CY5

OS info:
sysname = HP-UX
nodename = hpx199
release = B.11.23
version = U (unlimited-user license)
machine = ia64
idnumber = 3787714085
vmunix _release_version:
@(#) $Revision: vmunix: B11.23_LR FLAVOR=perf Fri Aug 29 22:35:38 PDT 2003 $
Torsten.
Acclaimed Contributor

Re: cpu query

The type of the CPUs is

processor family: 32 Intel(R) Itanium 2 9000 series

aka Montecito. This is a dual core CPU.
(according to this it must be dual core too, because of 18MB L3 cache):

http://h20341.www2.hp.com/integrity/cache/342145-0-0-0-121.html
Dual-core 1.6 GHz with 18 MB L3 cache

You can also check against
parstatus command.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!