I am using the Dietpi OS in the Odroid xu4 with the cloudshell and a HDD with ext4.
Using top, there was a process name spil, and was using about 2-5% of the CPU.
top - 20:45:03 up 22:55, 2 users, load average: 0,12, 0,17, 0,21
Tasks: 137 total, 1 running, 136 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0,5 us, 1,7 sy, 0,0 ni, 97,6 id, 0,0 wa, 0,0 hi, 0,1 si, 0,0 st
KiB Mem: 2038632 total, 393500 used, 1645132 free, 15876 buffers
KiB Swap: 102376 total, 0 used, 102376 free. 147964 cached Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
13768 root 20 0 4556 1256 856 R 5,3 0,1 0:00.59 top
243 root 20 0 0 0 0 S 2,8 0,0 36:57.70 spi1
13770 root 20 0 3372 748 620 S 2,5 0,0 0:00.08 agetty
12367 www-data 20 0 13724 9204 572 S 1,9 0,5 0:05.68 dnsmasq
1 root 20 0 4980 2932 1480 S 1,6 0,1 19:52.39 systemd
Tried to identify it with lsof:
# lsof -p 243
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
spi1 243 root cwd DIR 179,2 1024 2 /
spi1 243 root rtd DIR 179,2 1024 2 /
spi1 243 root txt unknown /proc/243/exe
Looks like some sort of program started on init, maybe a subprocess of systemd.
So, It’s not a problem really, I am just trying to find what it does.