cpu and core


 
Thread Tools Search this Thread
Operating Systems AIX cpu and core
# 1  
Old 10-21-2008
Question cpu and core

Hi,

what is concept of core in ibm platform?

I want to know how to find out no of core in cpu in aix i.e command

how to find out value of core?

Wheather any specification is there?
# 2  
Old 10-22-2008
Concept: IBM POWER - Wikipedia, the free encyclopedia
Also search the IBM pages for whitepapers on CPU, CORE, POWER.

Info about your CPUs can be optained by
Code:
sar -P ALL 1 1
lparstat

A command for displaying number of cores per CPU does not exist afaik. You have to look this up based on the kind of CPU you are using, power5+ for example etc.
Some info can also be obtained in the 1st lines of lsconf/prtconf.
Also man pages on "lparstat" can be helpful.
After this, reading about SMT (Symetric Multi Threading) will also help.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Assigning cpu/core to globalzone

hi all, I am running SPARC server + solaris 10. (no LDOMs) Due to change of setup and application licensing cost, I need to cap my core/cpu utilization in my globalzone. Right now, I have 1x6 cores in my server, how do I change it to utilized 4 cores instead ? By using... (2 Replies)
Discussion started by: javanoob
2 Replies

2. Red Hat

No of CPU's and No of Core

I would like to understand how many number of CPUs and cores do I have on my server based on following out put.. Few observations... Please correct me if I am wrong Since Physical ID is same CPU is singe It has 8 virtual processors Hyper thrading is enabled since no of siblings are... (1 Reply)
Discussion started by: parth_buch
1 Replies

3. UNIX for Dummies Questions & Answers

How to monitor per core CPU utilization?

I can use top to see the overall cpu utilization in the system but i m using a system with 24 cores .How would i monitor each core utilization ? The system is used as Oracle VM Server for Virtualization. My distribution details. # lsb_release -a LSB Version: ... (8 Replies)
Discussion started by: pinga123
8 Replies

4. Solaris

Share CPU core

Hi, I have 2 physical processor UltraSPARC-T2 with 32 virtual processors I want to execute a perl program on 10 virtual processors. I try prset command, but I don't see a difference. psrset -c "created processor set 2" 1 2 3 4 5 6 7 8 9 10" psrset -b 2 `pgrep program.pl` Maybe... (8 Replies)
Discussion started by: falloutsam
8 Replies

5. AIX

What is a cpu core ?

Hi Friends- What does it mean by 2 cpu cores, 3 cpu cores? Does it mean 2 separate cpus or what is it exactly ? Kindly explain a bit in detail. Thanks panditt (4 Replies)
Discussion started by: deshaipet
4 Replies

6. Solaris

Restricting CPU Core Access

Hi all. I've had a quick look around but cant see anything exactly matching my requirements. I have a new T2000 running S10. Im looking to restrict the no. cores that a S10 non-global zone can use to 1 only. The box is single CPU but 8core. I want to do this to save on some software... (4 Replies)
Discussion started by: boneyard
4 Replies

7. UNIX for Advanced & Expert Users

Distinguishing between CPU and Core

Hi, I want to know if in UNIX is it possible to distinguish between a CPU and a core through any command? Thanks, Vineet (1 Reply)
Discussion started by: vineetd
1 Replies

8. UNIX for Advanced & Expert Users

How maney CPU and core?

Hi, Is it a command that show's how many CPU and Core the solaris server have? Tnx (2 Replies)
Discussion started by: mehrdad68
2 Replies

9. AIX

no of core in cpu for aix

is there command which will display no of core per cpu in aix? Regads, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies
Login or Register to Ask a Question