Hello guys,
Today I contacted cpanel about performance problems due to server load.
And they said this:
Can someone help me and teach me how to make what he suggest?
1- disabling suphp and run dso with eaccelerator (don't I need that!?)
2- Update kernel
Thank you guys!
Today I contacted cpanel about performance problems due to server load.
And they said this:
Hello
I killed off the pkgacct process and load has came down a good bit. Another source of the high load appears to be a bunch of PHP processes on top of slow disks, ie:
Before I killed pkgacct:
root@server [~]# dd if=/dev/zero of=test_data.bin oflag=dsync conv=fdatasync *bs=8388608 count=16
16+0 records in
16+0 records out
134217728 bytes (134 MB) copied, 32.5411 seconds, 4.1 MB/s
root@server [~]#
Afterward:
root@server [~]# dd if=/dev/zero of=test_data.bin oflag=dsync conv=fdatasync bs=8388608 count=16
16+0 records in
16+0 records out
134217728 bytes (134 MB) copied, 3.68229 seconds, 36.4 MB/s
root@server [~]#
As you can see, the disks on this server (even when somewhat idle) are slow compared to most normal servers so it's causing the server to become sluggish under moderate amounts of load. The model number of your drive (WD20EURS-63S48Y0) suggest it's a 2TB drive @ 5400RPM so it may not be the fastest in your situation. One thing you could do to perhaps lower the overhead of PHP is perhaps disable SuPHP and run DSO with EAccelerator which will give a nice speedup and reduce IO overhead.
There is a newer kernel version available, I also suggest upgrading to that one in yum to see if that helps fix it.
Can someone help me and teach me how to make what he suggest?
1- disabling suphp and run dso with eaccelerator (don't I need that!?)
2- Update kernel
Thank you guys!