Today found a usefull combination of netstat command
# netstat -a -ngrep -E “^(tcp)”cut -c 68-sortuniq -csort -n
13 CLOSE_WAIT
13 LISTEN
15 LAST_ACK
48 FIN_WAIT1
68 SYN_RECV
157 TIME_WAIT
187 ESTABLISHED
1233 FIN_WAIT2
#
No related posts.
Today found a usefull combination of netstat command
# netstat -a -ngrep -E “^(tcp)”cut -c 68-sortuniq -csort -n
13 CLOSE_WAIT
13 LISTEN
15 LAST_ACK
48 FIN_WAIT1
68 SYN_RECV
157 TIME_WAIT
187 ESTABLISHED
1233 FIN_WAIT2
#
No related posts.