进程查看
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
以上是关于进程查看的主要内容,如果未能解决你的问题,请参考以下文章