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.