beansbaxter
Verified User
For the life of me, I cannot figure out why my server load is so high.
When I go to DA Service Monitor, the top 5 processes are using 99.9% of the CPU and they're all the same processes:
From the command line, I tried this:
cat /etc/cron.d/directadmin_cron
And the output:
I restarted crond and that works fine.
What else could it be causing this?
Running CentOS 5.9 with the latest DA if it matters.
Any help would be greatly appreciated.
When I go to DA Service Monitor, the top 5 processes are using 99.9% of the CPU and they're all the same processes:
Code:
/usr/local/directadmin/dataskq
/usr/local/directadmin/dataskq
/usr/local/directadmin/dataskq
/usr/local/directadmin/dataskq
/usr/local/directadmin/dataskq
From the command line, I tried this:
cat /etc/cron.d/directadmin_cron
And the output:
Code:
* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
#5 5 * * 0 root /sbin/quotaoff -a; /sbin/quotacheck -augm; /sbin/quotaon -a;
10 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
20 4 1 * * root echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
0 4 * * * root echo 'action=check&value=license' >> /usr/local/directadmin/data/task.queue
I restarted crond and that works fine.
What else could it be causing this?
Running CentOS 5.9 with the latest DA if it matters.
Any help would be greatly appreciated.