What are some different ways/tools to verify that keep-alive is working on the server from the client's end?
|
feedback
|
|
You could try
and look via top, if 5 workers are constantly serving the requests keepalive should work (-k) switch. Do the same without -k and see the difference. Cheers Izac | |||
feedback
|