Reading my RSS I came across this interesting tip that will show us the 10 processes that consume the most in our system. We open a terminal and put: ps aux --width 30 --sort -rss | head And we will have as a result something like this: