how can i know how many cpus i have?


 
Thread Tools Search this Thread
Operating Systems Solaris how can i know how many cpus i have?
# 1  
Old 06-05-2006
how can i know how many cpus i have?

installed in my mechine?
or any info about the configuretion of the cpus?
thanks
# 2  
Old 06-05-2006
if u are using any unix machine just do "glance -c"

it will give number of Active CPU's .

But i just wanna know that how to know the Processing power of each CPU ?

Can any one help .. ??
# 3  
Old 06-05-2006
not vaild command glance -c on my sunos

there is psrinfo -v
is there any more commands to get more info?
# 4  
Old 06-05-2006
You can always use prtdiag

System Configuration: Sun Microsystems sun4u Netra t1 (UltraSPARC-IIi 440MHz)
System clock frequency: 110 MHz
Memory size: 512 Megabytes

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

Run Ecache CPU CPU
Brd CPU Module MHz MB Impl. Mask
--- --- ------- ----- ------ ------ ----
0 0 0 440 2.0 12 9.1


========================= IO Cards =========================

Bus# Freq
Brd Type MHz Slot Name Model
--- ---- ---- ---- -------------------------------- ----------------------
0 PCI-1 33 1 ebus
0 PCI-1 33 1 network-SUNW,hme
0 PCI-1 33 2 scsi-glm Symbios,53C875
0 PCI-1 33 3 network-SUNW,hme
0 PCI-2 33 1 pci-pci1011,22


No failures found in System
===========================
# 5  
Old 06-05-2006
As you mentioned glance, i guess you are using HP-UX machine, please take a look at
http://unix.com/showthread.php?t=27999

Quote:
Originally Posted by newbie07
if u are using any unix machine just do "glance -c"

it will give number of Active CPU's .

But i just wanna know that how to know the Processing power of each CPU ?

Can any one help .. ??
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Calculating number of CPUs in Solaris-8

Hello, I have few old V210/V240, running Solaris-8. I am trying to find, number of physical CPUs, number of cores and number of virtual processors. psrinfo is giving me confusing status. It looks like, there are 2 physical CPUs, but psrinfo -p shows me just 1 bash-2.03$ psrinfo -v Status of... (4 Replies)
Discussion started by: ron323232
4 Replies

2. AIX

Calculate needed CPUs

Hello If a process on a AIX system uses 0.3 CPU's, how many cpu's are needed for 100 Systems? Regards, Patrick (3 Replies)
Discussion started by: PatMis81
3 Replies

3. UNIX and Linux Applications

Looking to reduce the number a cpus available for SGE

Hey all Im looking to reduce the number of cpus available on a certain node in our cluster available for jobs using SGE. i.e. we have one node that has 24 cpus available for jobs on SGE, i would like to reduce that to 16. Thanks (1 Reply)
Discussion started by: olifu02
1 Replies

4. UNIX for Advanced & Expert Users

cpus for especific users

hi, how can asignate in a multicore processor a number of core for especific users ? many thanks. (3 Replies)
Discussion started by: pixelmuerto
3 Replies

5. UNIX for Dummies Questions & Answers

Interpreting prtdiag output - 2 or 4 CPUs?

I am having trouble figuring this one out.....Is this a 2CPU or a 4CPU v490 with 16GB? I think it is a 2CPU system, looking for confirmation. $ prtdiag System Configuration: Sun Microsystems sun4u Sun Fire V490 System clock frequency: 150 MHz Memory size: 16384 Megabytes ... (1 Reply)
Discussion started by: config_boy
1 Replies

6. UNIX for Dummies Questions & Answers

uptime, load average, and # cpus

I was told that there is a correspondance between the number of cpus, the load averages, and when the cpus reach 100% capacity. I have 4 cpus and said that once the numbers hit 4.00, my CPUs are 100% at capacity. load average: 0.08, 0.09, 0.11 Is that correct? Thank you (7 Replies)
Discussion started by: csross
7 Replies

7. UNIX for Advanced & Expert Users

What Are the Differences Between Itanium and x86_64 CPUs?

This is definitely a "stupid" question, but I can't think of anywhere else to ask it, so here goes. My knowledge of CPU history on big iron machines starts with the last DEC Alphas, a short stint with Sun servers, PA-RISC and Itanium, Intel 486s on the desktop before that, and Motorola 68000 CPUs... (4 Replies)
Discussion started by: deckard
4 Replies

8. AIX

CPUs information on IBM AIX 4.3

Hi, I would like to know how can i get information like %user %kernel %idle etc for each cpu. Getting the infomation for the complete system cpu usage is given below but can you help me in getting each cpu information from cpu 0 to cpu n-1. Is there any kernel symbol for that and if there is how... (0 Replies)
Discussion started by: uiqbal
0 Replies

9. Solaris

Multiple CPUs

I have a Sun server with 4 CPUs. How can I verify if all 4 are being used? When I use top, it doesn't seem to break it down into 4 cpus, should it? example: load averages: 1.14, 1.06, 0.88; up 27+03:16:09 14:39:30 148 processes: 145 sleeping, 1 running, 2 on cpu... (3 Replies)
Discussion started by: FredSmith
3 Replies

10. HP-UX

How Many CPUs? (Itanium)

I've got a dual CPU Itanium server that we use for hosting our Oracle database. It's been up and running fine for quite some time. So well, in fact, that I haven't even looked at 'top' in a while. Recently I needed to look at 'top' and I only see one CPU listed now. CPU0. Is there any other... (5 Replies)
Discussion started by: deckard
5 Replies
Login or Register to Ask a Question