Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2001 19:27:06 -0700
From:      "Gilbert Gong" <ggong@cal.alumni.berkeley.edu>
To:        <hackers@freebsd.org>
Subject:   strange tcp behavior?
Message-ID:  <006601c0fde7$8522ffb0$2a5fa640@ggongw2k>

next in thread | raw e-mail | index | archive | help
In the course of running some http load generators against apache on FreeBSD
4.3R, I have been seeing some strange behavior.  I was finally able to find
a specific concrete weirdness (atleast I think it's a weirdness).

From test-client2, I am running http_load (installed from
/usr/ports/www/http_load):
http_load -p 20 -seconds 1800 /home/ggong/tmp/urls
The single url it is testing against is a very short page on the server.

This is what I see:
c206 - ggong@test-client2:~>netstat -na | grep 4670
tcp4       0      0  192.168.0.22.4670      192.168.0.10.80        SYN_SENT
c207 - ggong@test-client2:~>ssh root@ts "netstat -na | grep 4670"
tcp4       0      0  192.168.0.10.80        192.168.0.22.4670      TIME_WAIT
c208 - ggong@test-client2:~>netstat -na | grep 4670
tcp4       0      0  192.168.0.22.4670      192.168.0.10.80        SYN_SENT
c209 - ggong@test-client2:~>

If I am not mistaken, this should not happen..
I'm also relatively certain the TIME_WAIT is not from a previously closed
connection..

Any ideas what might cause this, or hints on how I can further investigate
this?
Gilbert


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006601c0fde7$8522ffb0$2a5fa640>