On Wed, Feb 04, 2004 at 08:44:21PM -0500, John Reuning wrote:
> On Thu, 5 Feb 2004, Horms wrote:
> > > I'm confused by this. Shouldn't new network traffic from a single ip
> > > address reestablish/reset the connection and be reflected in the active
> > > connection count?
> >
> > Yes. Are you sure you are counting it right?
>
> I think so. This test was done with a development VIP that only had one
> real server assigned to it. There was only one client making connections
> during the testing.
>
> Where could I look for more information on the connection state, active
> connection count, or persistence time remaining? I was using `ipvsadm -L
> -c -n`, /proc/net/ip_vs, and /proc/net/ip_vs_conn.
ipvsadm -L -c -n is the right place to look.
Can you confirm that an entry is added to that list for each connection
you make? You should be able to identify it by the src ip address and
port pair. You can get this information from tcpdump if need be.
--
Horms
|