Search code examples
linuxcpu-cores

Find out the number of CPU cores used by a linux job


How can I find out how many CPU cores is a job running on a Linux system using? Is it somehow through the top command?


Solution

  • you can use ps -aF or I am guessing you are referring to htop which is a graphical tool.