CPU usage consumption

vivek

Well-Known Member
#21
The load was fine for a day, I saw it was something 5-6 for a couple of minutes but went down to normal.

Today I found it is 14 and I checked the load, It was the WHMreseller plugin and the second was lsphp


With suPHP / suEXEC on , I think this ( 1-3 ) is the normal load.
 

mistwang

LiteSpeed Staff
#24
Also, did you check your EA cache folder size ?

Xcache is better than EA. At least xcache will not store any cache file on your hard disk like EA, and thus saves space.
Storing cache files on disk is not that bad if you server is not disk I/O bound or have shortage on disk space. PHP can load the cache from disk faster when PHP is restarted.
Storing cache file in memory only when you have enough memory to spare, otherwise, it will cause problem, especially for memory bound server. memory cache will be lost when php restarts.

Aware of the bottle neck of your server and choose your software wisely.

Anewday,

If your server I/O wait can be as high as 50%, your server is disk I/O bound, not much LSWS can do about it other than reducing the disk I/O or using faster disks. You need find out the process causing the high I/O wait first. And load around 1 or 2 is not high to me at all.
 
Top