view multi-core or mlti-cpu utlization on linux
问题 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? 回答1: When runnging the top command, press f then j to display the P column (last CPU used by process), in addition to the 1 command in top, you should view some multi core occupation informations :) 回答2: Run the ' top ' command and press ' 1 ' to see the individual cores. 回答3: htop shows you the cpu usage of each core in a graphical manner