Cores on a processor


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Cores on a processor
# 1  
Old 05-10-2007
Cores on a processor

Hi All,

What is the command to identify whether a processor is single core / dual core in solaris ?

Thanks.
# 2  
Old 05-10-2007
psrinfo -p will show you the number of physical processors in the box.

Then you can use psrinfo -v (verbose) to work out how many virtual processors you have.

Cheers
ZB
# 3  
Old 05-11-2007
This is powerfull when you want to separate the load, the jobs, etc, see "man psradm"
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

CPU and Cores information

Hi all. I have a question about linux command to find number of CPU and Core. I usually use the command dmidecode -t processor to find cpu and core numbers . On this machine with Red Hat 4. 0 when I try to insert the command is returned the error -bash: dmidecode: command not found I try to... (8 Replies)
Discussion started by: piccolinomax
8 Replies

2. Solaris

CPU/processor/cores in M4000

Hi Gurus Can someone help me in explaining the below outputs . psrinfo -p 4 /usr/sbin/psrinfo -pv The physical processor has 4 virtual processors (0-3) SPARC64-VI (portid 1024 impl 0x6 ver 0x93 clock 2150 MHz) The physical processor has 4 virtual processors (8-11) SPARC64-VI... (3 Replies)
Discussion started by: ningy
3 Replies

3. Programming

Set Processor Affinity to group of cores

Hi on multi-core system - I know I can set each process to run on specific core (Processor Affinity). If I want to set process (which contains several threads) to run on group of core, how can I do it ? For example: If we have 8 core, and two process each process contain 4 threads. And I... (2 Replies)
Discussion started by: laro1983
2 Replies

4. AIX

Finding No of Cores

Hi, I would like to know how to find out physical cpu ? wheather it is Single Physical CPU with dual core? or it is Single physical CPU. wheather any single command is available which will show no of physical CPU? I have run the command prtconf. it is showing 2 Processors. but wheather... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

5. Red Hat

Lost CPU CORES

Hey all, dmidecode | grep -i CPU Socket Designation: CPU 0 Version: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz Socket Designation: CPU 1 Version: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz cat /proc/cpuinfo | grep -i cpu cpu family : 6... (24 Replies)
Discussion started by: rmokros
24 Replies

6. Red Hat

Ask about rhel cluster with many cores.

Hi everyone! I plan to build a cluster. Anyone help me some problem: 1. How many node can rhel support in a cluster system? 2. How many processor or core can rhel support in single node? 3. How many processor or core in a node and system give the maximum benefit. Sorry if my question is silly.... (0 Replies)
Discussion started by: leminh
0 Replies

7. Solaris

Find no: of procssors / cores ?

HI, On solaris 8, how to find number of physical processors? how to find number of cores per processor? how to find processor type - single/dual/quad core type? Thank in advance. Cheers. (1 Reply)
Discussion started by: libin4u2000
1 Replies

8. AIX

Processor and processor core

Guys... Hows it going??? I have been going through the hardware spec of IBM system p systems.. and here i am confused for IBM Power 520 Express it says Processor cores: One, two or four 64-bit 4.2 GHz POWER6 with AltiVec™ SIMD and Hardware Decimal Floating-Point acceleration ... (1 Reply)
Discussion started by: balaji_prk
1 Replies

9. AIX

LPAR processor/virtual processor settings

Question is on setting of Physical and Virtual processors for LPARs to make proper use of virtualization capabilities. Environment is a 8-way p570 with 4 LPARs. lparVIO1 and lparVIO2: AIX 5300-04-01 Mode/Type= Shared-SMT/Capped Minimum Processors= 0.10 Desired Processors= 0.50 Maximum... (1 Reply)
Discussion started by: guttew
1 Replies
Login or Register to Ask a Question