1.pstree -p 14686(PID)

 获取到nginx的四个子进程(或 ps -ef |grep nginx)

2. cat /proc/15178(PID)/status

threads即为线程数:


方法二:

ps -eL -o pid,%cpu,lwp|grep -i pid