In TOP, sort process by %CPU and include other useful metrics, while removing non essential ones
TOP is currently sorting processes by PID. Change it to sort by %CPU.
This means any processes currently taking the most CPU time will be at the top of the list.
Edited by agent_kith