How to See the All CPUs load in IMX8M Mini on Console

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to See the All CPUs load in IMX8M Mini on Console

801 Views
sreedhar_appala
Contributor IV

Hi,

We are working with IMX8M Mini EVK target. Our program utilises all CPUs.

We would like to see the load of all CPUs on console. 

I guess top command gives the all CPU load usage as single cpu. correct me if i am wrong.

by pressing 1 after running the top command, I could see the load of 2 cpus. remaining 2 + 1 Micro Processsor details.

Could you please suggest the command/tool any available to check.

Thank you, Sreedhar

0 Kudos
2 Replies

718 Views
b36401
NXP Employee
NXP Employee

You can use "top" Linux utility to see CPU load.

Using this utility you can toggle irix mode on/off by typing "I" interactively in "top".
When irix mode is off the CPU usage is divided by the number of cores. When it in on you see all the sum.
I mean in case of full CPU utilization you can see 100% or 400% for 4 cores.

718 Views
sreedhar_appala
Contributor IV

Thank you Victor Linnik

0 Kudos