Linux – Top 10 CPU-hungry apps
If you want to find out which applications you run eat the most of your CPU, run the command below: ps -eo pcpu,pid,args | sort -k 1 -r | head -10 This will display a top 10 list of those processes, starting with the hungriest at the top.