view multi-core or mlti-cpu utlization on linux

后端 未结 5 1566
耶瑟儿~
耶瑟儿~ 2021-01-31 02:35

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?

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-31 03:14

    Run the 'top' command and press '1' to see the individual core is the best way to see the cpu cores usage .. another option is run cmd- cat /proc/stat to see the cpu cores usage

提交回复
热议问题