>Hi,
>
> I use solaris Unix .
>
>I find there is some problem in application and it generate many "close-wait" 
>tcp connect and stay
 in the server . it is generate by process id 7740
>
>[CODE]
>
>root@XX # netstat -an | grep CLOSE_WAIT | wc -l
>
>     285
>
>
>
>
>
>root@XX # /usr/local/bin/lsof -i:34805
>
>COMMAND    PID    USER   FD   TYPE        DEVICE SIZE/OFF NODE NAME
>
>XXX 7740 user   87u  IPv4 0x30004ce4c48   0t1500  TCP xx-1:34805->xx-2:32924 
>(CLOSE_WAIT)
>


It's a bug in the application; it forgets to close the TCP sockets.

Casper

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to