DevOps

Thursday, 7 October 2010

PS

ps --The user’s currently running processes
ps -f --Full listing of the user’s currently running processes
ps -ef --Full listing of all processes, except kernel processes
ps -A --All processes including kernel processes
ps -Kf --Full listing of kernel processes
ps auxw --Wide listing sorted by percentage of CPU usage, %CPU

No comments:

Post a Comment