To see what processes (aka, what’s taking up all of your CPUs) are running on your computer, use top.

different process IDs and general
information for all running tasks
Use of `top` to show different processes.

The way to exit top is by hitting q. To the very left is the process ID (PID). That number can be used to kill processes with kill.