如何查看系统从启动以来共创建了多少进程?
原帖由 strongzgy 于 2006-9-7 20:37 发表thanks ,I know how to find it , just see /proc/stat ,the statistic is there
>>>>>>agree>>>>
cd /proccat stat
thanks ,I know how to find it , just see /proc/stat ,the statistic is there
谢谢,可是:ps -e f显示的是当前系统的有些什么进程,而不是系统自启动以来所创建的进程总数
ps -e f
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(5)
>>
>>
>>agree
>>
>>
cd /proc
cat stat
thanks ,I know how to find it , just see /proc/stat ,the statistic is there
谢谢,可是:
ps -e f显示的是当前系统的有些什么进程,而不是系统自启动以来所创建的进程总数
ps -e f