number of cpu's


 
Thread Tools Search this Thread
Operating Systems Solaris number of cpu's
# 1  
Old 06-08-2006
number of cpu's

How can I tell how many cpu's are on a solaris 9 sunfire?
# 2  
Old 06-08-2006
this will give you the details for all the processors

psrinfo -v
# 3  
Old 06-12-2006
Another way to have a look at your hardware is the tool "prtdiag" with the "-v" command switch to display even more information about the server.

To have a server type specific prtdiag you can run :

/platform/`uname -i`/sbin/prtdiag -v

But normally a simple "prtdiag -v" should do the job :

Below is some sample output from some of my "play-around" servers :


# prtdiag -v
System Configuration: Sun Microsystems sun4u 5-slot Sun Enterprise E3500
System clock frequency: 100 MHz
Memory size: 2048Mb

========================= CPUs =========================

Run Ecache CPU CPU
Brd CPU Module MHz MB Impl. Mask
--- --- ------- ----- ------ ------ ----
7 14 0 400 8.0 US-II 10.0
7 15 1 400 8.0 US-II 10.0
9 18 0 400 8.0 US-II 10.0
9 19 1 400 8.0 US-II 10.0

# prtdiag -v
System Configuration: Sun Microsystems sun4u 8-slot Sun Enterprise E4500/E5500
System clock frequency: 100 MHz
Memory size: 3072Mb

========================= CPUs =========================

Run Ecache CPU CPU
Brd CPU Module MHz MB Impl. Mask
--- --- ------- ----- ------ ------ ----
0 0 0 400 8.0 US-II 10.0
0 1 1 400 8.0 US-II 10.0


Greets
# 4  
Old 06-12-2006
Quote:
Originally Posted by dbasan
this will give you the details for all the processors

psrinfo -v
Solaris 9 (possibly in a patch) added the -p option to psrinfo to distinguish between physical processors and cores. UltraSPARC IV and IV+ CPU's have two cores per processor - psrinfo and psrinfo -v will display each core as a processor, possibly leading to confusion. psrinfo -vp will help clear this up.

Things get really confusing when you have a T2000 or T1000 (Solaris 10 and later only...) with one CPU that has 8 cores with 4 cores per thread. psrinfo will tell you that this little 1U or 2U box has 32 processors. psrinfo -vp will help you figure out how many CPU sockets are in use and how the cores/threads (strands) map to the physical processor.

Rumor (http://www.theregister.co.uk/2006/04/13/sun_refresh/) has it that the next generation will confuse this a bit more as you need to look at multiple (2?, 4?, more?) sockets, each sporting 64 threads. Time to beef up the scrollback buffer of your terminal if you want to look at all the output of psrinfo -v. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Number of CPU & Number of Core

root:/> # lscfg -vp|grep -c -E 'proc.*Processor' 8 root:/> # lscfg -vpl sysplanar0 | grep -i way 8 WAY PROC CUOD : 8 WAY PROC CUOD : 8 WAY PROC CUOD : 8 WAY PROC CUOD : 8 WAY PROC CUOD : 8 WAY PROC CUOD : I have this output and need to know how... (3 Replies)
Discussion started by: Daniel Gate
3 Replies

2. Shell Programming and Scripting

Number of CPU'S in UNIX box

Hi, How to find number of CPU'S in unix box. And usage of the total no of CPU'S. (7 Replies)
Discussion started by: sam1226
7 Replies

3. HP-UX

How to find number of CPU in system

$ uname -a HP-UX chd007d B.11.23 U 9000/800 3154283600 unlimited-user license Thanks (7 Replies)
Discussion started by: Maddy123
7 Replies

4. Red Hat

Number of CPU in LINUX server

I want to find number of CPU and number NIC card in Linux server. I have below content in /proc/cpuinfo. I have from processor 0 - 15. It means, i have 15 similar entries in that file. How many CPU we have on this server? also how do find how many NIC card on this? processor : 0... (5 Replies)
Discussion started by: govindts
5 Replies

5. Red Hat

Number of CPU in linux server

I am using linux server.. how do i see number of CPU's in the server? TOP command is not providing result.. Any help is highly appreciated. (8 Replies)
Discussion started by: govindts
8 Replies

6. Solaris

Number of CPU

Hi Experts, with the help of which command we can see the Number of cpu in a solaris solaris5.10.Also how we know the total disk & free disk space size in this system. Kind regards ---------- Post updated at 12:25 PM ---------- Previous update was at 12:25 PM ---------- Command... (10 Replies)
Discussion started by: rafiassam
10 Replies

7. UNIX for Dummies Questions & Answers

Display just CPU run queue number (Nothing Else)

Im using the vmstat command to display the CPU run queue, but i want to put that into a program so is there a way to just display the number under the r? Thanks, (1 Reply)
Discussion started by: RAFC_99
1 Replies

8. Solaris

[help] how to get serial number of cpu or other hardware

hi experts, hi all, need help, how to get serial number of cpu or other hardware using command? does anybody know using what syntax? thank you wu (8 Replies)
Discussion started by: bucci
8 Replies

9. Solaris

CPU Usage to Number of CPUs - relationship

I have an E15K running at 60% CPU usage on 16 CPUs. I need to get rid of 6 CPUs, which is 38%. Does that mean my CPU usage will go up to 98%? I suspect the relationship between CPU numbers and usage is a bit more complicated. Can anyone give me any guidance on this please? TIA (0 Replies)
Discussion started by: disturbed_uk
0 Replies

10. UNIX for Advanced & Expert Users

CPU Part Number from the command line (Solaris 8)

How Could I get the CPU Part Number from the Solaris command prompt? (Solaris 8 E4500 Server) Thanks in advance. Hugo (2 Replies)
Discussion started by: hugo_perez
2 Replies
Login or Register to Ask a Question