From owner-freebsd-questions@FreeBSD.ORG Wed Apr 14 11:52:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F95516A4CF for ; Wed, 14 Apr 2004 11:52:12 -0700 (PDT) Received: from mighty.grot.org (66-117-150-96.web.lmi.net [66.117.150.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6482B43D48 for ; Wed, 14 Apr 2004 11:52:11 -0700 (PDT) (envelope-from aditya@grot.org) Received: by mighty.grot.org (Postfix, from userid 515) id 427465D43; Wed, 14 Apr 2004 18:52:11 +0000 (GMT) Date: Wed, 14 Apr 2004 14:52:11 -0400 From: Aditya To: questions@freebsd.org Message-ID: <20040414185211.GD34327@mighty.grot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: how to tell how much of shared memory is used? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 18:52:12 -0000 ipcs -a tells me how much shared memory has been allocated to a process, but is there a way to tell how much of that allocated space is being used? Thanks, Adi