- To get number of physical processors
- psrinfo -p
- To get info about all virtual processors (number of cores * number of threads per core * no of physical processor)
- psrinfo
- To get number of virtual processor per physical processor
- psrinfo -pv
- To get number of cores per physical processor
- # kstat cpu_info|grep core_id|uniq | wc -l
- To get the number of threads per physical processor
- Divide output of 3/output of 4
- To disable range of CPUS
- psradm -f 20-63
- To enable range of CPUS
- psradm -n 20-63
No comments:
Post a Comment