正文Linux下查看某进程相关进程IP云V管理员/2022-09-29/4 阅读 09/29提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示1-ps -T <pid> ###pid表示进程号或者ps -T -p <pid>2- top -H -p <pid> ###pid表示进程号3- 安装hop参考:http://jingyan.baidu.com/article/380abd0a12d87b1d90192c06.html4- 以树状形式显示进程及其线程pstree -p |grep httpd