Another Tips4Linux command, this time to list in order of priority what processes are using your cpu. The command is:

ps -eo pcpu,pid,user,args | sort -r -k1 | more