ps aux --sort=-%cpu | head -15

Category: VPS Management

ps aux --sort=-%cpu | head -15

Show the 15 processes consuming the most CPU

Sorts processes by CPU usage descending. Use this during high CPU situations to identify the offending process before taking action.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.