Dedicated Server Support

Tips on Linux, FreeBSD, Windows Dedicated Server.

Sunday, March 27, 2005

netstat

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

#

0 Comments:

Post a Comment

<< Home