Re: Number of open sockets

2002-10-09 Thread saffiot
Jessee Parker wrote: >Is there a way to keep track of the number of open sockets your program might have >that are in a TIME_WAIT (I think it is) state? > > > If you want can trye this script for to track the socket open on the ports feel free for every change that you w

Re: Number of open sockets

2002-10-08 Thread Michael Fowler
On Tue, Oct 08, 2002 at 09:59:16AM -0700, Jessee Parker wrote: > Is there a way to keep track of the number of open sockets your program > might have that are in a TIME_WAIT (I think it is) state? The problem is if a socket is in a TIME_WAIT state it's no longer open by your program.

RE: Number of open sockets

2002-10-08 Thread Kipp, James
you can always parse netstat , and have it refresh (sleep and loop) every few seconds > -Original Message- > From: Jessee Parker [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 12:59 PM > To: [EMAIL PROTECTED] > Subject: Number of open sockets > > >

RE: Number of open sockets

2002-10-08 Thread nkuipers
ep track of the number of open sockets your program might >have that are in a TIME_WAIT (I think it is) state? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]