Description
$ netstat -s | grep "listen queue of a socket"
localhost: 297070 times the listen queue of a socket overflowed
$ ss -tl LISTEN 0 50 *:15551 *:*
$ netstat -s | grep "listen queue of a socket"
localhost: 297070 times the listen queue of a socket overflowed
$ ss -tl LISTEN 0 50 *:15551 *:*