blacki2 got a reaction from
Will Santana in ODROID-XU4 half the cores idle
May 23, 2022
Hi,
I could not reproduce this behavior on my ODROID-XU4 with current Armbian (Armbian 22.02.1 Bullseye) :
top - 14:41:54 up 1:22, 2 users, load average: 3,15, 0,77, 0,26
Tasks: 138 total, 9 running, 129 sleeping, 0 stopped, 0 zombie
%CPU0 : 19,5 us, 79,8 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,7 hi, 0,0 si, 0,0 st %CPU1 : 24,1 us, 75,2 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,7 hi, 0,0 si, 0,0 st
%CPU2 : 16,5 us, 82,8 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,7 hi, 0,0 si, 0,0 st %CPU3 : 18,5 us, 81,1 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,3 hi, 0,0 si, 0,0 st
%CPU4 : 32,5 us, 66,9 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,7 hi, 0,0 si, 0,0 st %CPU5 : 33,4 us, 65,6 sy, 0,0 ni, 0,0 id, 0,0 wa, 1,0 hi, 0,0 si, 0,0 st
%CPU6 : 35,1 us, 63,9 sy, 0,0 ni, 0,0 id, 0,0 wa, 1,0 hi, 0,0 si, 0,0 st %CPU7 : 36,8 us, 62,3 sy, 0,0 ni, 0,0 id, 0,0 wa, 1,0 hi, 0,0 si, 0,0 st
MiB Spch: 1990,5 total, 1496,8 free, 130,3 used, 363,3 buff/cache
MiB Swap: 995,2 total, 995,2 free, 0,0 used. 1792,8 avail Spch
xxx@odroidxu4:~$ uname -a
Linux odroidxu4 5.4.181-odroidxu4 #22.02.1 SMP PREEMPT Sun Feb 27 08:55:42 UTC 2022 armv7l GNU/Linux
I guess your application does not have multiple threads so it does not occupy all cores at once?