From owner-freebsd-questions Mon Sep 16 06:11:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA02953 for questions-outgoing; Mon, 16 Sep 1996 06:11:11 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA02944 for ; Mon, 16 Sep 1996 06:11:07 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id IAA00864; Mon, 16 Sep 1996 08:10:58 -0500 (EST) From: "John S. Dyson" Message-Id: <199609161310.IAA00864@dyson.iquest.net> Subject: Re: Trimming RAM usage on FreeBSD box To: julian@whistle.com (Julian Elischer) Date: Mon, 16 Sep 1996 08:10:58 -0500 (EST) Cc: questions@FreeBSD.ORG In-Reply-To: <323CEEFC.2781E494@whistle.com> from "Julian Elischer" at Sep 15, 96 11:09:00 pm Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > P.s. Under MACH there was a utility that allowed you to > find out the VM regions allocated to a process > (from outside the process) and what all these regions were being > used as (read/write/ exec etc.) > knowledge of such a program under freebsd would be useful too. > > hmmmm I just found that one..it's called /proc :) > On -current /proc/###/map is useful. Also, lsof (just added to ports) is useful. John