For the past 2 days my server load has been spiking extremely high at 11pm EST.
How do I find out what is causing it to spike at that time?
I checked all my users cronjobs and none have a cron set to 11pm.
For the past 2 days my server load has been spiking extremely high at 11pm EST.
How do I find out what is causing it to spike at that time?
I checked all my users cronjobs and none have a cron set to 11pm.
Try ps -aux or running top in a shell.
-Steven