I have a program running on Linux and I need to determine how it is utilizing all the CPUs/cores. Is there any program for viewing this information?
htop shows you the cpu usage of each core in a graphical manner (ncurses).
htop