方式一:

cat /proc/[pid]/status

展示结果中,Threads后边对应的数字就是进程拥有的线程数量

方式二:

ps hH p |wc -l
05-06 07:36