Use below mentioned command to get top memory consuming processes" |
ps aux | head -1;ps aux --no-headers| sort -rn +3 | head |
Use below command to get top cpu consuming processes: |
ps aux | head -1;ps aux --no-headers | sort -rn +2 |more |
More Technical Help
Sunday, May 8, 2011
Track Top memory and CPU consuming process
Labels:
CPU,
Linux Commands,
Linux Tips,
Memory,
Server Tweaks
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment