1- ps -T <pid> ###pid表示进程号
或者ps -T -p <pid>
2- top -H -p <pid> ###pid表示进程号
3- 安装hop
参考:http://jingyan.baidu.com/article/380abd0a12d87b1d90192c06.html
4- 以树状形式显示进程及其线程
pstree -p |grep httpd