Linux top
top command: used to check the cpu, memory usage
Z: zombie
S: sleep
D: deep sleep
R: running
T: stopped
K: used to kill process
M: default the process is order by CPU usage. Use "M" to change to order by Memory usage
R: change privilege -20 ~ 19
Zombie process operation:
1. Kill the parent process, check the PPID;
2. Kill the terminal;
3. Restart server
Comments
Post a Comment