View Single Post

   
  #1 (permalink)  
Old 01-05-2008, 08:31 AM
ananth.kandukuri@gmail.com
 
Posts: n/a
Default Determining physical processors on SMT driven architectures

Hi,
Is there programatical any way of caliculating physical CPUs on IBM
SMT driven archtitural machines.

I am aware of commands of sort "lsdev -C -c processor" and "smtctl".
But is there any API to do same thing. I saw "processor_info" strucutre
in "/usr/include/sys/iplcb.h" contains information i am looking for. Is
there a way to access this.

Linux on IntelHT, stores this info in "/proc/cpuinfo" file. Similarly
AIX stores this info in "/dev/pmem" file. In KDB, "ipl" subcommand
actually parses file "/dev/pmem" to access "processor_info" strctures.
Can i simulate these KDB commands in a programatical fashion.

Atleast, are there "CPUID" sort of assembly instructions in AIX, so
that i can probe for actual number of CPUs.

Any help is appreciated.

Thanks
-Ananth

Reply With Quote