Is this normal for LSWS

UMPK

New Member
#1
Hell,

I am currently on trial license.
The server is running cPanel + LSWS and only hosting one high traffic WP blogs (Using CloudFlare).
When ever there is spike, site starts giving error. The load stays on avg around 6-8. The server is a cloud server with 14Core CPU and 6GB ram. (I actually thought I can sustain the site with 6Core CPU but we have come to 14Core after having continuous issues.)

Current Problem:
Even when the traffic is normal. server load keep around 3 avg.
When there is traffic spike and server load goes as high as 8, site loads extremely slow. (Load of 10 on 14Core CPU)

The WP site was earlier running on Nginx + Varnish setup only using 6 Core CPU amd 6GB Ram. :(

Is this normal log for LSWS?? M I doing something wrong with the config or the server just can not handle it with LSWS??
(File attached)
 

Attachments

UMPK

New Member
#2
I moved to LSWS thinking it will be a better fit for the site. But doesn't look like the case here :(
I have complained multiple times to my providers but their solution is just to upgrade server. See the current stat.

Even considering to change my provider at this time .. The site is loading extremely slow ..
 

Attachments

NiteWave

Administrator
#3
Is this normal log for LSWS??
2015-01-17 18:48:57.184 [INFO] [108.162.229.197:52329-0#APVH_mydomain.com] connection to [uds://tmp/lshttpd/lsphp5.sock.13830] on request #5000, confirmed, 0, associated process: -1, running: 0, error: Connection reset by peer!
it's normal. please refer
http://www.litespeedtech.com/docs/litespeed-sapi/php-lsapi/configuration
search PHP_LSAPI_MAX_REQUESTS

you have 14 core CPU, load 8 or 9 is normal and a bit low , since it is below 14.

in LSWS-2.png, only half of real-time stats, can you give a full of the screenshot ?

wordpress site, bottleneck is at php/mysql, bad theme/plugin may cause poor performance.
because of this, changing or fine-tuning any web server may not help at all.
 
Top