Re: HEADS UP: socket and pcb reference changes entering tree today

From: Robert Watson <rwatson_at_FreeBSD.org>
Date: Mon, 3 Apr 2006 00:40:12 +0100 (BST)
On Sun, 2 Apr 2006, John Birrell wrote:

> I've just updated a current system which also serves as a (socket based) 
> backup system for a remotely hosted web site with LOTS of file updates. The 
> update went without a hitch and the system seems to work fine AFAICT.
>
> I guess that sounds like a bit of an anti-climax, but there really isn't 
> anything to report. Sorry. 8-)
>
> Perhaps I just don't know what to look for. Shrug.

Well, other than the normal array of panics and bad network behavior, I'm 
particularly interested in possible memory leaks in the TCP and socket code. 
Generally speaking, I find the following useful for keeping an eye on it:

   vmstat -z | head -1 ; vmstat -z | grep -i tcp ; vmstat -z | grep -i socket

Of course, because a lot of events and tear-downs in the network stack are 
asynchronous anyway, you have to watch for the leaks over a longer run time 
rather than the short term.

Finally, I had some reports of additional connection resets from Kris during 
his testing, which may be tricky to track down if they still exist.

Robert N M Watson
Received on Sun Apr 02 2006 - 21:40:13 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:54 UTC