From owner-freebsd-questions@FreeBSD.ORG Mon Mar 28 10:20:20 2005 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 6821C16A4CE for ; Mon, 28 Mar 2005 10:20:20 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99DB43D4C for ; Mon, 28 Mar 2005 10:20:19 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from bsdbox.farid-hajji.net (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id 1C2A64BBAF; Mon, 28 Mar 2005 12:20:27 +0200 (CEST) Date: Mon, 28 Mar 2005 12:21:20 +0200 From: cpghost@cordula.ws To: Marty Landman Message-ID: <20050328102120.GB620@bsdbox.farid-hajji.net> References: <20050327190511.GB15898@fw.farid-hajji.net> <6.2.0.14.0.20050327142159.03cc89f0@mail.face2interface.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.0.14.0.20050327142159.03cc89f0@mail.face2interface.com> User-Agent: Mutt/1.5.6i cc: Gert Cuykens cc: freebsd-questions@freebsd.org Subject: Re: inetd vs standalone daemon 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: Mon, 28 Mar 2005 10:20:20 -0000 On Sun, Mar 27, 2005 at 02:23:39PM -0500, Marty Landman wrote: > How much wasting is going on though? Can I get a good feel for resources > consumed by looking at 'top'? top would only tell you how much memory a process consumes. But a process also uses other resources like vnodes (open file handles, open sockets etc...). It also uses up a slot in the process table, and hangs around on some wait queue too. -cpghost. -- Cordula's Web. http://www.cordula.ws/