TCP Receive/Send Queue Size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On Linux/OSX/Solaris/AIX/HPUX, you can see the TCP receive/send queue
lengths with the netstat command.

Does anyone know how to display these values on a Windows machine?
netstat, of course, does not provide this info. I'd like to see if a given
socket is not processing input (has something on its queue).

I've checked Sysinternals and it looks like they have do not have
anything that does it.

Thanks,
Mike Morgan
 
Back
Top