Sponsored Content
Full Discussion: no of core in cpu for aix
Operating Systems AIX no of core in cpu for aix Post 302269744 by manoj.solaris on Thursday 18th of December 2008 12:58:40 PM
Old 12-18-2008
Question no of core in cpu for aix

is there command which will display no of core per cpu in aix?

Regads,

Manoj
 

9 More Discussions You Might Find Interesting

1. AIX

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? (1 Reply)
Discussion started by: manoj.solaris
1 Replies

2. 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

3. 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

4. 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

5. 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

6. 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

7. Shell Programming and Scripting

Core and cpu information of HP-UX machine

Hi All, i am trying to retrive below information from any hp-ux machine (physical & virtual both): 1.Processor Total Count: 2.Processor Core Count: 3.Processor type: 4.number of physical processors: 5 number of virtual processors: i am trying to use command 'print_manifest' as... (0 Replies)
Discussion started by: omkar.jadhav
0 Replies

8. AIX

AIX core,cpu and application list

Hi All , I am trying to pull out below things from AIX machine (any type) 1. number of physical processor 2. number of logical processsors 3. Total number of processors (physical plus logical) 4. total number of cores 5. list of installed applications with versions and vendor name ... (1 Reply)
Discussion started by: omkar.jadhav
1 Replies

9. 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
oarprint(1)							   OAR commands 						       oarprint(1)

NAME
oarprint - pretty print of a job resources SYNOPSIS
oarprint [options] <key property name> DESCRIPTION
Print a sorted output of the resources of a job with regard to a key property, with a customisable format. OPTION
-f, --file Input file, default is $OAR_RESOURCE_PROPERTIES_FILE (available within a job). See the EXAMPLES section below for more details. -P, --properties Property to display separated by commas, default: key property. -F,--format Customised output format, default: "%" . -T, --token Substitution token to replace in the format string, default: % . -C, --comma Separator to use when displaying lists, default: , . -l, --list List available properties and exit. -h, --help Show help usage. EXAMPLES
On the job connection node (where $OAR_RESOURCE_PROPERTIES_FILE is defined): oarprint host -P host,cpu,core -F "host: % cpu: % core: %" -C+ On the submission frontend: oarstat -j 42 -p | oarprint core -P host,cpuset,mem -F "%[%] (%)" -f - SEE ALSO
oarstat(1), oarnodes(1), oarsub(1), oardel(1), oarhold(1), oarresume(1) COPYRIGHTS
Copyright 2008 Laboratoire d'Informatique de Grenoble (http://www.liglab.fr). This software is licensed under the GNU Library General Public License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. oarprint 2012-05-23 oarprint(1)
All times are GMT -4. The time now is 10:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy