https://www.linux.org/threads/reduce-your-apache-time_wait-connections.4505/ netstat -nat | awk ‘{print $6}’ | sort | uniq -c | sort -n 1 CLOSE_WAIT 1 established) 1 Foreign 1 SYN_RECV 6 ESTABLISHED 29 LISTEN 317 TIME_WAIT 60 – 0 – 0 30 – 1 -1
Categories