High Load at the same time every day
Every day at 9.30AM I get a LFD warning of high server load. I have no idea what is causing it. Whats the best steps to troubleshoot the issue?
-
What causes high server loads? Troubleshooting high server loads on Linux servers 0 -
If the server load goes high for particular time so I think there is cron process ruuning on that time. You can check current process on that particular time using the below command. ps -aufx
Also, monitor the server process using top -c command. The command will show the process which causes high load.0 -
Hello, As mentioned in the earlier post, the following thread is a good place to start: Troubleshooting high server loads on Linux servers Let us know if you have any questions. Thank you. 0
Please sign in to leave a comment.
Comments
3 comments