
09-13-2007, 11:32 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,583
|
|
Please check number of concurrent connections used from the real-time report in web admin console. Also check it with command
Code:
netstat -an | grep 80 | grep ESTA | wc
|