进程查看

Posted ngtest

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了进程查看相关的知识,希望对你有一定的参考价值。

#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

以上是关于进程查看的主要内容,如果未能解决你的问题,请参考以下文章

linux查看进程挂掉怎么处理

mac查看端口、进程号、进程名的命令

进程查看,终止

linux 下查看进程用啥命令

怎么查看windows下的进程ID

pstree查看进程卡在哪里