nginx_net_writing
The number of connections waiting on upstream responses and/or writing responses back to the client (Included with open source NGINX).Dimensions:None
Related Insights (1)
KeepAlive Misconfiguration Exhausts Connectionswarning
KeepAliveTimeout set too high causes idle connections to consume worker threads/processes, reducing effective concurrency. KeepAliveTimeout set too low forces excessive TCP handshakes, increasing latency. Optimal values depend on traffic profile: APIs need 2-5s, static content 5-15s.
▸