gunicorn.connections.active
Currently active client connectionsDimensions:None
Technical Annotations (26)
Configuration Parameters (4)
worker_connectionsworkersrecommended: (2 * CPU) + 1threadsrecommended: 3worker_classrecommended: geventError Signatures (2)
connect() failed (111: Connection refused)log pattern502http statusCLI Commands (6)
curl --unix-socket /run/gunicorn.sock http://diagnosticsystemctl status gunicorndiagnosticsystemctl status caddydiagnosticdmesg -T | egrep -i 'memory'diagnosticdmesg -T | egrep -i 'oom'diagnosticulimit -ndiagnosticTechnical References (14)
/run/gunicorn.sockfile pathsystemd socket activationconceptRDScomponentgthreadcomponentkeepaliveconceptsync workerscomponentI/O-boundconceptulimitconceptkeepalive timeoutconceptsocket accept queueconceptbacklogconceptgthread workercomponentself.nr_connscomponentself.worker_connectionscomponentRelated Insights (9)
Slow backend responses cause concurrent request memory buildupwarning
▸
Gunicorn unix socket hangs for 2-45 minutes before self-recoverycritical
▸
Multiple Gunicorn servers freeze simultaneously indicating shared resource deadlockcritical
▸
gthread workers hang at worker_connections limit with keepalive connectionscritical
▸
Performance degradation at 400 connections despite low resource utilizationwarning
▸
Connection queuing with sync workers under high concurrent loadwarning
▸
Nginx connection refused errors with no application logswarning
▸
Request duration metric excludes socket accept queue timewarning
▸
gthread worker accepts connections beyond thread capacitywarning
▸