From owner-freebsd-hackers Sat Jul 1 10:51:13 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id A38AD37B8A4 for ; Sat, 1 Jul 2000 10:51:10 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-195-240.netcologne.de [194.8.195.240]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id TAA14994 for ; Sat, 1 Jul 2000 19:51:08 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e61HojQ00338 for ; Sat, 1 Jul 2000 19:50:45 +0200 (CEST) Date: Sat, 1 Jul 2000 19:50:44 +0200 (CEST) From: Paul Herman To: hackers@FreeBSD.ORG Subject: vmstats for pages that go inactive->active Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, vmmeter->cnt.v_reactivated counts the number of cache pages that get promoted to either active or inactive queues. My read (and I could be wrong) from vm/vm_page.c is, there is no statistic to count the inactive pages that get "reclaimed" into the active queue. I would think this would be interessant/useful/enlightening/tasty for Joe Sysadmin. Any takers? It should be a very simple patch (he says.) Just thought I'd ask before I go merily a-hackin. Actually, I'm just looking for a way to _completely_ fill up the 'systat -v' screen. :) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message