Henrik Nordstrom wrote: > On Mon, 3 Oct 2005, Marco Berizzi wrote: > > > netstat on client side: > > > > Connessioni attive > > > > Proto Indirizzo locale Indirizzo esterno Stato > > TCP 127.0.0.1:1230 127.0.0.1:1231 ESTABLISHED > > TCP 127.0.0.1:1231 127.0.0.1:1230 ESTABLISHED > > TCP 172.25.255.84:4074 172.25.5.254:7777 FIN_WAIT_2 > > TCP 172.25.255.84:4087 172.25.5.254:7777 ESTABLISHED > > TCP 172.25.255.84:4091 172.25.5.254:7777 ESTABLISHED > > TCP 172.25.255.84:4092 172.25.5.254:7777 ESTABLISHED > > What OS is this? > What I want netstat output from your proxy server of both the connection > to the client and to the requested web server, in a format showing the > send/receive queue sizes.
doh! M$ windows doesn't support this. I will set up a linux box. This is netstat -n --inet output from the squid box: Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:7777 127.0.0.1:43038 TIME_WAIT tcp 0 0 127.0.0.1:7777 127.0.0.1:43039 TIME_WAIT tcp 53453 0 85.41.109.158:43037 212.110.12.25:80 CLOSE_WAIT tcp 0 0 172.25.5.254:7777 172.25.255.84:4087 ESTABLISHED tcp 7629 0 85.41.109.158:43032 213.215.144.19:80 CLOSE_WAIT tcp 0 0 172.25.5.254:7777 172.25.255.84:4091 ESTABLISHED tcp 0 0 172.25.5.254:7777 172.25.255.84:4092 ESTABLISHED tcp 22632 0 85.41.109.158:43044 193.70.193.151:80 CLOSE_WAIT tcp 0 0 172.25.5.254:7777 172.25.255.84:4074 CLOSE_WAIT tcp 0 0 127.0.0.1:7777 127.0.0.1:43042 TIME_WAIT tcp 0 0 127.0.0.1:7777 127.0.0.1:43043 TIME_WAIT tcp 0 0 127.0.0.1:7777 127.0.0.1:43040 TIME_WAIT tcp 0 0 127.0.0.1:7777 127.0.0.1:43041 TIME_WAIT
