Nov
12
Find Out The Top 10 Memory Consuming Process
# ps -auxf | sort -nr -k 4 | head -10
Find Out top 10 CPU Consuming Process
# ps -auxf | sort -nr -k 3 | head -10
No related posts.
Tags: debian, linux
Posted in GNU/Linux
Posted by Konstantinos Polychronis