From owner-freebsd-net@FreeBSD.ORG Sun Jun 15 10:49:58 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 7D63237B401 for ; Sun, 15 Jun 2003 10:49:58 -0700 (PDT) Received: from pierce.numericable.net (pierce.numericable.net [80.236.0.150]) by mx1.FreeBSD.org (Postfix) with SMTP id 3391043F85 for ; Sun, 15 Jun 2003 10:49:57 -0700 (PDT) (envelope-from vitalis@numericable.fr) Received: (qmail 13284 invoked from network); 15 Jun 2003 17:49:55 -0000 Received: from unknown (HELO sankukai) ([81.220.28.12]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 15 Jun 2003 17:49:55 -0000 Date: Sun, 15 Jun 2003 19:48:15 +0000 From: Vitalis To: jrh@it.uc3m.es Message-Id: <20030615194815.4ad7bc50.vitalis@numericable.fr> In-Reply-To: <200306111332.05563.jrh_it.uc3m.es@ns.sol.net> References: <200306111332.05563.jrh_it.uc3m.es@ns.sol.net> X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: net@freebsd.org Subject: Re: Is there any tool for tracking/following the memory used by a 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: Sun, 15 Jun 2003 17:49:58 -0000 -- On 11 Jun 2003 11:33:57 +0000 jrh@it.uc3m.es 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) > > Thanks and sorry if this isn't an specifiq question about networking :) Just save the results of "ps up [PID]" by executing it regularly in an infinite loop. OK, the process running the loop could die too ;-)