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                                   [EMAIL PROTECTED]
London SW7 2BE                                   http://www.ivision.co.uk/




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to