Detect CLOSE_WAIT leaks lsof
Spot sockets the app forgot to close; growing CLOSE_WAIT = fd/connection leak
lsof -nP -i -sTCP:CLOSE_WAIT
more lsof
all 19 commands →
Spot sockets the app forgot to close; growing CLOSE_WAIT = fd/connection leak
lsof -nP -i -sTCP:CLOSE_WAIT