inetd vs standalone daemon

cpghost at cordula.ws cpghost at cordula.ws
Mon Mar 28 02:20:20 PST 2005


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/


More information about the freebsd-questions mailing list