VERY BUSY Server Configuration - 800 Req/Sec

#1
Hello,
I have a very busy web server (i'm using LiteSpeed 4 cpu license),

(Just restarted on 10~minutes ago) Server
Network Throughput Http In 330KB Http Out 1,892KB
Https In 69KB Https Out 243KB
Connections Max 100,000 Idle 1,443
Http Used 537 Http Free 98,556
Https Used 907 Https Free 99,093
Requests (Details) In Processing 1 Req/Sec 805.2
Total Req 296,409 Total Cache Hits 0
Cache Hit Rate 0% Cache Hits/Sec 0.0


VH Name Req in Processing Req/Sec Total Req Total Cache Hits Cache Hits/Sec Output Bandwidth ExtApp Processes EAProc In Use EAProc Idle EAProc WaitQ EAProc Req/Sec
APVH_***.com 7 812.5 259,974 0 0.0 0 1 8 5 0 5
APVH_***:443_***.com 1 191.6 36,192 0 0.0 0 0 0 0 0 0



Server Specs:
Xeon E3-1230
8GB RAM
2x1TB HDD
1Gbit Dedicated Port

Please help me for configuration web server. It's too slow loading.

Thanks.
 
Last edited:

webizen

Well-Known Member
#2
Your EAProc WaitQ is 0. so no delay on php process. Maybe database is slow.

run 'top -c' and see which process consumes the most resource.
 

NiteWave

Administrator
#4
the 2nd virtual host: WaiQ is 5.
in this case, try increase
Server->General->PHP suEXEC Max Conn
current value looks to be 5. increase to 10 and watch real-time stats again.
 
Top