From owner-freebsd-current Mon Sep 16 10:35:14 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA20296 for current-outgoing; Mon, 16 Sep 1996 10:35:14 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA20287; Mon, 16 Sep 1996 10:35:11 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v2hWv-000Ql3C; Mon, 16 Sep 96 19:32 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id TAA19420; Mon, 16 Sep 1996 19:16:21 +0200 Message-Id: <199609161716.TAA19420@allegro.lemis.de> Subject: Re: VM problem (OK!!) To: dyson@FreeBSD.ORG Date: Mon, 16 Sep 1996 19:16:21 +0200 (MET DST) Cc: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) In-Reply-To: <199609160131.UAA03277@dyson.iquest.net> from "John S. Dyson" at Sep 15, 96 08:31:41 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John S. Dyson writes: > > The code is a bit rough right now. There is no feedback. Under ddb > you can type: > > call DDB_print_pageq_info > > and if you have 64 page queues for the free page list, then it is configured. DDB_print_page_info maybe? I don't have a DDB_print_pageq_info in my kernel. I also don't see anything which obviously looks like the free page list. Instead, I have free_count (2035), free_reserve, free_min and free_target, all prefixed with cnt.v_. Am I calling the correct function? Greg