Why is my Dell PowerEdge R740xd server experiencing high CPU usage on minimal load?
I am experiencing this consistently high CPU usage around 30% to 40% on a dell poweredge r740xd server with two intel xeon gold 6248 CPU. The server is running ubuntu server 22.04 LTS and is primarily used for mySQL database hosting.
I have noticed this issue for the past week. The high CPU usage persists even when the database load is minimal, and there are no other significant applications running. I've tried restarting the server, updating the OS and packages, and checking for CPU intensive processes using
top
and htop
without success.
Lemme attached a top output from a typical idle state for reference.Solution:Jump to solution
Try install
atop
(man page at https://linux.die.net/man/1/atop)
When it is running, press c
to display the processes and how much CPU time they are using....2 Replies
I suspect there might be a kernel issue or a hardware problem or maybe a resource hungry process that's evading detection. Any suggestions on further troubleshooting or potential causes would be greatly appreciated
Solution
Try install
atop
(man page at https://linux.die.net/man/1/atop)
When it is running, press c
to display the processes and how much CPU time they are using.