Originally posted by: SystemAdmin
Hi all,
Is there any API to check number of SMT threads per core on AIX OS?
We can check number of SMT threads using:
% lsattr -El proc0
frequency 1498500000 Processor Speed False
smt_enabled true Processor SMT enabled False
smt_threads 2 Processor SMT threads False
state enable Processor state False
type PowerPC_POWER5 Processor type False
But I want to know is there any API interface available to get value of smt_enabled and smt_threads?
Thanks in advance,
BKP
#AIX-Forum