How do I view the listen backlog of a TCP socket?
Issue
- How do I view the size of the backlog of a tcp socket in "LISTEN" state?
- How can I see the current and maximum count of handshaken TCP connections waiting in the
listen()backlog of a socket waiting to haveaccept()called on them? - How can I tell if increasing
net.core.somaxconnandlisten(int sockfd, int backlog);has worked?
Environment
- Red Hat Enterprise Linux
- TCP connections in
LISTENstate
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.