Hi,
I'm able to figure this out with debug logging enabled, but is there a good method for determining if requests are being queued due to the suexec max connection setting?
With debug logging on, you can get entries like:
2014-07-08 23:51:33.278 [DEBUG] [1.2.3.4:44893-0] concurrent conn: 10
... which if it's greater than the max suexec connections is fairly useful for figuring it out. Similarly I can do an lsof on the litespeed process to see open connections, but that doesn't seem super accurate.
Is there any method to find out how many suexec connections are pending at any given moment?
I'm able to figure this out with debug logging enabled, but is there a good method for determining if requests are being queued due to the suexec max connection setting?
With debug logging on, you can get entries like:
2014-07-08 23:51:33.278 [DEBUG] [1.2.3.4:44893-0] concurrent conn: 10
... which if it's greater than the max suexec connections is fairly useful for figuring it out. Similarly I can do an lsof on the litespeed process to see open connections, but that doesn't seem super accurate.
Is there any method to find out how many suexec connections are pending at any given moment?