Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2006 00:49:12 -0300 (ADT)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: 6.1:  kern.ipc.maxpipekva
Message-ID:  <20060618004833.N1114@ganymede.hub.org>
In-Reply-To: <20060618023148.GJ74191@dan.emsphone.com>
References:  <20060617164334.K1114@ganymede.hub.org> <20060617165626.V1114@ganymede.hub.org> <20060617200755.GG74191@dan.emsphone.com> <20060617182336.O1114@ganymede.hub.org> <20060618023148.GJ74191@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Jun 2006, Dan Nelson wrote:

> "fstat | grep pipe" will tell you what processes have them open on what
> fds.  pipes on fds 0, 1 and 2 are probably from shell pipelines.

Yowch, everything uses a pipe ... most of it is postfix related stuff, 
mind you ...

pluto# fstat | grep pipe | awk '{print $2}' | sort -u
anvil
cleanup
csh
flush
fstat
grep
httpd
imapd
inetd
java
lmtp
lmtpd
local
master
nsd
perl5.8.8
php
pickup
pop3d
proxymap
qmgr
sh
smtp
smtpd
sshd
trivial-rewrite
pluto# fstat | grep pipe | awk '{print $2}' | wc -l
     8707

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org                              MSN . scrappy@hub.org
Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664



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