Let us suppose that
Nginx processes 10000 http requests in 1s,every request's reponse time maybe 5ms,
just at this time a websocket client close the connection,nginx log this websocket handshake request,this request's reponse time maybe 30mins or more
when we use vts module, because of this websocket request, the average response time is not very perfect
should we calculate the websocket request response time ?
Let us suppose that
Nginx processes 10000 http requests in 1s,every request's reponse time maybe 5ms,
just at this time a websocket client close the connection,nginx log this websocket handshake request,this request's reponse time maybe 30mins or more
when we use vts module, because of this websocket request, the average response time is not very perfect
should we calculate the websocket request response time ?