Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2005 12:21:20 +0200
From:      cpghost@cordula.ws
To:        Marty Landman <MLandman@face2interface.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: inetd vs standalone daemon
Message-ID:  <20050328102120.GB620@bsdbox.farid-hajji.net>
In-Reply-To: <6.2.0.14.0.20050327142159.03cc89f0@mail.face2interface.com>
References:  <ef60af0905032709464d9d12c3@mail.gmail.com> <20050327190511.GB15898@fw.farid-hajji.net> <6.2.0.14.0.20050327142159.03cc89f0@mail.face2interface.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050328102120.GB620>