1. top命令查看进程对应的物理CPU: 执行top后,按f,再选择j: P Last used cpu (SMP) ,再按回车回到top界面 2. ps命令查看: ps -eLo user,pid,ppid,psr,%cpu,cmd | awk '$4==6{print $0}' 其中,6为指定的物理CPU 相关文章: 2021-04-20 2021-11-23 2021-07-27 2021-07-17 2022-12-23 2021-11-29 2021-05-20 2022-12-23