Hi.
I'm using Yocto to build my linux image for a i.MX6D (2 cores).
How do I check how much load is on each core.
When I run top, it only show the total load.
Is there a way to see how much load is on each core.
Thanks,
Niklas
Solved! Go to Solution.
try htop
it is more humane
I was considering to try this command, I haven't had any time to test it yet.
Hello,
You can simply type "1" when you are running top utility
to see per core CPU load.
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Victor.
I tried "1", but nothing happens.
Could it be that it only runs on one Core?
When I do a "more /proc/cpuInfo" I can see both cores.
Thanks,
Niklas
Hi Niklas
I think links below answer this
Load (computing) - Wikipedia, the free encyclopedia
How do I Find Out Linux CPU Utilization? - nixCraft
Best regards
chip
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------