hmm... so something is causing the connections to go into time_wait.

it should be "established" or "listen", depending on whether it's the
server or client. time_wait doesn't seem right to me. on the server
you should see the RMI server running.

when you "netstat -ta" you should see this on the system running jmeter server.

tcp        0      0 *:1099                  *:*                     LISTEN

peter


On Fri, 25 Feb 2005 17:01:39 -0800, Sergey Ten <[EMAIL PROTECTED]> wrote:
> I ran the command and it showed that the connection was established at
> 21771 and 4432 ports.  The status of the connection is TIME_WAIT.
> 
> Sergey
> 
> Peter Lin wrote:
> 
> >duhh wrong netstat option
> >
> >
> >netstat -ta | grep <ip>
> >
> >that should show all tcp connections. hope that helps
> >
> >peter
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to