I'm investigating a performance issue that server performance gets degraded with low memory, CPU, and IO usage. I found those two values by this command.
$ netstat -s | grep -i listen
15848663 times the listen queue of a socket overflowed
16003516 SYNs to LISTEN sockets dropped
It seems the same meaning to me. I just wonder what's the difference between them.