Skip to main content
2 of 6
add strace result

Linux commands takes seconds to finish

I'm on an ARM board running Linux.

root@hobot:~# uname -a Linux hobot 6.1.94-rt33 #1 SMP PREEMPT_RT Fri Nov 8 15:11:35 CST 2024 aarch64 GNU/Linux 

I don't know what happend with my OS today, I just suddenly found out that shell commands takes too long to finish. but everything was fine a little while ago.

like: enter image description here

As you can see, ls takes about over 5 seconds and it takes 100% CPU in core 4th.

I tried strace with ls. It get stuck in nothing.

enter image description here

What happened ?

What should I monitor ?

Please help. Thanks a lot.