Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 1999 23:48:45 +0000 (BST)
From:      Jasper Wallace <jasper@ivision.co.uk>
To:        Joe Greco <jgreco@ns.sol.net>
Cc:        Matthew Dillon <dillon@apollo.backplane.com>, blk@skynet.be, mike@sentex.net, jdp@polstra.com, stable@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: Route table leaks
Message-ID:  <Pine.GSO.4.20.9912082342330.11399-100000@avengers.ivision.co.uk>
In-Reply-To: <199912082237.QAA94094@aurora.sol.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 Dec 1999, Joe Greco wrote:

> > 
> > :
> > :At 1:26 PM -0600 1999/12/8, Joe Greco wrote:
> > :
> > :>>  vmstat -m | grep routetbl|grep K
> > :>       routetbl289178 40961K  40961K 40960K   435741    0     0 
> > :>16,32,64,128,256
> > :>>  netstat -rn | wc -l
> > :>        16
> > 
> >      Please use 'netstat -rna' to get a listing of *all* the routes, including
> >      the temporary ones, not just the non-temporary routes.
> > 
> > 						-Matt
> 
> > netstat -rna |wc -l
>       17
> > netstat -rn | wc -l
>       16
> > arp -an |wc -l
>        0

quite heavily loaded web server:

# netstat -ran | wc -l
     106                                   (that was 177 a few mins ago).
# vmstat -m | grep routetbl|grep K
routetbl   228    32K    649K 19661K  1120980    0     0 16,32,64,128,256
# uname -r
2.2.2-RELEASE
# uptime
11:55PM  up 23 days, 12:31, 1 user, load averages: 0.04, 0.03, 0.00
# 


Slightly more atomic mesurament:

# netstat -ran | wc -l ; vmstat -m | grep routetbl | grep '[0-9]K'
175
routetbl   354    49K    649K 19661K  1121106    0     0 16,32,64,128,256


-- 
Internet Vision          Internet Consultancy           Tel: 0171 589 4500
60 Albert Court            & Web development            Fax: 0171 589 4522
Prince Consort Road                                   vision@ivision.co.uk
London SW7 2BE                                   http://www.ivision.co.uk/




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.20.9912082342330.11399-100000>