Using netstat command, I got the number of couple of TCP states of connections. But for running websites, how to make meaningful connections between these numbers and the bottleneck/performance of the website?
TIME_WAIT 2363
CLOSE_WAIT 5
FIN_WAIT1 32
FIN_WAIT2 161
ESTABLISHED 643
SYN_RECV 28
CLOSING 1
LAST_ACK 26
Please save the manual-kind links and share some practical knowledge, thanks!
