Subject: Re: 2.0beta performance
To: Havard Eidnes <he@netbsd.org>
From: Jukka Marin <jmarin@embedtronics.fi>
List: netbsd-users
Date: 10/27/2004 14:00:32
On Wed, Oct 27, 2004 at 12:56:37PM +0200, Havard Eidnes wrote:
> > > Does the kernel contain the following fix?
> > > (i.e. src/sys/uvm/uvm_anon.c revision 1.28.2.2)
> >
> > Uhm, I have updated the source tree after building the kernel
> > I'm running now, so I can't tell.
> 
> How about
> 
>   ident /netbsd | egrep uvm_anon
> 
> That should tell you the revision of the file compiled into your
> kernel.

Just found the same and how to use strings with the -a option ;-)

     $NetBSD: uvm_anon.c,v 1.28.2.1 2004/05/10 14:26:51 tron Exp $

So, I have the older version.. but according to Simon's

vmstat -s | egrep 'managed|anonymous|cached' | grep -v scanned

I'm not suffering from this problem right now?

   256743 pages managed
   164677 anonymous pages

Anything I should check before installing a new kernel? ;)

  -jm