From owner-freebsd-net@FreeBSD.ORG Wed Jun 11 07:57:39 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1888337B401 for ; Wed, 11 Jun 2003 07:57:39 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34ED743FA3 for ; Wed, 11 Jun 2003 07:57:38 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out002.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030611145737.PYFF13328.out002.verizon.net@mac.com>; Wed, 11 Jun 2003 09:57:37 -0500 Message-ID: <3EE74359.6070501@mac.com> Date: Wed, 11 Jun 2003 10:57:29 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Juan Rodriguez Hervella References: <200306111332.05563.jrh@it.uc3m.es> In-Reply-To: <200306111332.05563.jrh@it.uc3m.es> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [141.149.47.46] at Wed, 11 Jun 2003 09:57:37 -0500 cc: freebsd-net@freebsd.org Subject: Re: Is there any tool for tracking/following the memory used by a process ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 14:57:39 -0000 Juan Rodriguez Hervella wrote: > I know "top", but I don't want to be in front of the computer all the time > (because if the process finishes/dies the information vanished) Take a look at system accounting-- see "man acct". -- -Chuck