码迷,mamicode.com
首页 > 系统相关 > 详细

linux 查看进程下进程的数量

时间:2017-03-02 16:44:25      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:height   分享   linu   pst   tree   roc   技术   chm   查看   

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

linux 查看进程下进程的数量

标签:height   分享   linu   pst   tree   roc   技术   chm   查看   

原文地址:http://www.cnblogs.com/shiyiwen/p/6490796.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!