Technologies/NGINX/nginx_net_writing
NGINXNGINXMetric

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
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
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.