Hello everyone:
Have a new server (2 x Xeon Quad Core 2.0Ghz, 4MB RAM, CentOS 5.x) with about 15 accounts (300MB on average/account). While the daily cpbackup (full) on my secondary drive is pretty fast (about 20 minutes), the load gets very high (snapshot halfway in the process):
Code:
Time: Wed Jan 7 01:10:39 2009 -0500
1 Min Load Avg: 8.18
5 Min Load Avg: 4.20
15 Min Load Avg: 1.99
Code:
Running/Total Processes: 2/202
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 24791 0.0 0.0 1648 396 ? SN 01:09 0:00 \_ /usr/local/cpanel/bin/cpuwatch 8.0 /scripts/pkgacct accountName /backup/cpbackup/daily backup
root 24792 0.1 0.1 8944 7192 ? SNs 01:09 0:00 \_ pkgacct - accountName - av: 3
root 24838 1.1 0.0 2476 920 ? SN 01:09 0:00 \_ /bin/gtar pczf accountName.tar.gz accountName
root 24839 70.7 0.0 2024 684 ? DN 01:09 0:41 \_ gzip
Obviously gzip is consuming all the load (this sever is not busy at all, av load during daytime < .5)...
I know this issue was reported/discussed several times before and I thought I’d see some improvement with WHM 11.24...
I have the following questions:- Anything I can do to fix this (can the following Tweak setting option impact the load during daily cpbackups ? “The load average above the number of cpus at which logs file processing should be suspended (default 0)”?)?
- Regarding cpuwatch, I am correct to assume that this is setup automatically to match the total number of cores?So as long as I am below 8 I can relax?
Any suggestion would be most appreciated.
Sebby