首页 > 系统服务 > 详细

进程查看

时间:2018-06-26 23:01:12      阅读:255      评论:0      收藏:0      [点我收藏+]

#ps                 #process status

#ps -le            # process status with priority 

#pstree          #displays the number of process

#pstree -p      #display each user‘s PID

#pstree -pu

#top               #check system health, dynamic information

#w                 #check current login user

#jobs -l          #check backend running process

#vmstat         #monitor system resource

#dmesg | grep cup #check hardware status

#cat /proc/cupinfo

#time

#uname 

              -a      all infor

             -r          knele

             -s        check name

#lsb_release -a                     

#lsof lsof -c  service_name  # check which files are used by this service 

#lsof -u user_name             #check which  files are used by this user

进程查看

原文:https://www.cnblogs.com/ngtest/p/9231604.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!